Home
last modified time | relevance | path

Searched refs:UART_OVERSAMPLING_16 (Results 1 – 11 of 11) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h231 #define UART_OVERSAMPLING_16 (0x00000000U) macro
635 #define IS_UART_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16) || \
637 #define IS_UART_LIN_OVERSAMPLING(SAMPLING) ((SAMPLING) == UART_OVERSAMPLING_16)
/loramac-node-latest/src/boards/SKiM980A/
Duart-board.c154 UartHandle.Init.OverSampling = UART_OVERSAMPLING_16; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL073/
Duart-board.c157 UartHandle.Init.OverSampling = UART_OVERSAMPLING_16; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM880B/
Duart-board.c154 UartHandle.Init.OverSampling = UART_OVERSAMPLING_16; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM881AXL/
Duart-board.c157 UartHandle.Init.OverSampling = UART_OVERSAMPLING_16; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL476/
Duart-board.c154 UartHandle.Init.OverSampling = UART_OVERSAMPLING_16; in UartMcuConfig()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Duart-board.c157 UartHandle.Init.OverSampling = UART_OVERSAMPLING_16; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h334 #define UART_OVERSAMPLING_16 ((uint32_t)0x00000000U) /*!< Oversampling by 16… macro
1143 #define IS_UART_OVERSAMPLING(__SAMPLING__) (((__SAMPLING__) == UART_OVERSAMPLING_16) || \
/loramac-node-latest/src/boards/NucleoL152/
Duart-board.c154 UartHandle.Init.OverSampling = UART_OVERSAMPLING_16; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h414 #define UART_OVERSAMPLING_16 0x00000000U /*!< Oversampling by 16 */ macro
1336 #define IS_UART_OVERSAMPLING(__SAMPLING__) (((__SAMPLING__) == UART_OVERSAMPLING_16) || \
/loramac-node-latest/src/boards/NAMote72/
Duart-board.c179 UartContext[obj->UartId].UartHandle.Init.OverSampling = UART_OVERSAMPLING_16; in UartMcuConfig()