Searched refs:stop_bits (Results 1 – 6 of 6) sorted by relevance
489 uart_cfg.stop_bits = UART_CFG_STOP_BITS_1; in configure_uart()494 uart_cfg.stop_bits = UART_CFG_STOP_BITS_2; in configure_uart()502 switch (param->serial.stop_bits) { in configure_uart()507 uart_cfg.stop_bits = param->serial.stop_bits; in configure_uart()
19 .stop_bits = UART_CFG_STOP_BITS_1, in z_gdb_backend_init()
946 cfg->stop_bits = UART_CFG_STOP_BITS_1; in cdc_acm_config_get()949 cfg->stop_bits = UART_CFG_STOP_BITS_1_5; in cdc_acm_config_get()953 cfg->stop_bits = UART_CFG_STOP_BITS_2; in cdc_acm_config_get()
210 p->dev_config.stop_bits = UART_CFG_STOP_BITS_1; in osdp_init()
420 cfg->stop_bits = UART_CFG_STOP_BITS_1; in cdc_acm_update_uart_cfg()423 cfg->stop_bits = UART_CFG_STOP_BITS_1_5; in cdc_acm_update_uart_cfg()427 cfg->stop_bits = UART_CFG_STOP_BITS_2; in cdc_acm_update_uart_cfg()
1244 uint8_t data_bits, stop_bits, parity_bits; in rfcomm_handle_rpn() local1275 stop_bits = BT_RFCOMM_RPN_STOP_BITS_1; in rfcomm_handle_rpn()1278 stop_bits, in rfcomm_handle_rpn()
Completed in 34 milliseconds