Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_alternate_setting_locate.c277 ULONG frequency_low, frequency_high; in _ux_host_class_audio_alt_locate_parse() local
290 frequency_low = sam_attr -> ux_host_class_audio_sampling_characteristics_frequency_low; in _ux_host_class_audio_alt_locate_parse()
291 …if (UX_OVERFLOW_CHECK_MULV_ULONG(frequency_low, sam_attr -> ux_host_class_audio_sampling_character… in _ux_host_class_audio_alt_locate_parse()
298 frequency_low *= sam_attr -> ux_host_class_audio_sampling_characteristics_clock_mul; in _ux_host_class_audio_alt_locate_parse()
299 frequency_low /= sam_attr -> ux_host_class_audio_sampling_characteristics_clock_div; in _ux_host_class_audio_alt_locate_parse()
314 if ((frequency_low <= sampling -> ux_host_class_audio_sampling_frequency) && in _ux_host_class_audio_alt_locate_parse()