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

UART_DIVMANT_SAMPLING8 macro

Syntax

#define UART_DIVMANT_SAMPLING8(_PCLK_, _BAUD_) (UART_DIV_SAMPLING8((_PCLK_), (_BAUD_))/100U)

Arguments

_PCLK_

_BAUD_

References

LocationText
stm32f4xx_hal_uart.h:871
#define UART_DIVMANT_SAMPLING8(_PCLK_, _BAUD_) (UART_DIV_SAMPLING8((_PCLK_), (_BAUD_))/100U)
stm32f4xx_hal_uart.h:872
#define UART_DIVFRAQ_SAMPLING8(_PCLK_, _BAUD_) ((((UART_DIV_SAMPLING8((_PCLK_), (_BAUD_)) - (UART_DIVMANT_SAMPLING8((_PCLK_), (_BAUD_)) * 100U)) * 8U)\
stm32f4xx_hal_uart.h:876
#define UART_BRR_SAMPLING8(_PCLK_, _BAUD_) ((UART_DIVMANT_SAMPLING8((_PCLK_), (_BAUD_)) << 4U) + \