Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_sbus.c341 #define INPUT_CHANNEL_CHECK(input_channel_id) \ argument
342 BUILD_ASSERT(IN_RANGE(DT_PROP(input_channel_id, channel), 1, 16), \
344 BUILD_ASSERT(DT_PROP(input_channel_id, type) == INPUT_EV_ABS || \
345 DT_PROP(input_channel_id, type) == INPUT_EV_KEY || \
346 DT_PROP(input_channel_id, type) == INPUT_EV_MSC, \
349 #define SBUS_INPUT_CHANNEL_INITIALIZER(input_channel_id) \ argument
351 .sbus_channel = DT_PROP(input_channel_id, channel), \
352 .type = DT_PROP(input_channel_id, type), \
353 .zephyr_code = DT_PROP(input_channel_id, zephyr_code), \