7#ifndef ZEPHYR_INCLUDE_INPUT_H_ 
    8#define ZEPHYR_INCLUDE_INPUT_H_ 
  138#define INPUT_LISTENER_CB_DEFINE(_dev, _callback)                              \ 
  139        static const STRUCT_SECTION_ITERABLE(input_listener,                   \ 
  140                                             _input_listener__##_callback) = { \ 
  142                .callback = _callback,                                         \ 
ZTEST_BMEM int timeout
Definition: main.c:31
 
__INT32_TYPE__ int32_t
Definition: stdint.h:74
 
__UINT8_TYPE__ uint8_t
Definition: stdint.h:88
 
__UINT16_TYPE__ uint16_t
Definition: stdint.h:89
 
Runtime device structure (in ROM) per driver instance.
Definition: device.h:380
 
Kernel timeout type.
Definition: sys_clock.h:65