Searched refs:BUILD_ASSERT_FEATURE_UNIT_CONTROL (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/usb/device_next/class/ |
| D | usbd_uac2_macros.h | 1019 #define BUILD_ASSERT_FEATURE_UNIT_CONTROL(fu, control) \ macro 1029 BUILD_ASSERT_FEATURE_UNIT_CONTROL(entity, mute_control) \ 1030 BUILD_ASSERT_FEATURE_UNIT_CONTROL(entity, volume_control) \ 1031 BUILD_ASSERT_FEATURE_UNIT_CONTROL(entity, bass_control) \ 1032 BUILD_ASSERT_FEATURE_UNIT_CONTROL(entity, mid_control) \ 1033 BUILD_ASSERT_FEATURE_UNIT_CONTROL(entity, treble_control) \ 1034 BUILD_ASSERT_FEATURE_UNIT_CONTROL(entity, graphic_equalizer_control) \ 1035 BUILD_ASSERT_FEATURE_UNIT_CONTROL(entity, automatic_gain_control) \ 1036 BUILD_ASSERT_FEATURE_UNIT_CONTROL(entity, delay_control) \ 1037 BUILD_ASSERT_FEATURE_UNIT_CONTROL(entity, bass_boost_control) \ [all …]
|