Searched refs:noise_cancel (Results 1 – 8 of 8) sorted by relevance
172 sci_uart_noise_cancellation_t noise_cancel; ///< Noise cancellation setting member
175 sci_b_uart_noise_cancellation_t noise_cancel; ///< Noise cancellation setting member
181 scif_uart_noise_cancellation_t noise_cancel; ///< Noise cancellation setting member
185 sci_uart_noise_cancellation_t noise_cancel; ///< Noise cancellation setting member
1360 if (SCI_UART_NOISE_CANCELLATION_DISABLE != p_extend->noise_cancel) in r_sci_uart_config_set()1363 … ccr1 |= (uint32_t) (((p_extend->noise_cancel & 0x07U) - 1) & SCI_UART_CCR1_NFCS_VALUE_MASK) << in r_sci_uart_config_set()
1279 ccr1 |= ((uint32_t) p_extend->noise_cancel << R_SCI_B0_CCR1_NFEN_Pos) & in r_sci_b_uart_config_set()
1363 semr |= (p_extend->noise_cancel & 1U) << 5; in r_sci_uart_config_set()
1266 if (p_extend->noise_cancel != SCIF_UART_NOISE_CANCELLATION_DISABLE) in r_scif_uart_config_set()