Searched full:9600 (Results 1 – 25 of 58) sorted by relevance
123
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/ |
D | nucleo_wl55jc.overlay | 13 /* LPUART1 clock source on LSE : set console at 9600 */ 14 current-speed = <9600>;
|
D | stm32l562e_dk.overlay | 26 current-speed = <9600>;
|
/Zephyr-latest/samples/sensor/co2_polling/boards/ |
D | nucleo_h563zi.overlay | 9 current-speed = <9600>;
|
/Zephyr-latest/samples/drivers/uart/passthrough/boards/ |
D | nucleo_l476rg.overlay | 10 current-speed = <9600>;
|
/Zephyr-latest/samples/sensor/mhz19b/boards/ |
D | nucleo_g0b1re.overlay | 8 current-speed = <9600>;
|
/Zephyr-latest/tests/drivers/uart/uart_elementary/ |
D | Kconfig | 14 default 9600
|
/Zephyr-latest/dts/bindings/gnss/ |
D | gnss-nmea-generic.yaml | 12 current-speed = <9600>;
|
D | u-blox,m8.yaml | 17 enum: [4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600]
|
/Zephyr-latest/dts/bindings/serial/ |
D | renesas,rzt2m-uart.yaml | 22 - 9600
|
D | zephyr,native-tty-uart.yaml | 23 - 9600
|
D | nordic,nrf-uart-common.yaml | 31 - 9600
|
D | renesas,smartbond-uart.yaml | 25 - 9600
|
/Zephyr-latest/samples/drivers/uart/native_tty/src/ |
D | main.c | 20 .baudrate = 9600, 68 uart_cfg.baudrate = 9600; in main()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_sc18im704.c | 241 /* The device baudrate after reset is 9600 */ in i2c_sc18im_init() 243 .baudrate = 9600, in i2c_sc18im_init() 291 if (cfg->bus_speed != 9600) { in i2c_sc18im_init() 336 .bus_speed = DT_PROP_OR(DT_INST_PARENT(n), target_speed, 9600), \
|
/Zephyr-latest/boards/mikroe/clicker_2/ |
D | mikroe_clicker_2.dts | 89 current-speed = <9600>; 96 current-speed = <9600>;
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.cellular | 62 range 9600 4000000
|
/Zephyr-latest/tests/subsys/modbus/src/ |
D | test_modbus.h | 14 #define MB_TEST_BAUDRATE_LOW 9600
|
/Zephyr-latest/samples/sensor/mhz19b/ |
D | README.rst | 16 The baudrate of the UART must be configured to 9600, and must support
|
/Zephyr-latest/dts/bindings/mfd/ |
D | nxp,sc18im704.yaml | 62 - 9600
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 10 If this is not possible, reduce the baud rate to 9600.
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig | 35 OSDP defines that baud rate can be either 9600 or 38400 or
|
/Zephyr-latest/boards/silabs/starter_kits/slstk3401a/ |
D | slstk3401a-common.dtsi | 70 current-speed = <9600>;
|
/Zephyr-latest/samples/drivers/lcd_cyclonev_socdk/src/ |
D | commands.h | 55 * 4 9600
|
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/ |
D | README.rst | 29 should be adapted (9600 bauds)
|
/Zephyr-latest/boards/silabs/dev_kits/sltb009a/ |
D | sltb009a.dts | 75 current-speed = <9600>;
|
123