Searched refs:parity (Results 1 – 5 of 5) sorted by relevance
167 nrf_uart_parity_t parity; ///< Parity configuration. member606 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uart_configure()
309 nrf_uarte_parity_t parity; ///< Parity configuration. member917 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uarte_configure()
147 .parity = NRF_UART_PARITY_EXCLUDED, \
294 .parity = NRF_UARTE_PARITY_EXCLUDED, \
490 - Added possibility to configure in UART and UARTE the number of stop bits and the type of parity, …