Home
last modified time | relevance | path

Searched full:continuously (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-latest/tests/benchmarks/sys_kernel/src/
Dsyskernel.c94 * @param continuously Run test till the user presses the key.
98 void init_output(int *continuously) in init_output() argument
100 ARG_UNUSED(continuously); in init_output()
125 int continuously = 0; in main() local
143 init_output(&continuously); in main()
180 } while (continuously); in main()
/Zephyr-latest/samples/sensor/co2_polling/
DREADME.rst15 This sample reads the CO2 sensor and print the values continuously.
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmqtt_client.h28 * @brief Subscribes to user-defined MQTT topics and continuously
/Zephyr-latest/samples/sensor/veaa_x_3/
DREADME.rst16 This is done continuously. When the maximum supported pressure is reached the setpoint is reset to
/Zephyr-latest/samples/subsys/task_wdt/
DREADME.rst35 The following output is printed and continuously repeated (after each
/Zephyr-latest/subsys/task_wdt/
DKconfig38 The task watchdog uses a continuously restarted k_timer as its
Dtask_wdt.c92 * as the timer is continuously restarted with the next due timeout in the
/Zephyr-latest/dts/bindings/input/
Dgpio-kbd-matrix.yaml64 the matrix continuously, requires "poll-timeout-ms" to be set to 0.
/Zephyr-latest/doc/services/task_wdt/
Dindex.rst26 continuously updated in the feed calls.
/Zephyr-latest/samples/drivers/rtc/src/
Dmain.c61 /* Continuously read the current date and time from the RTC */ in main()
/Zephyr-latest/samples/drivers/can/babbling/
DREADME.rst10 In a Controller Area Network a babbling node is a node continuously (and usually erroneously)
/Zephyr-latest/tests/kernel/timer/timer_monotonic/src/
Dmain.c42 * It reads the System clock’s h/w timer frequency value continuously
/Zephyr-latest/doc/hardware/peripherals/
Dstepper.rst23 - Run continuously with a **constant velocity** in a specific direction until
/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig26 In this mode, acceleration data is provided continuously at the
/Zephyr-latest/drivers/sensor/adi/adxl372/
DKconfig34 In this mode, acceleration data is provided continuously at the
/Zephyr-latest/dts/bindings/sensor/
Dvishay,vcnl36825t.yaml19 - "auto": the sensor performs sampling continuously,
Dti,fdc2x1x.yaml56 in the sequence selected, and then restart the sequence continuously.
/Zephyr-latest/include/zephyr/sys/
Dutil_macro.h80 * @brief Check if bits are set continuously from the specified bit
84 * @param m Check whether the bits are set continuously or not.
85 * @param s Specify the lowest bit for that is continuously set bits.
90 * @brief Check if bits are set continuously from the LSB.
92 * @param m Check whether the bits are set continuously from LSB.
/Zephyr-latest/tests/kernel/spinlock/src/
Dspinlock_fairness.c116 * when a single CPU is continuously winning the contention.
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/
Dmain.c40 /* Continuously send the same dummy data and listen to all response slots */ in request_cb()
/Zephyr-latest/subsys/lorawan/services/
Dclock_sync.c47 /** Continuously incremented token to map clock sync answers and requests */
/Zephyr-latest/include/zephyr/drivers/timer/
Dnrf_rtc_timer.h112 * interrupt is triggered immediately. Otherwise function continuously retries
/Zephyr-latest/doc/project/
Dtsc.rst89 Continuously seek opportunities to improve project governance, processes, and
/Zephyr-latest/include/zephyr/drivers/
Dlora.h281 * Receive packets continuously under the configuration previously setup
/Zephyr-latest/drivers/entropy/
Dentropy_nrf5.c26 * The RNG does not support continuously DMA'ing entropy into RAM,

12