Searched refs:frequencies (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_uac2.c | 73 const uint8_t id, const uint32_t **frequencies); 587 const uint32_t *frequencies; in get_clock_source_request() local 599 count = clock_frequencies(c_data, clock_id, &frequencies); in get_clock_source_request() 605 frequencies[0]); in get_clock_source_request() 618 layout3_range_response(buf, setup->wLength, frequencies, in get_clock_source_request() 619 frequencies, NULL, count); in get_clock_source_request() 637 const uint32_t *frequencies; in set_clock_source_request() local 649 count = clock_frequencies(c_data, clock_id, &frequencies); in set_clock_source_request() 662 hz = find_closest(requested, frequencies, count); in set_clock_source_request() 976 const uint8_t id, const uint32_t **frequencies) in DT_INST_FOREACH_STATUS_OKAY() [all …]
|
/Zephyr-latest/samples/bluetooth/channel_sounding/src/ |
D | distance_estimation.c | 108 static float frequencies[MAX_NUM_SAMPLES]; in estimate_distance_using_phase_slope() local 117 frequencies[num_angles] = 1.0 * CS_FREQUENCY_MHZ(data[i].channel); in estimate_distance_using_phase_slope() 127 bubblesort_2(frequencies, theta, num_angles); in estimate_distance_using_phase_slope() 144 float phase_slope = linear_regression(frequencies, theta, num_angles); in estimate_distance_using_phase_slope()
|
/Zephyr-latest/samples/drivers/memc/boards/ |
D | frdm_rw612.overlay | 16 * higher frequencies at 3.3V
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/ |
D | spi1_pllq_2_d1ppre_4.overlay | 13 * APB2 and PLL_Q clock frequencies are equal.
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | app.overlay | 20 sampling-frequencies = <48000>;
|
/Zephyr-latest/tests/subsys/usb/uac2/ |
D | app.overlay | 21 sampling-frequencies = <48000>; 108 sampling-frequencies = <192000>;
|
/Zephyr-latest/tests/subsys/usb/device_next/ |
D | build_all.overlay | 22 sampling-frequencies = <48000>;
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | app.overlay | 20 sampling-frequencies = <48000>;
|
/Zephyr-latest/tests/drivers/can/timing/ |
D | Kconfig | 31 CiA 601-3 recommends the following CAN FD core clock frequencies for good node
|
/Zephyr-latest/drivers/mspi/ |
D | Kconfig | 56 controllers that need this to proper function at high frequencies.
|
/Zephyr-latest/soc/espressif/ |
D | Kconfig | 51 startup, and approximate clock frequencies will be assumed:
|
/Zephyr-latest/tests/drivers/sdhc/ |
D | README.txt | 16 * Set_IO test: Verify that the SDHC will reject clock frequencies outside of
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
D | btp_bap.h | 191 uint16_t frequencies; member
|
/Zephyr-latest/doc/build/dts/ |
D | dt-vs-kconfig.rst | 13 Examples include peripherals on a board, boot-time clock frequencies,
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_unicast.c | 240 memcpy(&ev.frequencies, data, sizeof(ev.frequencies)); in btp_send_pac_codec_found_ev()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap.rst | 342 Supported sampling frequencies:
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54h20.dtsi | 189 supported-clock-frequencies = <64000000
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 440 * STM32H7: Added support for higher sampling frequencies thanks to boost mode implementation.
|
D | release-notes-3.3.rst | 3469 * :github:`50853` - STM32F7 series can't run at frequencies higher than 180MHz
|