/Zephyr-latest/samples/subsys/zbus/work_queue/ |
D | README.rst | 28 I: Sensor msg processed by CALLBACK fh1: temp = 10, press = 1, humidity = 100 29 I: Sensor msg processed by CALLBACK fh2: temp = 10, press = 1, humidity = 100 30 I: Sensor msg processed by CALLBACK fh3: temp = 10, press = 1, humidity = 100 31 I: Sensor msg processed by WORK QUEUE handler dh1: temp = 10, press = 1, humidity = 100 32 I: Sensor msg processed by WORK QUEUE handler dh2: temp = 10, press = 1, humidity = 100 33 I: Sensor msg processed by WORK QUEUE handler dh3: temp = 10, press = 1, humidity = 100 34 I: Sensor msg processed by THREAD handler 1: temp = 10, press = 1, humidity = 100 35 I: Sensor msg processed by THREAD handler 2: temp = 10, press = 1, humidity = 100 36 I: Sensor msg processed by THREAD handler 3: temp = 10, press = 1, humidity = 100 37 I: Sensor msg processed by CALLBACK fh1: temp = 20, press = 2, humidity = 200 [all …]
|
D | sample.yaml | 12 - "I: Sensor msg processed by CALLBACK fh1: temp = 10, press = 1, humidity = 100" 13 - "I: Sensor msg processed by CALLBACK fh2: temp = 10, press = 1, humidity = 100" 14 - "I: Sensor msg processed by CALLBACK fh3: temp = 10, press = 1, humidity = 100" 15 - "I: Sensor msg processed by WORK QUEUE handler dh1: temp = 10, press = 1, humidity = 100" 16 - "I: Sensor msg processed by WORK QUEUE handler dh2: temp = 10, press = 1, humidity = 100" 17 - "I: Sensor msg processed by WORK QUEUE handler dh3: temp = 10, press = 1, humidity = 100" 18 - "I: Sensor msg processed by THREAD handler 1: temp = 10, press = 1, humidity = 100" 19 - "I: Sensor msg processed by THREAD handler 2: temp = 10, press = 1, humidity = 100" 20 - "I: Sensor msg processed by THREAD handler 3: temp = 10, press = 1, humidity = 100" 21 - "I: Sensor msg processed by CALLBACK fh1: temp = 20, press = 2, humidity = 200" [all …]
|
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,input-longpress.yaml | 8 corresponding to short and long press. 28 # short press 29 input event: dev=buttons SYN type= 1 code= 11 value=1 # INPUT_KEY_0 press 32 input event: dev=longpress SYN type= 1 code= 30 value=1 # INPUT_KEY_A press 35 # long press 36 input event: dev=buttons SYN type= 1 code= 11 value=1 # INPUT_KEY_0 press 38 input event: dev=longpress SYN type= 1 code= 45 value=1 # INPUT_KEY_X press 60 Optional array of key codes to be generated for short press (INPUT_KEY_* or 67 Array of key codes to be generated for long press (INPUT_KEY_* or 73 description: Time delay to register a long press in milliseconds.
|
D | adc-keys.yaml | 9 key press or for combinations of key presses. 22 press-thresholds-mv = <1650>, /* KEY0 */ 28 press-thresholds-mv = <2300>, /* KEY1 */ 61 press-thresholds-mv:
|
/Zephyr-latest/samples/subsys/zbus/work_queue/src/ |
D | main.c | 42 LOG_INF("Sensor msg processed by CALLBACK fh1: temp = %u, press = %u, humidity = %u", in fh1_cb() 43 msg->temp, msg->press, msg->humidity); in fh1_cb() 52 LOG_INF("Sensor msg processed by CALLBACK fh2: temp = %u, press = %u, humidity = %u", in fh2_cb() 53 msg->temp, msg->press, msg->humidity); in fh2_cb() 62 LOG_INF("Sensor msg processed by CALLBACK fh3: temp = %u, press = %u, humidity = %u", in fh3_cb() 63 msg->temp, msg->press, msg->humidity); in fh3_cb() 85 LOG_INF("Sensor msg processed by WORK QUEUE handler dh%u: temp = %u, press = %u, " in wq_dh_cb() 87 sens->handle, msg.temp, msg.press, msg.humidity); in wq_dh_cb() 140 LOG_INF("Sensor msg processed by THREAD handler 1: temp = %u, press = %u, " in thread_handler1_task() 142 msg.temp, msg.press, msg.humidity); in thread_handler1_task() [all …]
|
/Zephyr-latest/samples/modules/canopennode/ |
D | README.rst | 49 Pressing the button labelled ``SW3`` will increment the button press 68 Pressing the button labelled ``SW3`` will increment the button press 87 Pressing the button labelled ``USER`` will increment the button press counter 106 Pressing the button labelled ``USER`` will increment the button press counter 331 press counter) can be accomplished using the following Python code: 349 button = node.sdo['Button press counter'] 357 # Map TPDO 1 to transmit the button press counter on changes 359 node.tpdo[1].add_variable('Button press counter') 367 # Reset button press counter 370 print("Press the button 10 times") [all …]
|
/Zephyr-latest/samples/sensor/ms5837/src/ |
D | main.c | 40 struct sensor_value press; in main() local 44 sensor_channel_get(dev, SENSOR_CHAN_PRESS, &press); in main() 47 temp.val2, press.val1, press.val2); in main()
|
/Zephyr-latest/dts/bindings/mfd/ |
D | nordic,npm1300.yaml | 25 Press duration required to wake from ship / hibernate in ms. 38 long-press-reset: 40 description: Long press reset configuration
|
/Zephyr-latest/samples/sensor/bme280/ |
D | sample.yaml | 15 - "temp: (.*); press: (.*); humidity: (.*)" 27 - "temp: (.*); press: (.*); humidity: (.*)" 39 - "temp: (.*); press: (.*); humidity: (.*)"
|
D | README.rst | 143 temp: 20.260000; press: 99.789019; humidity: 46.458984 144 temp: 20.260000; press: 99.789480; humidity: 46.424804 145 temp: 20.250000; press: 99.789246; humidity: 46.423828 160 temp: 20.150000; press: 99.857675; humidity: 46.447265 161 temp: 20.150000; press: 99.859121; humidity: 46.458984 162 temp: 20.150000; press: 99.859234; humidity: 46.469726
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/src/ |
D | main.c | 47 struct sensor_value press, temp; in lsm6dsl_trigger_handler() local 90 /* lsm6dsl press/temp */ in lsm6dsl_trigger_handler() 92 sensor_channel_get(dev, SENSOR_CHAN_PRESS, &press); in lsm6dsl_trigger_handler() 98 sprintf(out_str, "press (%f) kPa - temp (%f) deg", (double)out_ev(&press), in lsm6dsl_trigger_handler() 262 struct sensor_value temp, press; in main() local 274 struct sensor_value press, temp; in main() local 293 sensor_channel_get(baro_dev, SENSOR_CHAN_PRESS, &press); in main() 295 printk("temp: %d.%02d C; press: %d.%06d\n", in main() 296 temp.val1, temp.val2, press.val1, press.val2); in main() 339 /* lsm6dsl press/temp */ in main() [all …]
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 83 interface, press :kbd:`?` to view the same information. 100 appear with ``--->`` next to them. Press :kbd:`ESC` to return to the 110 You can also press :kbd:`Y` or :kbd:`N` to set a boolean configuration 113 * Press :kbd:`?` to display information about the currently selected symbol, 114 including its help text. Press :kbd:`ESC` or :kbd:`Q` to return from the 131 Press :kbd:`Y` to save the kernel configuration options to the default 149 directly to a symbol, press the :kbd:`/` key (this also works in 163 off show-all mode, press :kbd:`A` in ``menuconfig`` or :kbd:`Ctrl-A` in 179 In ``menuconfig``, you can press :kbd:`Ctrl-F` to view the help of the
|
/Zephyr-latest/samples/sensor/lsm6dsl/src/ |
D | main.c | 35 static struct sensor_value press, temp; in lsm6dsl_trigger_handler() local 59 /* lsm6dsl external press/temp */ in lsm6dsl_trigger_handler() 61 sensor_channel_get(dev, SENSOR_CHAN_PRESS, &press); in lsm6dsl_trigger_handler() 85 press_out = press; in lsm6dsl_trigger_handler() 167 /* lsm6dsl external press/temp */ in main() 168 sprintf(out_str, "press: %f kPa - temp: %f deg", in main()
|
/Zephyr-latest/boards/st/stm32c0116_dk/ |
D | stm32c0116_dk.dts | 55 press-thresholds-mv = <0>; 60 press-thresholds-mv = <670>; 65 press-thresholds-mv = <1320>; 70 press-thresholds-mv = <2010>; 75 press-thresholds-mv = <2650>;
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a1/ |
D | x_nucleo_iks01a1.overlay | 15 lps25hb_press_x_nucleo_iks01a1: lps25hb-press@5d { 16 compatible = "st,lps25hb-press";
|
/Zephyr-latest/samples/boards/nordic/nrfx_prs/ |
D | sample.yaml | 18 - "-> press \".*\" to trigger a transfer" 19 - "-> press \".*\" to switch the type of peripheral"
|
/Zephyr-latest/samples/boards/nxp/mimxrt1060_evk/system_off/ |
D | README.rst | 14 * Turn the system off after enabling wakeup through a button press, and 38 4. Device will turn itself off using deep sleep state 1. Press SW 5 56 Entering system off; press GPIO_5 to restart sooner
|
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/ |
D | README.rst | 16 * Turn the system off after enabling wakeup through a button press 46 Press Button 1 to wake the device and restart the application as if 63 Entering system off (SHUTDOWN); press BUTTON1 to restart
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/ |
D | x_nucleo_iks01a2.overlay | 23 lps22hb_press_x_nucleo_iks01a2: lps22hb-press@5d { 24 compatible = "st,lps22hb-press";
|
/Zephyr-latest/boards/arduino/nano_33_ble/ |
D | arduino_nano_33_ble_nrf52840_sense.dts | 31 lps22hb: lps22hb-press@5c { 32 compatible = "st,lps22hb-press";
|
/Zephyr-latest/samples/boards/st/power_mgmt/wkup_pins/ |
D | README.rst | 14 Press the user button designated in boards's devicetree overlay as "wkup-src" to power it on again. 39 Press the user button to power on the system again.
|
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/ |
D | README.rst | 13 Press and hold the user button: 40 Press and hold the user button:
|
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/src/ |
D | main.c | 34 /* Configure to generate PORT event (wakeup) on button 1 press. */ in main() 56 printk("Powering off; press BUTTON1 to restart\n"); in main()
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,lps25hb-press.yaml | 6 compatible: "st,lps25hb-press"
|
D | st,lps22hb-press.yaml | 6 compatible: "st,lps22hb-press"
|