Events generated by USB Host - Mass Storage Device functions. More...
Functions | |
__STATIC_INLINE void | EvrUSBH_MSC_Configure (uint8_t instance) |
Event on internal operation MSC device configuration start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_ConfigureFailed (usbStatus error) |
Event on internal operation MSC device configuration failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_Unconfigure (uint8_t instance) |
Event on internal operation MSC device unconfigure start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_UnconfigureFailed (uint8_t instance, usbStatus error) |
Event on internal operation MSC device uninitialization failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_Initialize (uint8_t instance) |
Event on internal operation MSC device initialization start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_InitializeFailed (uint8_t instance, usbStatus error) |
Event on internal operation MSC device initialization failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_OnInitialize (uint8_t instance) |
Event on USBH_MSC_Initialize user callback function start (API) | |
__STATIC_INLINE void | EvrUSBH_MSC_Uninitialize (uint8_t instance) |
Event on internal operation MSC device uninitialization start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_UninitializeFailed (uint8_t instance, usbStatus error) |
Event on internal operation MSC device uninitialization failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_OnUninitialize (uint8_t instance) |
Event on USBH_MSC_Uninitialize user callback function start (API) | |
__STATIC_INLINE void | EvrUSBH_MSC_GetDevice (uint8_t instance, uint8_t device) |
Event on USBH_MSC_GetDevice finished (API) | |
__STATIC_INLINE void | EvrUSBH_MSC_GetStatus (uint8_t instance, uint8_t status) |
Event on USBH_MSC_GetStatus finished (API) | |
__STATIC_INLINE void | EvrUSBH_MSC_Read (uint8_t instance, uint32_t lba, uint32_t cnt) |
Event on USBH_MSC_Read start (API) | |
__STATIC_INLINE void | EvrUSBH_MSC_ReadFailed (uint8_t instance, uint32_t lba, uint32_t cnt, usbStatus error) |
Event on USBH_MSC_Read failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_ReadDone (uint8_t instance, uint32_t lba, uint32_t cnt) |
Event on USBH_MSC_Read finished successfully (Detail) | |
__STATIC_INLINE void | EvrUSBH_MSC_Write (uint8_t instance, uint32_t lba, uint32_t cnt) |
Event on USBH_MSC_Write start (API) | |
__STATIC_INLINE void | EvrUSBH_MSC_WriteFailed (uint8_t instance, uint32_t lba, uint32_t cnt, usbStatus error) |
Event on USBH_MSC_Write failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_WriteDone (uint8_t instance, uint32_t lba, uint32_t cnt) |
Event on USBH_MSC_Write finished successfully (Detail) | |
__STATIC_INLINE void | EvrUSBH_MSC_ReadCapacity (uint8_t instance) |
Event on USBH_MSC_ReadCapacity start (API) | |
__STATIC_INLINE void | EvrUSBH_MSC_ReadCapacityFailed (uint8_t instance, usbStatus error) |
Event on USBH_MSC_ReadCapacity failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_ReadCapacityDone (uint8_t instance, uint32_t block_count, uint32_t block_size) |
Event on USBH_MSC_ReadCapacity finished successfully (Detail) | |
__STATIC_INLINE void | EvrUSBH_MSC_BomReset (uint8_t instance) |
Event on internal operation Bulk-Only Mass Storage Reset start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_BomResetFailed (uint8_t instance, usbStatus error) |
Event on internal operation Bulk-Only Mass Storage Reset failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_GetMaxLun (uint8_t instance) |
Event on internal operation Get Max LUN start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_GetMaxLunFailed (uint8_t instance, usbStatus error) |
Event on internal operation Get Max LUN failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiTestUnitReady (uint8_t instance) |
Event on internal operation SCSI Test Unit Ready start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiTestUnitReadyFailed (uint8_t instance, usbStatus error) |
Event on internal operation SCSI Test Unit Ready failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiRequestSense (uint8_t instance) |
Event on internal operation SCSI Request Sense start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiRequestSenseFailed (uint8_t instance, usbStatus error) |
Event on internal operation SCSI Request Sense failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiInquiry (uint8_t instance) |
Event on internal operation SCSI Inquiry start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiInquiryFailed (uint8_t instance, usbStatus error) |
Event on internal operation SCSI Inquiry failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiReadFormatCapacities (uint8_t instance) |
Event on internal operation SCSI Read Format Capacities start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiReadFormatCapacitiesFailed (uint8_t instance, usbStatus error) |
Event on internal operation SCSI Read Format Capacities failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiReadCapacity (uint8_t instance) |
Event on internal operation SCSI Read Capacity start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiReadCapacityFailed (uint8_t instance, usbStatus error) |
Event on internal operation SCSI Read Capacity failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiRead10 (uint8_t instance, uint32_t block_addr, uint32_t block_num) |
Event on internal operation SCSI Read10 start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiRead10Failed (uint8_t instance, uint32_t block_addr, uint32_t block_num, usbStatus error) |
Event on internal operation SCSI Read10 failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiWrite10 (uint8_t instance, uint32_t block_addr, uint32_t block_num) |
Event on internal operation SCSI Write10 start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_ScsiWrite10Failed (uint8_t instance, uint32_t block_addr, uint32_t block_num, usbStatus error) |
Event on internal operation SCSI Write10 failed (Error) | |
__STATIC_INLINE void | EvrUSBH_MSC_Recover (uint8_t instance) |
Event on internal operation recover start (Operation) | |
__STATIC_INLINE void | EvrUSBH_MSC_RecoverFailed (uint8_t instance, usbStatus error) |
Event on internal operation recover failed (Error) | |
Events generated by USB Host - Mass Storage Device functions.
__STATIC_INLINE void EvrUSBH_MSC_BomReset | ( | uint8_t | instance | ) |
Event on internal operation Bulk-Only Mass Storage Reset start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_BomResetFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation Bulk-Only Mass Storage Reset failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_Configure | ( | uint8_t | instance | ) |
Event on internal operation MSC device configuration start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_ConfigureFailed | ( | usbStatus | error | ) |
Event on internal operation MSC device configuration failed (Error)
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_GetDevice | ( | uint8_t | instance, |
uint8_t | device | ||
) |
Event on USBH_MSC_GetDevice finished (API)
instance | instance of MSC device |
device | device index
|
__STATIC_INLINE void EvrUSBH_MSC_GetMaxLun | ( | uint8_t | instance | ) |
Event on internal operation Get Max LUN start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_GetMaxLunFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation Get Max LUN failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_GetStatus | ( | uint8_t | instance, |
uint8_t | status | ||
) |
Event on USBH_MSC_GetStatus finished (API)
instance | instance of MSC device |
status | device status usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_Initialize | ( | uint8_t | instance | ) |
Event on internal operation MSC device initialization start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_InitializeFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation MSC device initialization failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_OnInitialize | ( | uint8_t | instance | ) |
Event on USBH_MSC_Initialize user callback function start (API)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_OnUninitialize | ( | uint8_t | instance | ) |
Event on USBH_MSC_Uninitialize user callback function start (API)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_Read | ( | uint8_t | instance, |
uint32_t | lba, | ||
uint32_t | cnt | ||
) |
Event on USBH_MSC_Read start (API)
instance | instance of MSC device |
lba | logical block address of first block to read |
cnt | number of contiguous blocks to read |
__STATIC_INLINE void EvrUSBH_MSC_ReadCapacity | ( | uint8_t | instance | ) |
Event on USBH_MSC_ReadCapacity start (API)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_ReadCapacityDone | ( | uint8_t | instance, |
uint32_t | block_count, | ||
uint32_t | block_size | ||
) |
Event on USBH_MSC_ReadCapacity finished successfully (Detail)
instance | instance of MSC device |
block_count | total number of blocks available |
block_size | block size |
__STATIC_INLINE void EvrUSBH_MSC_ReadCapacityFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on USBH_MSC_ReadCapacity failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_ReadDone | ( | uint8_t | instance, |
uint32_t | lba, | ||
uint32_t | cnt | ||
) |
Event on USBH_MSC_Read finished successfully (Detail)
instance | instance of MSC device |
lba | logical block address of first block to read |
cnt | number of contiguous blocks to read |
__STATIC_INLINE void EvrUSBH_MSC_ReadFailed | ( | uint8_t | instance, |
uint32_t | lba, | ||
uint32_t | cnt, | ||
usbStatus | error | ||
) |
Event on USBH_MSC_Read failed (Error)
instance | instance of MSC device |
lba | logical block address of first block to read |
cnt | number of contiguous blocks to read |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_Recover | ( | uint8_t | instance | ) |
Event on internal operation recover start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_RecoverFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation recover failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_ScsiInquiry | ( | uint8_t | instance | ) |
Event on internal operation SCSI Inquiry start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_ScsiInquiryFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation SCSI Inquiry failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_ScsiRead10 | ( | uint8_t | instance, |
uint32_t | block_addr, | ||
uint32_t | block_num | ||
) |
Event on internal operation SCSI Read10 start (Operation)
instance | instance of MSC device |
block_addr | address of first block to be read |
block_num | number of blocks to be read |
__STATIC_INLINE void EvrUSBH_MSC_ScsiRead10Failed | ( | uint8_t | instance, |
uint32_t | block_addr, | ||
uint32_t | block_num, | ||
usbStatus | error | ||
) |
Event on internal operation SCSI Read10 failed (Error)
instance | instance of MSC device |
block_addr | address of first block to be read |
block_num | number of blocks to be read |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_ScsiReadCapacity | ( | uint8_t | instance | ) |
Event on internal operation SCSI Read Capacity start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_ScsiReadCapacityFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation SCSI Read Capacity failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_ScsiReadFormatCapacities | ( | uint8_t | instance | ) |
Event on internal operation SCSI Read Format Capacities start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_ScsiReadFormatCapacitiesFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation SCSI Read Format Capacities failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_ScsiRequestSense | ( | uint8_t | instance | ) |
Event on internal operation SCSI Request Sense start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_ScsiRequestSenseFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation SCSI Request Sense failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_ScsiTestUnitReady | ( | uint8_t | instance | ) |
Event on internal operation SCSI Test Unit Ready start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_ScsiTestUnitReadyFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation SCSI Test Unit Ready failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_ScsiWrite10 | ( | uint8_t | instance, |
uint32_t | block_addr, | ||
uint32_t | block_num | ||
) |
Event on internal operation SCSI Write10 start (Operation)
instance | instance of MSC device |
block_addr | address of first block to be written |
block_num | number of blocks to be written |
__STATIC_INLINE void EvrUSBH_MSC_ScsiWrite10Failed | ( | uint8_t | instance, |
uint32_t | block_addr, | ||
uint32_t | block_num, | ||
usbStatus | error | ||
) |
Event on internal operation SCSI Write10 failed (Error)
instance | instance of MSC device |
block_addr | address of first block to be written |
block_num | number of blocks to be written |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_Unconfigure | ( | uint8_t | instance | ) |
Event on internal operation MSC device unconfigure start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_UnconfigureFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation MSC device uninitialization failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_Uninitialize | ( | uint8_t | instance | ) |
Event on internal operation MSC device uninitialization start (Operation)
instance | instance of MSC device |
__STATIC_INLINE void EvrUSBH_MSC_UninitializeFailed | ( | uint8_t | instance, |
usbStatus | error | ||
) |
Event on internal operation MSC device uninitialization failed (Error)
instance | instance of MSC device |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBH_MSC_Write | ( | uint8_t | instance, |
uint32_t | lba, | ||
uint32_t | cnt | ||
) |
Event on USBH_MSC_Write start (API)
instance | instance of MSC device |
lba | logical block address of first block to write |
cnt | number of contiguous blocks to write |
__STATIC_INLINE void EvrUSBH_MSC_WriteDone | ( | uint8_t | instance, |
uint32_t | lba, | ||
uint32_t | cnt | ||
) |
Event on USBH_MSC_Write finished successfully (Detail)
instance | instance of MSC device |
lba | logical block address of first block to write |
cnt | number of contiguous blocks to write |
__STATIC_INLINE void EvrUSBH_MSC_WriteFailed | ( | uint8_t | instance, |
uint32_t | lba, | ||
uint32_t | cnt, | ||
usbStatus | error | ||
) |
Event on USBH_MSC_Write failed (Error)
instance | instance of MSC device |
lba | logical block address of first block to write |
cnt | number of contiguous blocks to write |
error | error code usbStatus |