![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
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 |
Definition at line 378 of file usbd_msc_bot.c.
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 |
Definition at line 166 of file usbd_msc_bot.c.
void MSC_BOT_DataOut | ( | USBD_HandleTypeDef * | pdev, |
uint8_t | epnum | ||
) |
MSC_BOT_DataOut Process MSC OUT data.
pdev | device instance |
epnum | endpoint index |
None |
Definition at line 199 of file usbd_msc_bot.c.
void MSC_BOT_DeInit | ( | USBD_HandleTypeDef * | pdev | ) |
MSC_BOT_DeInit Deinitialize the BOT Machine.
pdev | device instance |
None |
Definition at line 153 of file usbd_msc_bot.c.
void MSC_BOT_Init | ( | USBD_HandleTypeDef * | pdev | ) |
MSC_BOT_Init Initialize the BOT Process.
pdev | device instance |
None |
Definition at line 105 of file usbd_msc_bot.c.
void MSC_BOT_Reset | ( | USBD_HandleTypeDef * | pdev | ) |
MSC_BOT_Reset Reset the BOT Machine.
pdev | device instance |
None |
Definition at line 133 of file usbd_msc_bot.c.
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 |
Definition at line 320 of file usbd_msc_bot.c.