/Zephyr-Core-2.7.6/drivers/kscan/ |
D | kscan_sdl.c | 25 bool pressed = 0; in sdl_filter() local 29 pressed = 1; in sdl_filter() 34 pressed = 0; in sdl_filter() 41 pressed = 1; in sdl_filter() 50 data->callback(data->dev, row, column, pressed); in sdl_filter()
|
D | kscan_ft5336.c | 91 bool pressed; in ft5336_process() local 117 pressed = (event == EVENT_PRESS_DOWN) || (event == EVENT_CONTACT); in ft5336_process() 121 data->callback(dev, row, col, pressed); in ft5336_process()
|
/Zephyr-Core-2.7.6/samples/drivers/kscan_touch/src/ |
D | main.c | 23 bool pressed) in k_callback() argument 26 if (pressed) { in k_callback()
|
/Zephyr-Core-2.7.6/samples/drivers/kscan/src/ |
D | main.c | 126 bool pressed) in kb_callback() argument 131 LOG_INF("Key code = %u Pressed = %u\n", last_key, pressed); in kb_callback() 133 if (pressed) { in kb_callback()
|
/Zephyr-Core-2.7.6/samples/drivers/ht16k33/src/ |
D | main.c | 17 uint32_t column, bool pressed) in keyscan_callback() argument 20 pressed ? "pressed" : "released"); in keyscan_callback()
|
/Zephyr-Core-2.7.6/samples/boards/reel_board/mesh_badge/src/ |
D | reel_board.c | 52 static bool pressed; variable 439 pressed = false; in long_press() 454 if (button_is_pressed() == pressed) { in button_interrupt() 458 pressed = !pressed; in button_interrupt() 459 printk("Button %s\n", pressed ? "pressed" : "released"); in button_interrupt() 461 if (pressed) { in button_interrupt() 621 pressed = button_is_pressed(); in board_init() 622 if (pressed) { in board_init()
|
/Zephyr-Core-2.7.6/tests/drivers/kscan/kscan_api/src/ |
D | test_kscan.c | 16 bool pressed) in kb_callback() argument 21 ARG_UNUSED(pressed); in kb_callback()
|
/Zephyr-Core-2.7.6/drivers/led/ |
D | ht16k33.c | 209 bool pressed = false; in ht16k33_process_keyscan_data() local 233 pressed = true; in ht16k33_process_keyscan_data() 250 return pressed; in ht16k33_process_keyscan_data() 255 bool pressed; in ht16k33_irq_thread() local 262 pressed = ht16k33_process_keyscan_data(data->dev); in ht16k33_irq_thread() 264 } while (pressed); in ht16k33_irq_thread()
|
/Zephyr-Core-2.7.6/samples/basic/button/ |
D | README.rst | 10 The sample prints a message to the console each time a button is pressed. 31 will be turned on when the button is pressed, and turned off off when it is 108 the serial console. When the input button gets pressed, the interrupt handler
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | kscan.h | 45 bool pressed);
|
/Zephyr-Core-2.7.6/samples/boards/nrf/nrfx_prs/ |
D | README.rst | 25 When no button is pressed, every 5 seconds a background transfer using SPIM1 59 When no button is pressed, a background transfer on SPIM1 is performed.
|
/Zephyr-Core-2.7.6/lib/gui/lvgl/ |
D | lvgl.c | 196 uint32_t col, bool pressed) in lvgl_pointer_kscan_callback() argument 201 .state = pressed ? LV_INDEV_STATE_PR : LV_INDEV_STATE_REL, in lvgl_pointer_kscan_callback()
|
/Zephyr-Core-2.7.6/samples/subsys/usb/hid-cdc/ |
D | README.rst | 93 It will be sent via HID when BUTTON 2 is pressed. 99 on the device and typed back to the host when BUTTON 2 is pressed.
|
/Zephyr-Core-2.7.6/samples/boards/nrf/mesh/onoff-app/ |
D | README.rst | 29 If a button is pressed only once within a 1 second interval, it sends an 30 "on" message. If it is pressed more than once, it
|
/Zephyr-Core-2.7.6/samples/boards/nrf/nrfx/ |
D | README.rst | 49 Connect to the serial port - notice that each time the button is pressed,
|
/Zephyr-Core-2.7.6/samples/bluetooth/mesh/ |
D | README.rst | 19 to all nodes in the network when the button is pressed.
|
/Zephyr-Core-2.7.6/samples/boards/reel_board/mesh_badge/ |
D | README.rst | 48 #. Keep the user button pressed when powering on (or press the reset button
|
/Zephyr-Core-2.7.6/samples/subsys/usb/hid-mouse/ |
D | README.rst | 109 mouse button was pressed, and this information will be displayed
|
/Zephyr-Core-2.7.6/boards/arm/nrf52840dongle_nrf52840/doc/ |
D | index.rst | 219 button pressed down. See above for a picture showing where SW1 is. 230 pressed. If it still doesn't appear, retry the one-time MCUboot setup.
|
/Zephyr-Core-2.7.6/boards/arm/blackpill_f401ce/doc/ |
D | index.rst | 138 by keeping the BOOT0 switch pressed while pressing and releasing the NRST switch.
|
/Zephyr-Core-2.7.6/boards/arm/blackpill_f411ce/doc/ |
D | index.rst | 138 by keeping the BOOT0 switch pressed while pressing and releasing the NRST switch.
|
/Zephyr-Core-2.7.6/samples/shields/x_nucleo_iks02a1/microphone/ |
D | README.rst | 65 The acquisition starts immediately after the reset button is pressed.
|
/Zephyr-Core-2.7.6/boards/arm/sensortile_box/doc/ |
D | index.rst | 137 while keeping the BOOT0 button pressed.
|
/Zephyr-Core-2.7.6/boards/arm/olimexino_stm32/doc/ |
D | index.rst | 449 console. When the input button gets pressed, the interrupt
|
/Zephyr-Core-2.7.6/boards/arm/96b_aerocore2/doc/ |
D | index.rst | 283 switch pressed while pressing and releasing the RST switch.
|