Searched refs:UART_CFG_PARITY_ODD (Results 1 – 25 of 45) sorted by relevance
12
180 .parity = UART_CFG_PARITY_ODD,204 server_param.serial.parity = UART_CFG_PARITY_ODD; in test_server_setup_low_odd()
218 .parity = UART_CFG_PARITY_ODD,257 client_param.serial.parity = UART_CFG_PARITY_ODD; in test_client_setup_low_odd()
103 : (parity == UART_CFG_PARITY_ODD) ? ODD_PARITY_VAL \
85 case UART_CFG_PARITY_ODD: in uart_numicro_convert_parity()
248 case UART_CFG_PARITY_ODD: in apbuart_configure()291 cfg->parity = UART_CFG_PARITY_ODD; in apbuart_config_get()
131 case UART_CFG_PARITY_ODD: in uart_sam_cfg2sam_parity()153 return UART_CFG_PARITY_ODD; in uart_sam_get_parity()
228 case UART_CFG_PARITY_ODD: in uart_silabs_eusart_cfg2ll_parity()243 return UART_CFG_PARITY_ODD; in uart_silabs_eusart_ll2cfg_parity()
130 case UART_CFG_PARITY_ODD: in usart_sam_cfg2sam_parity()152 return UART_CFG_PARITY_ODD; in usart_sam_get_parity()
484 case UART_CFG_PARITY_ODD: in uart_xlnx_ps_cfg2ll_parity()729 return UART_CFG_PARITY_ODD; in uart_xlnx_ps_ll2cfg_parity()
76 case UART_CFG_PARITY_ODD: in usart_gd32_init()
81 case UART_CFG_PARITY_ODD: in uart_cc23x0_configure()
61 case UART_CFG_PARITY_ODD: in kb1200_uart_configure()
254 case UART_CFG_PARITY_ODD: in mcux_iuart_init()
85 case UART_CFG_PARITY_ODD: in native_tty_conv_to_bottom_cfg()
55 case UART_CFG_PARITY_ODD: in usart_wch_init()
267 case UART_CFG_PARITY_ODD: in usart_si32_init()
243 if ((cfg->parity != UART_CFG_PARITY_NONE && cfg->parity != UART_CFG_PARITY_ODD && in uart_smartbond_configure()280 case UART_CFG_PARITY_ODD: in uart_smartbond_configure()
98 case UART_CFG_PARITY_ODD: in uart_mcux_configure()
128 case UART_CFG_PARITY_ODD: in uart_numaker_convert_parity()
116 case UART_CFG_PARITY_ODD: in lpc11u6x_uart0_configure()525 case UART_CFG_PARITY_ODD: in lpc11u6x_uartx_configure()
430 case UART_CFG_PARITY_ODD: in uart_gecko_cfg2ll_parity()444 return UART_CFG_PARITY_ODD; in uart_gecko_ll2cfg_parity()
105 case UART_CFG_PARITY_ODD: in uart_cc13xx_cc26xx_configure()
357 case UART_CFG_PARITY_ODD: in rzt2m_uart_init()
80 UART_CFG_PARITY_ODD, /**< Odd parity */ enumerator
202 .parity = UART_CFG_PARITY_ODD, in ZTEST()