Searched full:sample_rate (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/ |
D | saleae_logic2.py | 19 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/ |
D | invensense,mpu9250.yaml | 27 rate = sample_rate / (1 + gyro-sr-div)
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | a2dp.c | 309 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/ |
D | usb_audio_internal.h | 492 #define SAMPLE_RATE(rate) \ macro 509 .tSamFreq = SAMPLE_RATE(rate), \
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32wb0.c | 81 # 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/ |
D | dmic_mcux.c | 678 .sample_rate = kDMIC_PhyFullSpeed, \
|