Searched refs:CONTROL_BITS_BY_IDX (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_uac2_macros.h | 191 #define CONTROL_BITS_BY_IDX(entity, control_name, idx, bitshift) \ macro 215 CONTROL_BITS_BY_IDX(entity, mute_control, ch, 0) | \ 216 CONTROL_BITS_BY_IDX(entity, volume_control, ch, 2) | \ 217 CONTROL_BITS_BY_IDX(entity, bass_control, ch, 4) | \ 218 CONTROL_BITS_BY_IDX(entity, mid_control, ch, 6) | \ 219 CONTROL_BITS_BY_IDX(entity, treble_control, ch, 8) | \ 220 CONTROL_BITS_BY_IDX(entity, graphic_equalizer_control, ch, 10) | \ 221 CONTROL_BITS_BY_IDX(entity, automatic_gain_control, ch, 12) | \ 222 CONTROL_BITS_BY_IDX(entity, delay_control, ch, 14) | \ 223 CONTROL_BITS_BY_IDX(entity, bass_boost_control, ch, 16) | \ [all …]
|