mikroSDK Reference Manual
physical_drive_vector_table Struct Reference

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)
 

Detailed Description

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.