Searched refs:stop_bits_client (Results 1 – 4 of 4) sorted by relevance
219 .stop_bits_client = UART_CFG_STOP_BITS_1,244 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_2; in test_client_setup_low_none()258 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_low_odd()272 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_high_even()286 client_param.serial.stop_bits_client = UART_CFG_STOP_BITS_1; in test_client_setup_ascii()
22 .stop_bits_client = UART_CFG_STOP_BITS_2,
493 enum uart_config_stop_bits stop_bits_client; member
482 switch (param->serial.stop_bits_client) { in configure_uart()487 uart_cfg.stop_bits = param->serial.stop_bits_client; in configure_uart()