/Zephyr-latest/samples/drivers/mbox/ |
D | sample.yaml | 21 - "Pong \\(on channel\\)" 40 - "Pong \\(on channel 18\\)" 58 - "Pong \\(on channel 14\\)" 72 - "Pong \\(on channel 12\\)" 87 - "Pong \\(on channel 20\\)" 105 - "Pong \\(on channel 20\\)" 122 - "Pong \\(on channel 20\\)"
|
D | README.rst | 42 Pong (on channel 0) 44 Pong (on channel 0) 47 Pong (on channel 0) 49 Pong (on channel 0) 59 Pong (on channel 1) 61 Pong (on channel 1)
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/ |
D | README.rst | 2 :name: Pong game 4 Play pong as single player or over Bluetooth between two micro:bit devices. 9 Play pong as single player or over Bluetooth between two micro:bit 29 :zephyr-app: samples/boards/bbc/microbit/pong
|
D | sample.yaml | 2 name: Pong game using BBC Micro:bit 4 sample.board.bbc_microbit.pong:
|
D | CMakeLists.txt | 6 project(pong) project
|
D | prj.conf | 6 CONFIG_BT_DEVICE_NAME="Zephyr Pong"
|
/Zephyr-latest/tests/drivers/mbox/mbox_data/src/ |
D | main.c | 159 * @brief MBOX Data transfer by ping pong for first set of channels 173 * @brief MBOX Data transfer by ping pong for second set of channels 184 * @brief MBOX Data transfer by ping pong for third set of channels 195 * @brief MBOX Data transfer by ping pong for forth set of channels
|
/Zephyr-latest/tests/misc/test_build/src/ |
D | main.c | 65 /* invoke routine to ping-pong hello messages with threadA */ in threadB() 85 /* invoke routine to ping-pong hello messages with threadB */ in threadA()
|
/Zephyr-latest/samples/drivers/stepper/generic/ |
D | README.rst | 46 [00:00:00.876,000] <inf> stepper: mode: ping pong relative 48 [00:00:01.237,000] <inf> stepper: mode: ping pong absolute
|
/Zephyr-latest/samples/drivers/stepper/generic/src/ |
D | main.c | 100 LOG_INF("mode: ping pong relative\n"); in main() 105 LOG_INF("mode: ping pong absolute\n"); in main()
|
/Zephyr-latest/samples/subsys/tracing/src/ |
D | main.c | 81 /* invoke routine to ping-pong hello messages with threadA */ in threadB() 113 /* invoke routine to ping-pong hello messages with threadB */ in threadA()
|
/Zephyr-latest/samples/synchronization/src/ |
D | main.c | 81 /* invoke routine to ping-pong hello messages with thread_b */ in thread_a_entry_point() 94 /* invoke routine to ping-pong hello messages with thread_a */ in thread_b_entry_point()
|
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/src/ |
D | main_master.c | 18 /* Show current ping-pong counter value */ in ping_ipm_callback()
|
/Zephyr-latest/include/zephyr/net/ |
D | websocket.h | 41 #define WEBSOCKET_FLAG_PONG 0x00000020 /**< Pong message */ 50 WEBSOCKET_OPCODE_PONG = 0x0A, /**< Pong message */ 141 * @param opcode Operation code (text, binary, ping, pong, close)
|
/Zephyr-latest/samples/drivers/mbox/src/ |
D | main.c | 15 printk("Pong (on channel %d)\n", channel_id); in callback()
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/ |
D | ble.c | 21 #include "pong.h" 184 printk("Pong service discovered\n"); in discover_func() 194 printk("Pong characteristic discovered\n"); in discover_func() 205 printk("Pong CCC discovered\n"); in discover_func()
|
D | main.c | 19 #include "pong.h"
|
/Zephyr-latest/samples/drivers/mbox/remote/src/ |
D | main.c | 19 printk("Pong (on channel %d)\n", channel_id); in callback()
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 40 * Requesting multiple reads to the same device for Ping-Pong (double buffering)
|
/Zephyr-latest/samples/drivers/mbox_data/ |
D | README.rst | 13 Sample will ping-pong up to 4 bytes of data between two cores via two mbox channels.
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_agilex5_ll.c | 190 /* Division setting for ping pong counter in clock slice */ in get_mpu_clk()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | i2s.h | 196 /** @brief Ping pong mode 198 * In ping pong mode TX output will keep alternating between a ping buffer 199 * and a pong buffer. This is normally used in audio streams when one buffer
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | main.c | 93 shell_print(sh, "pong"); in cmd_demo_ping()
|
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/remote/src/ |
D | remote.c | 164 LOG_ERR("PONG response failed: %d", ret); in ep_recv()
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 74 return "PONG"; in opcode2str() 693 /* Text, binary, ping, pong or close ? */ in websocket_send_msg()
|