Home
last modified time | relevance | path

Searched full:loop (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/Zephyr-latest/dts/bindings/clock/
Dnordic,nrf-fll16m.yaml11 closed-loop and the LFXO clock is not available.
14 FLL16M mode is closed-loop and the LFXO clock is
20 open-loop-accuracy-ppm = <20000>;
21 closed-loop-base-accuracy-ppm = <5000>;
34 open-loop-accuracy-ppm:
36 description: Clock accuracy in parts per million if open-loop clock source is used.
38 closed-loop-base-accuracy-ppm:
41 Base clock accuracy in parts per million if closed-loop clock source is used.
Dnxp,imx-ccm-fnpll.yaml6 formula: Fout = Fin * (loop-div + (numerator/denominator)
16 loop-div:
20 Loop divider. Divides PLL feedback loop (effectively multiplying output
Dsilabs,series2-hfrcodpll.yaml4 Silicon Labs HFRCODPLL peripheral (high-frequency RC oscillator with digital phase-locked loop).
29 freq: Frequency-lock loop mode
30 phase: Phase-lock loop mode
Dnordic,nrf-auxpll.yaml5 Nordic Auxiliary PLL (Phase Locked Loop)
92 description: PLL loop divider range
/Zephyr-latest/drivers/ipm/
DKconfig.ivshmem7 int "Stack size in bytes of IVSHMEM IPM Event loop task"
10 Adjust the stack size, in bytes of the ivshmem event loop task.
13 int "Priority of IVSHMEM IPM Event loop task"
16 Adjust the priority of the ivshmem event loop task.
/Zephyr-latest/drivers/mbox/
DKconfig.ivshmem16 int "Stack size in bytes of IVSHMEM MBOX Event loop task"
19 Adjust the stack size, in bytes of the ivshmem event loop task.
22 int "Priority of IVSHMEM MBOX Event loop task"
25 Adjust the priority of the ivshmem event loop task.
/Zephyr-latest/samples/sensor/veaa_x_3/
DKconfig10 bool "Use sensor shell and disable loop"
16 int "Sample loop delay in milliseconds"
20 int "Sample kPa increment per loop"
/Zephyr-latest/dts/bindings/haptics/
Dti,drv2605.yaml5 DRV2605 Haptic Driver for ERM and LRA with built-in library and smart-loop
35 loop-gain:
44 Selects a loop gain for the feedback control. According to the datasheet,
50 Sets the reference voltage for full-scale output during closed-loop
/Zephyr-latest/drivers/pwm/
DKconfig.imx15 int "Loop count for PWM Software Reset"
19 Loop count for PWM Software Reset when disabling PWM channel.
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/
DKconfig4 mainmenu "DMA Loop Transfer Test"
26 bool "Enable loop transfers of 16-beat bursts"
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/src/
Dext_flash.c42 * 3 cycles per loop: 8 loops @ 48 Mhz = 0.5 us. in CC1352R1_LAUNCHXL_sendExtFlashByte()
52 * 3 cycles per loop: 700 loops @ 48 Mhz ~= 44 us in CC1352R1_LAUNCHXL_sendExtFlashByte()
69 /* 3 cycles per loop: 1 loop @ 48 Mhz ~= 62 ns */ in CC1352R1_LAUNCHXL_wakeUpExtFlash()
72 /* 3 cycles per loop: 560 loops @ 48 Mhz ~= 35 us */ in CC1352R1_LAUNCHXL_wakeUpExtFlash()
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/
Dsamr21_xpro.overlay26 /* Internally loop-back TX and RX on PAD0 */
30 /* PAD0 must be configured to allow working loop-back */
Dsamr34_xpro.overlay29 /* internally loop-back Tx and Rx on PAD0 */
37 /* PAD0 must be configured to allow working loop-back */
/Zephyr-latest/include/zephyr/sys/
Dslist.h53 * Note: the loop is unsafe and thus __sn should not be removed
55 * User _MUST_ add the loop statement curly braces enclosing its own code:
71 * Note: the loop is unsafe and thus __sn should not be removed
73 * User _MUST_ add the loop statement curly braces enclosing its own code:
94 * Note: __sn can be removed, it will not break the loop.
96 * User _MUST_ add the loop statement curly braces enclosing its own code:
106 * @param __sns A sys_snode_t pointer for the loop to run safely
153 * Note: the loop is unsafe and thus __cn should not be detached
155 * User _MUST_ add the loop statement curly braces enclosing its own code:
170 * Note: __cn can be detached, it will not break the loop.
[all …]
Dsflist.h58 * Note: the loop is unsafe and thus __sn should not be removed
60 * User _MUST_ add the loop statement curly braces enclosing its own code:
76 * Note: the loop is unsafe and thus __sn should not be removed
78 * User _MUST_ add the loop statement curly braces enclosing its own code:
99 * Note: __sn can be removed, it will not break the loop.
101 * User _MUST_ add the loop statement curly braces enclosing its own code:
111 * @param __sns A sys_sfnode_t pointer for the loop to run safely
158 * Note: the loop is unsafe and thus __cn should not be detached
160 * User _MUST_ add the loop statement curly braces enclosing its own code:
175 * Note: __cn can be detached, it will not break the loop.
[all …]
Ddlist.h59 * Note: the loop is unsafe and thus __dn should not be removed
61 * User _MUST_ add the loop statement curly braces enclosing its own code:
78 * Note: the loop is unsafe and thus __dn should not be removed
80 * User _MUST_ add the loop statement curly braces enclosing its own code:
104 * Note: __dn can be removed, it will not break the loop.
106 * User _MUST_ add the loop statement curly braces enclosing its own code:
116 * @param __dns A sys_dnode_t pointer for the loop to run safely
158 * Note: the loop is unsafe and thus __cn should not be detached
160 * User _MUST_ add the loop statement curly braces enclosing its own code:
177 * Note: __cn can be detached, it will not break the loop.
[all …]
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.h31 * repeatedly from the application code. The name needs to be loop() for Arduino
34 void loop(void);
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dmain_functions.hpp31 * repeatedly from the application code. The name needs to be loop() for Arduino
34 void loop(void);
/Zephyr-latest/arch/riscv/core/
Duserspace.S31 loop: label
46 j loop
/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dasm_ldo_management.h25 /* wait loop > 300ns (min 100ns required) */
68 /* wait loop > 300ns (min 100ns required) */
88 /* wait loop > 300ns (min 100ns required) */
/Zephyr-latest/drivers/can/
DKconfig.mcux25 int "Maximum number of wait loop iterations"
28 Maximum number of wait loop iterations for the MCUX FlexCAN HAL when entering/leaving
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/
Dtest_fifo_loop.c85 * @brief Verify zephyr fifo continuous read write in loop
93 * -# loop above steps for LOOPs times
103 TC_PRINT("* Pass data by fifo in loop %d\n", i); in ZTEST()
/Zephyr-latest/tests/kernel/lifo/lifo_api/src/
Dtest_lifo_loop.c85 * @brief Verify zephyr lifo continuous read write in loop
93 * -# loop above steps for LOOPs times
103 TC_PRINT("* Pass data by lifo in loop %d\n", i); in ZTEST()
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dmain.c33 /* Broadcast is started first as the unicast part is run as loop */ in main()
46 * Since cap_initiator_unicast runs as a while (true) loop, this shall be done as the last in main()
/Zephyr-latest/subsys/usb/usb_c/
DKconfig41 The USB-C state machine is run in a loop and the cycle time is the
42 delay before running the loop again.

12345678910>>...20