Searched refs:CONTROL_BITS (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_uac2_macros.h | 183 #define CONTROL_BITS(entity, control_name, bitshift) \ macro 196 CONTROL_BITS(entity, frequency_control, 0) | \ 197 CONTROL_BITS(entity, validity_control, 2) 200 CONTROL_BITS(entity, copy_protect_control, 0) | \ 201 CONTROL_BITS(entity, connector_control, 2) | \ 202 CONTROL_BITS(entity, overload_control, 4) | \ 203 CONTROL_BITS(entity, cluster_control, 6) | \ 204 CONTROL_BITS(entity, underflow_control, 8) | \ 205 CONTROL_BITS(entity, overflow_control, 10) 208 CONTROL_BITS(entity, copy_protect_control, 0) | \ [all …]
|