![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | AUDIO_SAMPLE_FREQ(frq) (uint8_t)(frq), (uint8_t)((frq >> 8)), (uint8_t)((frq >> 16)) |
#define | AUDIO_PACKET_SZE(frq) |
Variables | |
uint32_t | EP1PktLen |
#define AUDIO_PACKET_SZE | ( | frq | ) |
Definition at line 103 of file usbd_audio.c.
#define AUDIO_SAMPLE_FREQ | ( | frq | ) | (uint8_t)(frq), (uint8_t)((frq >> 8)), (uint8_t)((frq >> 16)) |
Definition at line 101 of file usbd_audio.c.
uint32_t EP1PktLen |