Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_uart/
A Duart.c156 void uart_set_format(uart_inst_t *uart, uint data_bits, uint stop_bits, uart_parity_t parity) { in uart_set_format() argument
159 …invalid_params_if(UART, parity != UART_PARITY_NONE && parity != UART_PARITY_EVEN && parity != UART… in uart_set_format()
164 (bool_to_bit(parity != UART_PARITY_NONE) << UART_UARTLCR_H_PEN_LSB) | in uart_set_format()
165 (bool_to_bit(parity == UART_PARITY_EVEN) << UART_UARTLCR_H_EPS_LSB), in uart_set_format()
/external/platform/nrfx/hal/
A Dnrf_uart.h151 nrf_uart_parity_t parity; ///< Parity configuration. member
519 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uart_configure()
A Dnrf_uarte.h168 nrf_uarte_parity_t parity; ///< Parity configuration. member
619 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uarte_configure()
/external/platform/nrfx/drivers/include/
A Dnrfx_uart.h132 .parity = NRF_UART_PARITY_EXCLUDED, \
A Dnrfx_uarte.h141 .parity = NRF_UARTE_PARITY_EXCLUDED, \
/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h216 void uart_set_format(uart_inst_t *uart, uint data_bits, uint stop_bits, uart_parity_t parity);
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/
A Dreadme.dox46 * serial port settings such as baud rate, parity and data bits should be same for FTDI port and
/external/platform/nrfx/
A DCHANGELOG.md94 - Added possibility to configure in UART and UARTE the number of stop bits and the type of parity, …

Completed in 14 milliseconds