Searched refs:parity (Results 1 – 8 of 8) sorted by relevance
| /external/platform/pico/rp2_common/hardware_uart/ |
| A D | uart.c | 156 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 D | nrf_uart.h | 151 nrf_uart_parity_t parity; ///< Parity configuration. member 519 p_reg->CONFIG = (uint32_t)p_cfg->parity in nrf_uart_configure()
|
| A D | nrf_uarte.h | 168 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 D | nrfx_uart.h | 132 .parity = NRF_UART_PARITY_EXCLUDED, \
|
| A D | nrfx_uarte.h | 141 .parity = NRF_UARTE_PARITY_EXCLUDED, \
|
| /external/platform/pico/rp2_common/hardware_uart/include/hardware/ |
| A D | uart.h | 216 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 D | readme.dox | 46 * serial port settings such as baud rate, parity and data bits should be same for FTDI port and
|
| /external/platform/nrfx/ |
| A D | CHANGELOG.md | 94 - Added possibility to configure in UART and UARTE the number of stop bits and the type of parity, …
|
Completed in 14 milliseconds