Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/display/
DKconfig.ili9xxx18 the requirement to bitshift data read from the ILI9XXX. Note the
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2_macros.h183 #define CONTROL_BITS(entity, control_name, bitshift) \ argument
184 (UTIL_CAT(CONTROL_, CONTROL_TOKEN(entity, control_name)) << bitshift)
191 #define CONTROL_BITS_BY_IDX(entity, control_name, idx, bitshift) \ argument
193 << bitshift)