Searched refs:parity (Results 1 – 10 of 10) sorted by relevance
121 uart_parity_t parity; ///< Parity type (none or odd or even) member
112 spi_parity_t parity; ///< Select parity and enable/disable parity member
119 spi_b_parity_t parity; ///< Select parity and enable/disable parity member
126 uart_parity_t parity; ///< Parity type (none or odd or even) member
580 if (SPI_B_PARITY_MODE_DISABLE != p_extend->parity) in r_spi_b_hw_config()585 if (SPI_B_PARITY_MODE_ODD == p_extend->parity) in r_spi_b_hw_config()
360 FSP_ASSERT(UART_PARITY_ZERO != p_cfg->parity); in R_SCI_UART_Open()1353 if (0 != p_cfg->parity) in r_sci_uart_config_set()1357 … p_cfg->parity) ? 1U : 3U) << SCI_UART_CCR1_PARITY_OFFSET) & SCI_UART_CCR1_PARITY_MASK; in r_sci_uart_config_set()
620 if (SPI_PARITY_MODE_DISABLE != p_extend->parity) in r_spi_hw_config()625 if (SPI_PARITY_MODE_ODD == p_extend->parity) in r_spi_hw_config()
1272 if (0 != p_cfg->parity) in r_sci_b_uart_config_set()1276 … p_cfg->parity) ? 1U : 3U) << SCI_B_UART_CCR1_PARITY_OFFSET) & SCI_B_UART_CCR1_PARITY_MASK; in r_sci_b_uart_config_set()
1222 if (p_cfg->parity != UART_PARITY_OFF) in r_scif_uart_config_set()1227 if (p_cfg->parity == UART_PARITY_ODD) in r_scif_uart_config_set()
1309 uint32_t smr = (((uint32_t) p_cfg->parity << 4U) | ((uint32_t) p_cfg->stop_bits << 3U)); in r_sci_uart_config_set()