Home
last modified time | relevance | path

Searched refs:LPUART_BRR_MAX (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_uart.c201 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3261 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
3282 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_uart.c183 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3091 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3114 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3217 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_uart.c188 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3226 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3256 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3250 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3285 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3226 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3153 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3221 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3133 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3236 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3207 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_uart.c187 #define LPUART_BRR_MAX 0x000FFFFFU /* LPUART BRR maximum authorized value */ macro
3257 if ((usartdiv >= LPUART_BRR_MIN) && (usartdiv <= LPUART_BRR_MAX)) in UART_SetConfig()