Home
last modified time | relevance | path

Searched refs:parity (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h167 nrf_uart_parity_t parity; ///< Parity configuration. member
606 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uart_configure()
Dnrf_uarte.h309 nrf_uarte_parity_t parity; ///< Parity configuration. member
917 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uarte_configure()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uart.h147 .parity = NRF_UART_PARITY_EXCLUDED, \
Dnrfx_uarte.h294 .parity = NRF_UARTE_PARITY_EXCLUDED, \
/hal_nordic-latest/nrfx/
DCHANGELOG.md490 - Added possibility to configure in UART and UARTE the number of stop bits and the type of parity, …