Searched refs:SAMPLING (Results 1 – 11 of 11) sorted by relevance
198 #define IS_LPUART_SAMPLING(SAMPLING) (((SAMPLING) == LPUART_SMPCNT_1B) || ((SAMPLING) == LPUART_SMP… argument
823 #define IS_UART_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16) || \ argument824 ((SAMPLING) == UART_OVERSAMPLING_8))825 #define IS_UART_LIN_OVERSAMPLING(SAMPLING) (((SAMPLING) == UART_OVERSAMPLING_16)) argument
222 uint32_t SAMPLING:32; /*!< bit: 0..31 Input Sampling Mode */ member
225 uint32_t SAMPLING:32; /*!< bit: 0..31 Input Sampling Mode */ member
145 uint32_t SAMPLING:32; /*!< bit: 0..31 Input Sampling Mode */ member
208 uint32_t SAMPLING:32; /*!< bit: 0..31 Input Sampling Mode */ member
229 … uint32_t SAMPLING:32; /**< bit: 0..31 Input Sampling Mode */ member
Completed in 24 milliseconds