mikroSDK Reference Manual
|
Physical Drive Vector Table. More...
Data Fields | |
pd_status_t(* | init )(physical_drive_t *const ptr_this) |
pd_status_t(* | read )(physical_drive_t *const ptr_this, void *buffer, unsigned long long addr, unsigned long long size) |
pd_status_t(* | write )(physical_drive_t *const ptr_this, const void *__generic_ptr buffer, unsigned long long addr, unsigned long long size) |
pd_status_t(* | trim )(physical_drive_t *const ptr_this, unsigned long long addr, unsigned long long size) |
A table of function pointers, used used by physical_drive_t struct, in order to call up correct functions for the particular implementation of the physical drive.