Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_cf1133.c57 #define I2C_PROTOCOL_BMSK GENMASK(1, 0) macro
143 data->touch_protocol_type = FIELD_GET(I2C_PROTOCOL_BMSK, buffer); in cf1133_get_protocol_type()