HAL
UART_DIVMANT_SAMPLING16 is only used within HAL.
 
Symbols
loading...
Files
loading...

UART_DIVMANT_SAMPLING16 macro

Syntax

#define UART_DIVMANT_SAMPLING16(_PCLK_, _BAUD_) (UART_DIV_SAMPLING16((_PCLK_), (_BAUD_))/100U)

Arguments

_PCLK_

_BAUD_

References

LocationText
stm32f4xx_hal_uart.h:861
#define UART_DIVMANT_SAMPLING16(_PCLK_, _BAUD_) (UART_DIV_SAMPLING16((_PCLK_), (_BAUD_))/100U)
stm32f4xx_hal_uart.h:862
#define UART_DIVFRAQ_SAMPLING16(_PCLK_, _BAUD_) ((((UART_DIV_SAMPLING16((_PCLK_), (_BAUD_)) - (UART_DIVMANT_SAMPLING16((_PCLK_), (_BAUD_)) * 100U)) * 16U)\
stm32f4xx_hal_uart.h:866
#define UART_BRR_SAMPLING16(_PCLK_, _BAUD_) ((UART_DIVMANT_SAMPLING16((_PCLK_), (_BAUD_)) << 4U) + \