Home
last modified time | relevance | path

Searched refs:UART_OVERSAMPLING_8 (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h232 #define UART_OVERSAMPLING_8 ((uint32_t)USART_CR1_OVER8) macro
636 ((SAMPLING) == UART_OVERSAMPLING_8))
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h335 #define UART_OVERSAMPLING_8 ((uint32_t)USART_CR1_OVER8) /*!< Oversampling by 8 … macro
1144 ((__SAMPLING__) == UART_OVERSAMPLING_8))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h415 #define UART_OVERSAMPLING_8 USART_CR1_OVER8 /*!< Oversampling by 8 */ macro
1337 ((__SAMPLING__) == UART_OVERSAMPLING_8))
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart.c365 if(huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init()
2224 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_uart.c1904 if(huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c491 if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in HAL_LIN_Init()
2958 else if (huart->Init.OverSampling == UART_OVERSAMPLING_8) in UART_SetConfig()