Home
last modified time | relevance | path

Searched full:sample_rate (Results 1 – 6 of 6) 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/dts/bindings/sensor/
Dinvensense,mpu9250.yaml27 rate = sample_rate / (1 + gyro-sr-div)
/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/subsys/usb/device/class/audio/
Dusb_audio_internal.h492 #define SAMPLE_RATE(rate) \ macro
509 .tSamFreq = SAMPLE_RATE(rate), \
/Zephyr-latest/drivers/adc/
Dadc_stm32wb0.c81 # define NUM_ADC_SAMPLE_RATES 4 /* SAMPLE_RATE on 2 bits */
83 # define NUM_ADC_SAMPLE_RATES 32 /* SAMPLE_RATE on 5 bits */
/Zephyr-latest/drivers/audio/
Ddmic_mcux.c678 .sample_rate = kDMIC_PhyFullSpeed, \