Functions | |
void | MSC_BOT_Init (USBD_HandleTypeDef *pdev) |
MSC_BOT_Init Initialize the BOT Process. More... | |
void | MSC_BOT_Reset (USBD_HandleTypeDef *pdev) |
MSC_BOT_Reset Reset the BOT Machine. More... | |
void | MSC_BOT_DeInit (USBD_HandleTypeDef *pdev) |
MSC_BOT_DeInit Deinitialize the BOT Machine. More... | |
void | MSC_BOT_DataIn (USBD_HandleTypeDef *pdev, uint8_t epnum) |
MSC_BOT_DataIn Handle BOT IN data stage. More... | |
void | MSC_BOT_DataOut (USBD_HandleTypeDef *pdev, uint8_t epnum) |
MSC_BOT_DataOut Process MSC OUT data. More... | |
void | MSC_BOT_SendCSW (USBD_HandleTypeDef *pdev, uint8_t CSW_Status) |
MSC_BOT_SendCSW Send the Command Status Wrapper. More... | |
void | MSC_BOT_CplClrFeature (USBD_HandleTypeDef *pdev, uint8_t epnum) |
MSC_BOT_CplClrFeature Complete the clear feature request. More... | |
void MSC_BOT_CplClrFeature | ( | USBD_HandleTypeDef * | pdev, |
uint8_t | epnum | ||
) |
MSC_BOT_CplClrFeature Complete the clear feature request.
pdev | device instance |
epnum | endpoint index |
None |
void MSC_BOT_DataIn | ( | USBD_HandleTypeDef * | pdev, |
uint8_t | epnum | ||
) |
MSC_BOT_DataIn Handle BOT IN data stage.
pdev | device instance |
epnum | endpoint index |
None |
void MSC_BOT_DataOut | ( | USBD_HandleTypeDef * | pdev, |
uint8_t | epnum | ||
) |
MSC_BOT_DataOut Process MSC OUT data.
pdev | device instance |
epnum | endpoint index |
None |
void MSC_BOT_DeInit | ( | USBD_HandleTypeDef * | pdev | ) |
MSC_BOT_DeInit Deinitialize the BOT Machine.
pdev | device instance |
None |
void MSC_BOT_Init | ( | USBD_HandleTypeDef * | pdev | ) |
MSC_BOT_Init Initialize the BOT Process.
pdev | device instance |
None |
void MSC_BOT_Reset | ( | USBD_HandleTypeDef * | pdev | ) |
MSC_BOT_Reset Reset the BOT Machine.
pdev | device instance |
None |
void MSC_BOT_SendCSW | ( | USBD_HandleTypeDef * | pdev, |
uint8_t | CSW_Status | ||
) |
MSC_BOT_SendCSW Send the Command Status Wrapper.
pdev | device instance |
status | : CSW status |
None |