Home
last modified time | relevance | path

Searched refs:zephyr_code (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/drivers/input/gpio_keys/src/
Dmain.c22 uint32_t zephyr_code; member
71 zassert_equal(last_code, pin_cfg->zephyr_code); in ZTEST()
83 zassert_equal(last_code, pin_cfg->zephyr_code); in ZTEST()
/Zephyr-latest/drivers/input/
Dinput_gpio_keys.c29 uint32_t zephyr_code; member
81 pin_cfg->zephyr_code); in gpio_keys_poll_pin()
82 input_report_key(dev, pin_cfg->zephyr_code, new_pressed, true, K_FOREVER); in gpio_keys_poll_pin()
143 struct gpio_keys_callback *cb, uint32_t zephyr_code) in gpio_keys_interrupt_configure() argument
197 cfg->pin_cfg[i].zephyr_code); in gpio_keys_init()
286 BUILD_ASSERT(DT_NODE_HAS_PROP(node_id, zephyr_code), \
292 .zephyr_code = DT_PROP(node_id, zephyr_code), \
Dinput_sbus.c25 uint32_t zephyr_code; member
100 config->channel_info[channel].zephyr_code, value, false, in input_sbus_report()
106 input_report_key(dev, config->channel_info[channel].zephyr_code, 1, in input_sbus_report()
109 input_report_key(dev, config->channel_info[channel].zephyr_code, 0, in input_sbus_report()
353 .zephyr_code = DT_PROP(input_channel_id, zephyr_code), \
Dinput_esp32_touch_sensor.c47 uint32_t zephyr_code; member
169 input_report_key(dev, channel_cfg->zephyr_code,
301 .zephyr_code = DT_PROP(node_id, zephyr_code), \
Dinput_adc_keys.c204 #define ADC_KEYS_KEY_CODE(node_id) DT_PROP(node_id, zephyr_code)