STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
USBD_DFU_Private_Macros

Macros

#define DFU_SAMPLE_FREQ(frq)    (uint8_t)(frq), (uint8_t)((frq >> 8)), (uint8_t)((frq >> 16))
 
#define DFU_PACKET_SZE(frq)
 

Detailed Description

Macro Definition Documentation

#define DFU_PACKET_SZE (   frq)
Value:
(uint8_t)(((frq * 2 * 2)/1000) & 0xFF), \
(uint8_t)((((frq * 2 * 2)/1000) >> 8) & 0xFF)

Definition at line 96 of file usbd_dfu.c.

#define DFU_SAMPLE_FREQ (   frq)    (uint8_t)(frq), (uint8_t)((frq >> 8)), (uint8_t)((frq >> 16))

Definition at line 94 of file usbd_dfu.c.