Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h635 #define IS_UART_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16) || \ argument
636 ((SAMPLING) == UART_OVERSAMPLING_8))
637 #define IS_UART_LIN_OVERSAMPLING(SAMPLING) ((SAMPLING) == UART_OVERSAMPLING_16) argument
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dport.h207 uint32_t SAMPLING:32; /*!< bit: 0..31 Input Sampling Mode */ member