![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include <usbh_msc.h>
Data Fields | |
uint32_t | max_lun |
uint8_t | InPipe |
uint8_t | OutPipe |
uint8_t | OutEp |
uint8_t | InEp |
uint16_t | OutEpSize |
uint16_t | InEpSize |
MSC_StateTypeDef | state |
MSC_ErrorTypeDef | error |
MSC_ReqStateTypeDef | req_state |
MSC_ReqStateTypeDef | prev_req_state |
BOT_HandleTypeDef | hbot |
MSC_LUNTypeDef | unit [MAX_SUPPORTED_LUN] |
uint16_t | current_lun |
uint16_t | rw_lun |
uint32_t | timer |
Definition at line 116 of file usbh_msc.h.
uint16_t current_lun |
Definition at line 131 of file usbh_msc.h.
MSC_ErrorTypeDef error |
Definition at line 126 of file usbh_msc.h.
BOT_HandleTypeDef hbot |
Definition at line 129 of file usbh_msc.h.
uint8_t InEp |
Definition at line 122 of file usbh_msc.h.
uint16_t InEpSize |
Definition at line 124 of file usbh_msc.h.
uint8_t InPipe |
Definition at line 119 of file usbh_msc.h.
uint32_t max_lun |
Definition at line 118 of file usbh_msc.h.
uint8_t OutEp |
Definition at line 121 of file usbh_msc.h.
uint16_t OutEpSize |
Definition at line 123 of file usbh_msc.h.
uint8_t OutPipe |
Definition at line 120 of file usbh_msc.h.
MSC_ReqStateTypeDef prev_req_state |
Definition at line 128 of file usbh_msc.h.
MSC_ReqStateTypeDef req_state |
Definition at line 127 of file usbh_msc.h.
uint16_t rw_lun |
Definition at line 132 of file usbh_msc.h.
MSC_StateTypeDef state |
Definition at line 125 of file usbh_msc.h.
uint32_t timer |
Definition at line 133 of file usbh_msc.h.
Definition at line 130 of file usbh_msc.h.