![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | UART_GETCLOCKSOURCE(__HANDLE__, __CLOCKSOURCE__) |
Reports the UART clock source. More... | |
#define | UART_MASK_COMPUTATION(__HANDLE__) |
Reports the UART mask to apply to retrieve the received data according to the word length and to the parity bits activation. If PCE = 1, the parity bit is not included in the data extracted by the reception API(). This masking operation is not carried out in the case of DMA transfers. More... | |
#define UART_GETCLOCKSOURCE | ( | __HANDLE__, | |
__CLOCKSOURCE__ | |||
) |
Reports the UART clock source.
<strong>HANDLE</strong> | specifies the UART Handle |
<strong>CLOCKSOURCE</strong> | output variable |
UART | clocking source, written in CLOCKSOURCE. |
Definition at line 105 of file stm32f7xx_hal_uart_ex.h.
#define UART_MASK_COMPUTATION | ( | __HANDLE__ | ) |
Reports the UART mask to apply to retrieve the received data according to the word length and to the parity bits activation. If PCE = 1, the parity bit is not included in the data extracted by the reception API(). This masking operation is not carried out in the case of DMA transfers.
<strong>HANDLE</strong> | specifies the UART Handle |
mask | to apply to UART RDR register value. |
Definition at line 278 of file stm32f7xx_hal_uart_ex.h.