Searched full:wave (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/dts/bindings/rtc/ |
D | maxim,ds3231.yaml | 23 The DS3231 defaults to providing a 32 KiHz square wave on this 31 interrupt/square wave open drain output 34 and also to produce a square wave aligned to the countdown chain.
|
/Zephyr-latest/samples/drivers/i2s/output/src/ |
D | main.c | 14 /* The data represent a sine wave */ 26 /* Fill buffer with sine wave on left channel, and sine wave shifted by 35 /* Left channel is sine wave */ in fill_buf() 37 /* Right channel is same sine wave, shifted by 90 degrees */ in fill_buf()
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/ |
D | stream_lc3.c | 38 * Use the math lib to generate a sine-wave using 16 bit samples into a buffer. 40 * @param stream The TX stream to generate and fill the sine wave for 138 /* Generate sine wave */ in encode_frame() 188 /* Fill audio buffer with Sine wave only once and repeat encoding the same tone frame */ in stream_lc3_init() 189 LOG_INF("Initializing sine wave data"); in stream_lc3_init()
|
/Zephyr-latest/modules/openthread/platform/ |
D | platform-zephyr.h | 75 * Start/stop continuous carrier wave transmission. 82 * Start/stop modulated carrier wave transmission.
|
/Zephyr-latest/tests/drivers/audio/dmic_api/boards/ |
D | mimxrt595_evk_mimxrt595s_cm33.overlay | 9 * using a -20dbFS sine wave.
|
D | rd_rw612_bga.overlay | 9 * using a -20dbFS sine wave.
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | README.md | 3 This example shows how to train a 2.5 kB model to generate a `sine` wave. 56 The final model used to simulate a sine wave is displayed below. It is a
|
/Zephyr-latest/samples/drivers/i2s/output/ |
D | README.rst | 14 The sample will send a short burst of audio data, consisting of a sine wave.
|
/Zephyr-latest/dts/bindings/fpga/ |
D | lattice,ice40-fpga-bitbang.yaml | 44 in order to create a 1 MHz square wave in the following
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/ |
D | README.rst | 4 Replicate a sine wave using TensorFlow Lite for Microcontrollers. 9 This sample TensorFlow application replicates a sine wave and
|
/Zephyr-latest/include/zephyr/drivers/rtc/ |
D | maxim_ds3231.h | 65 * When clear the ISW signal provides a square wave. When set the ISW 72 /** @brief ctrl bit offset for square wave output frequency. 81 /** @brief ctrl RS field value for 1 Hz square wave. */ 84 /** @brief ctrl RS field value for 1024 Hz square wave. */ 87 /** @brief ctrl RS field value for 4096 Hz square wave. */ 90 /** @brief ctrl RS field value for 8192 Hz square wave. */ 96 /** @brief ctrl bit to write to enable square wave output in battery mode. */
|
/Zephyr-latest/dts/bindings/led_strip/ |
D | worldsemi,ws2812-rpi_pico-pio.yaml | 36 The frequency determines the wave period.
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_sam0_tc.c | 162 regs->COUNT8.WAVE.reg = TC_WAVE_WAVEGEN_NPWM; in pwm_sam0_init() 173 regs->COUNT16.WAVE.reg = TC_WAVE_WAVEGEN_MPWM; in pwm_sam0_init()
|
D | pwm_sam0_tcc.c | 129 regs->WAVE.reg = TCC_WAVE_WAVEGEN_NPWM; in pwm_sam0_init()
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/ |
D | common.c | 15 /* The data_l represent a sine wave */ 23 /* The data_r represent a sine wave with double the frequency of data_l */
|
/Zephyr-latest/include/zephyr/drivers/ |
D | lora.h | 176 * @brief Callback API for transmitting a continuous wave 303 * @brief Transmit an unmodulated continuous wave at a given frequency
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/src/ |
D | test_i2s_speed.c | 23 /* The data_l represent a sine wave */ 35 /* The data_r represent a sine wave shifted by 90 deg to data_l sine wave */
|
/Zephyr-latest/drivers/lora/ |
D | shell.c | 330 "Send a continuous wave\n"
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/src/ |
D | main.c | 108 * Use the math lib to generate a sine-wave using 16 bit samples into a buffer. 275 /* If USB is not used as a sound source, generate a sine wave */ in init_lc3_thread()
|
/Zephyr-latest/drivers/counter/ |
D | counter_sam0_tc32.c | 368 tc->WAVE.reg = TC_WAVE_WAVEGEN_MFRQ; in counter_sam0_tc32_initialize()
|
D | maxim_ds3231.c | 241 * Look for current users of the interrupt/square-wave signal and 737 * use of the square wave functionality. in sqw_worker()
|
/Zephyr-latest/boards/silabs/radio_boards/xg23_rb4210a/doc/ |
D | index.rst | 146 https://www.silabs.com/wireless/z-wave/800-series-modem-soc
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 745 LOG_DBG("Continuous carrier wave transmission started (channel: %d)", in nrf5_continuous_carrier() 762 LOG_DBG("Modulated carrier wave transmission started (channel: %d)", in nrf_modulated_carrier()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_mchp_xec.c | 193 uint8_t xtal_se; /* External 32KHz square wave on XTAL2 pin */ 697 /* If crystal input required, enable and check. Single-ended 32KHz square wave in soc_clk32_init()
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 146 …er connectivity monitoring initializes, it is possible to miss this first wave of events, and not …
|
12