Searched full:passthrough (Results 1 – 9 of 9) sorted by relevance
1 .. zephyr:code-sample:: uart-passthrough2 :name: UART Passthrough16 :zephyr_file:`samples/drivers/uart/passthrough`.23 the chosen ``uart,passthrough`` device - the pins and baudrate will need to33 :zephyr-app: samples/drivers/uart/passthrough
2 name: UART Passthrough4 sample.drivers.uart.passthrough:
5 project(passthrough) project
3 uart,passthrough = &uart4;
96 static void passthrough(struct patch_info *patch) in passthrough() function145 passthrough(&patch_c2o); in main()146 passthrough(&patch_o2c); in main()
38 /** Passthrough mode
60 bool "UART console mcumgr passthrough"
69 /* <mode>: In the UDP Wi-Fi passthrough in _sock_connect()
123 * Removed support for enabling passthrough mode on MPU9150 to744 * Removed MPU9150 passthrough support from the AK8975 driver.