Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_alternate_setting_locate.c290 …FLOW_CHECK_MULV_ULONG(frequency_low, sam_attr -> ux_host_class_audio_sampling_characteristics_cloc… in _ux_host_class_audio_alt_locate_parse()
297 frequency_low *= sam_attr -> ux_host_class_audio_sampling_characteristics_clock_mul; in _ux_host_class_audio_alt_locate_parse()
302 …LOW_CHECK_MULV_ULONG(frequency_high, sam_attr -> ux_host_class_audio_sampling_characteristics_cloc… in _ux_host_class_audio_alt_locate_parse()
309 frequency_high *= sam_attr -> ux_host_class_audio_sampling_characteristics_clock_mul; in _ux_host_class_audio_alt_locate_parse()
Dux_host_class_audio_raw_sampling_parse.c193 sam_attr.ux_host_class_audio_sampling_characteristics_clock_mul = 1; in _ux_host_class_audio10_sam_parse_func()
705 sam_attr.ux_host_class_audio_sampling_characteristics_clock_mul = clk_mul; in _ux_host_class_audio20_sam_parse_func()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_audio.h567 ULONG ux_host_class_audio_sampling_characteristics_clock_mul; member