Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart.h297 #define USART_OVERSAMPLING_16 0x00000000U /*!< Oversampling by 16 */ macro
819 #define IS_USART_OVERSAMPLING(__SAMPLING__) (((__SAMPLING__) == USART_OVERSAMPLING_16) || \