![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | USBD_BOT_IDLE 0 /* Idle state */ |
#define | USBD_BOT_DATA_OUT 1 /* Data Out state */ |
#define | USBD_BOT_DATA_IN 2 /* Data In state */ |
#define | USBD_BOT_LAST_DATA_IN 3 /* Last Data In Last */ |
#define | USBD_BOT_SEND_DATA 4 /* Send Immediate data */ |
#define | USBD_BOT_NO_DATA 5 /* No data Stage */ |
#define | USBD_BOT_CBW_SIGNATURE 0x43425355 |
#define | USBD_BOT_CSW_SIGNATURE 0x53425355 |
#define | USBD_BOT_CBW_LENGTH 31 |
#define | USBD_BOT_CSW_LENGTH 13 |
#define | USBD_BOT_MAX_DATA 256 |
#define | USBD_CSW_CMD_PASSED 0x00 |
#define | USBD_CSW_CMD_FAILED 0x01 |
#define | USBD_CSW_PHASE_ERROR 0x02 |
#define | USBD_BOT_STATUS_NORMAL 0 |
#define | USBD_BOT_STATUS_RECOVERY 1 |
#define | USBD_BOT_STATUS_ERROR 2 |
#define | USBD_DIR_IN 0 |
#define | USBD_DIR_OUT 1 |
#define | USBD_BOTH_DIR 2 |
#define USBD_BOT_CBW_LENGTH 31 |
Definition at line 61 of file usbd_msc_bot.h.
#define USBD_BOT_CBW_SIGNATURE 0x43425355 |
Definition at line 59 of file usbd_msc_bot.h.
#define USBD_BOT_CSW_LENGTH 13 |
Definition at line 62 of file usbd_msc_bot.h.
#define USBD_BOT_CSW_SIGNATURE 0x53425355 |
Definition at line 60 of file usbd_msc_bot.h.
#define USBD_BOT_DATA_IN 2 /* Data In state */ |
Definition at line 54 of file usbd_msc_bot.h.
#define USBD_BOT_DATA_OUT 1 /* Data Out state */ |
Definition at line 53 of file usbd_msc_bot.h.
#define USBD_BOT_IDLE 0 /* Idle state */ |
Definition at line 52 of file usbd_msc_bot.h.
#define USBD_BOT_LAST_DATA_IN 3 /* Last Data In Last */ |
Definition at line 55 of file usbd_msc_bot.h.
#define USBD_BOT_MAX_DATA 256 |
Definition at line 63 of file usbd_msc_bot.h.
#define USBD_BOT_NO_DATA 5 /* No data Stage */ |
Definition at line 57 of file usbd_msc_bot.h.
#define USBD_BOT_SEND_DATA 4 /* Send Immediate data */ |
Definition at line 56 of file usbd_msc_bot.h.
#define USBD_BOT_STATUS_ERROR 2 |
Definition at line 73 of file usbd_msc_bot.h.
#define USBD_BOT_STATUS_NORMAL 0 |
Definition at line 71 of file usbd_msc_bot.h.
#define USBD_BOT_STATUS_RECOVERY 1 |
Definition at line 72 of file usbd_msc_bot.h.
#define USBD_BOTH_DIR 2 |
Definition at line 78 of file usbd_msc_bot.h.
#define USBD_CSW_CMD_FAILED 0x01 |
Definition at line 67 of file usbd_msc_bot.h.
#define USBD_CSW_CMD_PASSED 0x00 |
Definition at line 66 of file usbd_msc_bot.h.
#define USBD_CSW_PHASE_ERROR 0x02 |
Definition at line 68 of file usbd_msc_bot.h.
#define USBD_DIR_IN 0 |
Definition at line 76 of file usbd_msc_bot.h.
#define USBD_DIR_OUT 1 |
Definition at line 77 of file usbd_msc_bot.h.