Searched full:buttons (Results 1 – 25 of 480) sorted by relevance
12345678910>>...20
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/ |
D | main.c | 29 * Important: this enum MUST be in the order of the buttons on the screen 53 struct calculator_button buttons[] = { variable 100 if (id >= ARRAY_SIZE(buttons)) { in lv_btn_matrix_click_callback() 105 rc = post_calculator_event(&buttons[id].event, K_FOREVER); in lv_btn_matrix_click_callback() 121 static const char *const btnm_map[] = {buttons[BUTTON_CANCEL_ENTRY].label, in setup_display() 122 buttons[BUTTON_CANCEL].label, in setup_display() 124 buttons[BUTTON_7].label, in setup_display() 125 buttons[BUTTON_8].label, in setup_display() 126 buttons[BUTTON_9].label, in setup_display() 127 buttons[BUTTON_DIVIDE].label, in setup_display() [all …]
|
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,input-longpress.yaml | 18 input = <&buttons>; 29 input event: dev=buttons SYN type= 1 code= 11 value=1 # INPUT_KEY_0 press 31 input event: dev=buttons SYN type= 1 code= 11 value=0 # INPUT_KEY_0 release 36 input event: dev=buttons SYN type= 1 code= 11 value=1 # INPUT_KEY_0 press 40 input event: dev=buttons SYN type= 1 code= 11 value=0 # INPUT_KEY_0 release
|
D | gpio-keys.yaml | 7 This defines a group of buttons that can generate input events. Each button 16 buttons {
|
D | adc-keys.yaml | 5 Input driver for ADC attached resistor ladder buttons. 16 buttons {
|
D | zephyr,lvgl-button-input.yaml | 14 input = <&buttons>;
|
D | zephyr,lvgl-keypad-input.yaml | 21 input = <&buttons>;
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.adc_keys | 5 bool "ADC attached resistor ladder buttons" 10 Enable support for ADC attached resistor ladder buttons.
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/ |
D | README.rst | 12 The game works by controlling a paddle with the two buttons of the 16 ball launches the ball by pressing both buttons.
|
/Zephyr-latest/boards/silabs/radio_boards/ |
D | index.rst | 45 - 2 user buttons and 2 LEDs 57 - 2 user buttons, joystick and 2 LEDs
|
/Zephyr-latest/samples/basic/button/ |
D | README.rst | 21 called "User buttons" on many of Zephyr's :ref:`boards`. 64 buttons { 70 /* ... other buttons ... */
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | nrf9160dk_nrf9160_common.dtsi | 46 buttons { 48 * Unlike most DK boards, we do not actually have 4 buttons 49 * on nRF9160 DK. Instead, we have 2 buttons and 2 switches. 50 * Treat the switches as buttons anyway, for convenience. 52 * the usual "4 buttons per DK board" convention.
|
/Zephyr-latest/tests/drivers/input/gpio_keys/boards/ |
D | native_sim.overlay | 12 buttons: gpio-keys0 {
|
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | st25dv_mb1283_disco.overlay | 19 input = <&buttons>;
|
D | wio_terminal.overlay | 12 input = <&buttons>;
|
/Zephyr-latest/boards/sparkfun/thing_plus/doc/ |
D | index.rst | 53 Push buttons and Switches 131 Testing the LEDs and buttons on the nRF9160 Thing Plus 134 There are 2 samples that allow you to test that the buttons (switches) and LEDs on
|
/Zephyr-latest/boards/circuitdojo/feather/doc/ |
D | index.rst | 57 Push buttons and Switches 139 Testing the LEDs and buttons on the nRF9160 Feather 142 There are 2 samples that allow you to test that the buttons (switches) and LEDs on
|
/Zephyr-latest/boards/nxp/imx93_evk/dts/ |
D | imx93_evk_mimx9352_exp_btn.overlay | 10 * The user buttons RFU_BTN1 and RFU_BTN2 is connected to i.MX 93 GPIO by default,
|
/Zephyr-latest/samples/bluetooth/central_otc/ |
D | README.rst | 18 * A board with Bluetooth LE support and 4 buttons.
|
/Zephyr-latest/boards/ruuvi/ruuvitag/doc/ |
D | index.rst | 23 * 2 buttons 73 Push buttons 156 Testing the LEDs and buttons on the RuuviTag 159 There are 2 samples that allow you to test that the buttons (switches) and LEDs on
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | kscan.rst | 14 connected matrix keyboard or any device with buttons such as joysticks.
|
/Zephyr-latest/boards/holyiot/yj16019/ |
D | holyiot_yj16019.dts | 25 buttons {
|
/Zephyr-latest/boards/particle/argon/doc/ |
D | index.rst | 92 Push buttons 148 Testing the LEDs and buttons 151 There are 2 samples that allow you to test that the buttons (switches) and
|
/Zephyr-latest/boards/particle/boron/doc/ |
D | index.rst | 88 Push buttons 144 Testing the LEDs and buttons 147 There are 2 samples that allow you to test that the buttons (switches) and
|
/Zephyr-latest/boards/particle/xenon/doc/ |
D | index.rst | 93 Push buttons 149 Testing the LEDs and buttons 152 There are 2 samples that allow you to test that the buttons (switches) and
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 12 model which controls one of the 4 sets of buttons and LEDs . 32 sends an "off" message. The buttons are quite noisy and are debounced in
|
12345678910>>...20