Home
last modified time | relevance | path

Searched refs:frequencies (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2.c73 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/
Ddistance_estimation.c108 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/
Dfrdm_rw612.overlay16 * higher frequencies at 3.3V
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/
Dspi1_pllq_2_d1ppre_4.overlay13 * APB2 and PLL_Q clock frequencies are equal.
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
Dapp.overlay20 sampling-frequencies = <48000>;
/Zephyr-latest/tests/subsys/usb/uac2/
Dapp.overlay21 sampling-frequencies = <48000>;
108 sampling-frequencies = <192000>;
/Zephyr-latest/tests/subsys/usb/device_next/
Dbuild_all.overlay22 sampling-frequencies = <48000>;
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
Dapp.overlay20 sampling-frequencies = <48000>;
/Zephyr-latest/tests/drivers/can/timing/
DKconfig31 CiA 601-3 recommends the following CAN FD core clock frequencies for good node
/Zephyr-latest/drivers/mspi/
DKconfig56 controllers that need this to proper function at high frequencies.
/Zephyr-latest/soc/espressif/
DKconfig51 startup, and approximate clock frequencies will be assumed:
/Zephyr-latest/tests/drivers/sdhc/
DREADME.txt16 * Set_IO test: Verify that the SDHC will reject clock frequencies outside of
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_bap.h191 uint16_t frequencies; member
/Zephyr-latest/doc/build/dts/
Ddt-vs-kconfig.rst13 Examples include peripherals on a board, boot-time clock frequencies,
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.c240 memcpy(&ev.frequencies, data, sizeof(ev.frequencies)); in btp_send_pac_codec_found_ev()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap.rst342 Supported sampling frequencies:
/Zephyr-latest/dts/common/nordic/
Dnrf54h20.dtsi189 supported-clock-frequencies = <64000000
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst440 * STM32H7: Added support for higher sampling frequencies thanks to boost mode implementation.
Drelease-notes-3.3.rst3469 * :github:`50853` - STM32F7 series can't run at frequencies higher than 180MHz