Home
last modified time | relevance | path

Searched refs:UART_BRR_SAMPLING8 (Results 1 – 3 of 3) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h847 #define UART_BRR_SAMPLING8(_PCLK_, _BAUD_) (((UART_DIVMANT_SAMPLING8((_PCLK_), (_BAUD_)… macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_uart.c3697 huart->Instance->BRR = UART_BRR_SAMPLING8(pclk, huart->Init.BaudRate); in UART_SetConfig()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/Legacy/
A Dstm32_hal_legacy.h1235 #define __UART_BRR_SAMPLING8 UART_BRR_SAMPLING8

Completed in 687 milliseconds