Home
last modified time | relevance | path

Searched refs:UART_CFG_PARITY_NONE (Results 1 – 25 of 64) sorted by relevance

123

/Zephyr-latest/tests/subsys/modbus/src/
Dtest_modbus.h16 #define MB_TEST_PARITY UART_CFG_PARITY_NONE
/Zephyr-latest/subsys/debug/gdbstub/
Dgdbstub_backend_serial.c18 .parity = UART_CFG_PARITY_NONE, in z_gdb_backend_init()
/Zephyr-latest/drivers/serial/
Duart_wch_usart.c47 case UART_CFG_PARITY_NONE: in usart_wch_init()
131 .parity = DT_INST_ENUM_IDX_OR(idx, parity, UART_CFG_PARITY_NONE), \
Duart_stm32.h22 #define STM32_UART_DEFAULT_PARITY UART_CFG_PARITY_NONE
Duart_sam.c137 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()
Duart_cdns.h102 (parity == UART_CFG_PARITY_NONE) ? NO_PARITY_VAL \
Dusart_sam.c136 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()
Duart_renesas_rz_scif.c109 case UART_CFG_PARITY_NONE: in uart_rz_scif_apply_config()
282 .parity = DT_INST_ENUM_IDX_OR(n, parity, UART_CFG_PARITY_NONE), \
Dusart_gd32.c72 case UART_CFG_PARITY_NONE: in usart_gd32_init()
338 .parity = DT_INST_ENUM_IDX_OR(n, parity, UART_CFG_PARITY_NONE), \
Duart_native_tty.c80 case UART_CFG_PARITY_NONE: in native_tty_conv_to_bottom_cfg()
397 .parity = UART_CFG_PARITY_NONE, \
Duart_si32_usart.c264 case UART_CFG_PARITY_NONE: in usart_si32_init()
381 .parity = DT_INST_ENUM_IDX_OR(index, parity, UART_CFG_PARITY_NONE), \
Duart_ene_kb1200.c58 case UART_CFG_PARITY_NONE: in kb1200_uart_configure()
366 .parity = UART_CFG_PARITY_NONE, \
Duart_mcux_iuart.c248 case UART_CFG_PARITY_NONE: in mcux_iuart_init()
332 .parity = DT_INST_ENUM_IDX_OR(n, parity, UART_CFG_PARITY_NONE), \
Duart_numicro.c93 case UART_CFG_PARITY_NONE: in uart_numicro_convert_parity()
Duart_apbuart.c243 case UART_CFG_PARITY_NONE: in apbuart_configure()
288 cfg->parity = UART_CFG_PARITY_NONE; in apbuart_config_get()
Duart_max32.c103 case UART_CFG_PARITY_NONE: in api_configure()
442 .uart_conf.parity = DT_INST_ENUM_IDX_OR(_num, parity, UART_CFG_PARITY_NONE), \
Duart_mcux.c92 case UART_CFG_PARITY_NONE: in uart_mcux_configure()
445 .parity = UART_CFG_PARITY_NONE, \
Duart_lpc11u6x.c114 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()
/Zephyr-latest/tests/drivers/uart/uart_basic_api/src/
Dtest_uart_config.c30 .parity = UART_CFG_PARITY_NONE,
Dtest_uart_config_wide.c30 .parity = UART_CFG_PARITY_NONE,
/Zephyr-latest/samples/drivers/uart/native_tty/src/
Dmain.c21 .parity = UART_CFG_PARITY_NONE,
/Zephyr-latest/samples/subsys/modbus/rtu_client/src/
Dmain.c21 .parity = UART_CFG_PARITY_NONE,
/Zephyr-latest/samples/subsys/modbus/rtu_server/src/
Dmain.c108 .parity = UART_CFG_PARITY_NONE,
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/src/
Dmain.c26 .parity = UART_CFG_PARITY_NONE,
/Zephyr-latest/drivers/sensor/a01nyub/
Da01nyub.c28 .parity = UART_CFG_PARITY_NONE,

123