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.c309 uint32_t sample_rate; in app_config_req() local
316 sample_rate = bt_a2dp_sbc_get_sampling_frequency( in app_config_req()
318 shell_print(ctx_shell, "sample rate %dHz", sample_rate); in app_config_req()
326 uint32_t sample_rate; in app_reconfig_req() local
330 sample_rate = bt_a2dp_sbc_get_sampling_frequency( in app_reconfig_req()
332 shell_print(ctx_shell, "sample rate %dHz", sample_rate); in app_reconfig_req()
/Zephyr-latest/drivers/audio/
Ddmic_mcux.c678 .sample_rate = kDMIC_PhyFullSpeed, \