STM32F0 Baud rate calculation macro
Posted on May 20, 2017 at 21:25From STM32F0xx_hal_uart.h/** @brief BRR division operation to set BRR register in 8-bit oversampling mode. * @param __PCLK__: UART clock. * @param __BAUD__: Baud rate set by the user. * @retval Division result */&sharp...