Searched refs:UART_CFG_PARITY_NONE (Results 1 – 25 of 67) sorted by relevance
123
| /Zephyr-latest/tests/subsys/modbus/src/ |
| D | test_modbus.h | 16 #define MB_TEST_PARITY UART_CFG_PARITY_NONE
|
| D | test_modbus_server.c | 221 server_param.serial.parity = UART_CFG_PARITY_NONE; in test_server_setup_low_none()
|
| /Zephyr-latest/subsys/debug/gdbstub/ |
| D | gdbstub_backend_serial.c | 18 .parity = UART_CFG_PARITY_NONE, in z_gdb_backend_init()
|
| /Zephyr-latest/tests/drivers/uart/uart_basic_api/src/ |
| D | test_uart_config.c | 30 .parity = UART_CFG_PARITY_NONE,
|
| D | test_uart_config_wide.c | 30 .parity = UART_CFG_PARITY_NONE,
|
| /Zephyr-latest/drivers/serial/ |
| D | uart_silabs_eusart.c | 232 case UART_CFG_PARITY_NONE: in uart_silabs_eusart_cfg2ll_parity() 248 return UART_CFG_PARITY_NONE; in uart_silabs_eusart_ll2cfg_parity() 291 if (p == UART_CFG_PARITY_NONE) { in uart_silabs_eusart_cfg2ll_databits() 300 if (p == UART_CFG_PARITY_NONE) { in uart_silabs_eusart_cfg2ll_databits()
|
| D | uart_sam.c | 137 case UART_CFG_PARITY_NONE: in uart_sam_cfg2sam_parity() 160 return UART_CFG_PARITY_NONE; in uart_sam_get_parity() 412 .parity = UART_CFG_PARITY_NONE, in uart_sam_init()
|
| D | uart_cdns.h | 102 (parity == UART_CFG_PARITY_NONE) ? NO_PARITY_VAL \
|
| D | usart_sam.c | 136 case UART_CFG_PARITY_NONE: in usart_sam_cfg2sam_parity() 159 return UART_CFG_PARITY_NONE; in usart_sam_get_parity() 504 .parity = UART_CFG_PARITY_NONE, in usart_sam_init()
|
| D | uart_ene_kb1200.c | 58 case UART_CFG_PARITY_NONE: in kb1200_uart_configure() 366 .parity = UART_CFG_PARITY_NONE, \
|
| D | uart_native_tty.c | 82 case UART_CFG_PARITY_NONE: in native_tty_conv_to_bottom_cfg() 401 .parity = UART_CFG_PARITY_NONE, \
|
| D | uart_numicro.c | 93 case UART_CFG_PARITY_NONE: in uart_numicro_convert_parity()
|
| D | uart_apbuart.c | 243 case UART_CFG_PARITY_NONE: in apbuart_configure() 288 cfg->parity = UART_CFG_PARITY_NONE; in apbuart_config_get()
|
| D | uart_mcux.c | 92 case UART_CFG_PARITY_NONE: in uart_mcux_configure() 445 .parity = UART_CFG_PARITY_NONE, \
|
| D | uart_lpc11u6x.c | 114 case UART_CFG_PARITY_NONE: in lpc11u6x_uart0_configure() 363 data->parity = UART_CFG_PARITY_NONE; in lpc11u6x_uart0_init() 522 case UART_CFG_PARITY_NONE: in lpc11u6x_uartx_configure() 796 data->parity = UART_CFG_PARITY_NONE; in lpc11u6x_uartx_init()
|
| D | uart_gecko.c | 434 case UART_CFG_PARITY_NONE: in uart_gecko_cfg2ll_parity() 449 return UART_CFG_PARITY_NONE; in uart_gecko_ll2cfg_parity() 490 if (p == UART_CFG_PARITY_NONE) { in uart_gecko_cfg2ll_databits() 499 if (p == UART_CFG_PARITY_NONE) { in uart_gecko_cfg2ll_databits()
|
| D | uart_smartbond.c | 243 if ((cfg->parity != UART_CFG_PARITY_NONE && cfg->parity != UART_CFG_PARITY_ODD && in uart_smartbond_configure() 275 case UART_CFG_PARITY_NONE: in uart_smartbond_configure() 795 .parity = UART_CFG_PARITY_NONE, \
|
| /Zephyr-latest/samples/drivers/uart/native_tty/src/ |
| D | main.c | 21 .parity = UART_CFG_PARITY_NONE,
|
| /Zephyr-latest/samples/boards/st/uart/circular_dma/src/ |
| D | main.c | 28 .parity = UART_CFG_PARITY_NONE,
|
| /Zephyr-latest/samples/subsys/modbus/rtu_client/src/ |
| D | main.c | 21 .parity = UART_CFG_PARITY_NONE,
|
| /Zephyr-latest/samples/subsys/modbus/rtu_server/src/ |
| D | main.c | 108 .parity = UART_CFG_PARITY_NONE,
|
| /Zephyr-latest/samples/subsys/modbus/tcp_gateway/src/ |
| D | main.c | 26 .parity = UART_CFG_PARITY_NONE,
|
| /Zephyr-latest/drivers/sensor/a01nyub/ |
| D | a01nyub.c | 28 .parity = UART_CFG_PARITY_NONE,
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | uart.h | 79 UART_CFG_PARITY_NONE, /**< No parity */ enumerator
|
| /Zephyr-latest/drivers/w1/ |
| D | w1_zephyr_serial.c | 251 data->uart_cfg.parity = UART_CFG_PARITY_NONE; in w1_serial_init()
|
123