Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dsaleae_logic2.py19 def do_collection(device_id, address, port, channel, sample_rate, threshold_volts, argument
25 digital_sample_rate=sample_rate,
80 sample_rate = int(options.get('sample-rate'))
86 do_collection(device_id, address, port, channel, sample_rate, threshold_volts,
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c310 uint32_t sample_rate; in app_config_req() local
317 sample_rate = bt_a2dp_sbc_get_sampling_frequency( in app_config_req()
319 bt_shell_print("sample rate %dHz", sample_rate); in app_config_req()
327 uint32_t sample_rate; in app_reconfig_req() local
331 sample_rate = bt_a2dp_sbc_get_sampling_frequency( in app_reconfig_req()
333 bt_shell_print("sample rate %dHz", sample_rate); in app_reconfig_req()
/Zephyr-latest/drivers/audio/
Ddmic_mcux.c678 .sample_rate = kDMIC_PhyFullSpeed, \