Searched refs:SAMPLING (Results 1 – 2 of 2) sorted by relevance
635 #define IS_UART_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16) || \ argument636 ((SAMPLING) == UART_OVERSAMPLING_8))637 #define IS_UART_LIN_OVERSAMPLING(SAMPLING) ((SAMPLING) == UART_OVERSAMPLING_16) argument
207 uint32_t SAMPLING:32; /*!< bit: 0..31 Input Sampling Mode */ member