Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart.h819 #define IS_USART_OVERSAMPLING(__SAMPLING__) (((__SAMPLING__) == USART_OVERSAMPLING_16) || \ argument
820 ((__SAMPLING__) == USART_OVERSAMPLING_8))
Dstm32l4xx_hal_uart.h1336 #define IS_UART_OVERSAMPLING(__SAMPLING__) (((__SAMPLING__) == UART_OVERSAMPLING_16) || \ argument
1337 ((__SAMPLING__) == UART_OVERSAMPLING_8))
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h1143 #define IS_UART_OVERSAMPLING(__SAMPLING__) (((__SAMPLING__) == UART_OVERSAMPLING_16) || \ argument
1144 ((__SAMPLING__) == UART_OVERSAMPLING_8))