Home
last modified time | relevance | path

Searched refs:stop_bits (Results 1 – 6 of 6) sorted by relevance

/subsys/modbus/
A Dmodbus_serial.c489 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()
/subsys/debug/gdbstub/
A Dgdbstub_backend_serial.c19 .stop_bits = UART_CFG_STOP_BITS_1, in z_gdb_backend_init()
/subsys/usb/device/class/
A Dcdc_acm.c946 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()
/subsys/mgmt/osdp/src/
A Dosdp.c210 p->dev_config.stop_bits = UART_CFG_STOP_BITS_1; in osdp_init()
/subsys/usb/device_next/class/
A Dusbd_cdc_acm.c420 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()
/subsys/bluetooth/host/classic/
A Drfcomm.c1244 uint8_t data_bits, stop_bits, parity_bits; in rfcomm_handle_rpn() local
1275 stop_bits = BT_RFCOMM_RPN_STOP_BITS_1; in rfcomm_handle_rpn()
1278 stop_bits, in rfcomm_handle_rpn()

Completed in 34 milliseconds