Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_streaming_sampling_set.c330 audio -> ux_host_class_audio_packet_freq = in _ux_host_class_audio_streaming_sampling_set()
333 audio -> ux_host_class_audio_packet_freq <<= in _ux_host_class_audio_streaming_sampling_set()
359 frequency % audio -> ux_host_class_audio_packet_freq; in _ux_host_class_audio_streaming_sampling_set()
361 frequency / audio -> ux_host_class_audio_packet_freq; in _ux_host_class_audio_streaming_sampling_set()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_audio.h471 ULONG ux_host_class_audio_packet_freq; member
495 #define _ux_host_class_audio_packet_freq_get(a) ((a)->ux_host_class_audio_packet_freq)
/USBX-v6.2.1/test/regression/
Dusbx_audio10_iad_host_basic_test.c1196 UX_TEST_ASSERT(host_audio_tx->ux_host_class_audio_packet_freq == 1000); in _sampling_control_tests()
1209 UX_TEST_ASSERT(host_audio_rx->ux_host_class_audio_packet_freq == 1000); in _sampling_control_tests()
Dusbx_audio20_host_basic_test.c1415 UX_TEST_ASSERT(host_audio_tx->ux_host_class_audio_packet_freq == 1000); in _sampling_control_tests()
1427 UX_TEST_ASSERT(host_audio_rx->ux_host_class_audio_packet_freq == 1000); in _sampling_control_tests()