Searched full:continuously (Results 1 – 25 of 46) sorted by relevance
12
/Zephyr-latest/tests/benchmarks/sys_kernel/src/ |
D | syskernel.c | 94 * @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/ |
D | README.rst | 15 This sample reads the CO2 sensor and print the values continuously.
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/ |
D | mqtt_client.h | 28 * @brief Subscribes to user-defined MQTT topics and continuously
|
/Zephyr-latest/samples/sensor/veaa_x_3/ |
D | README.rst | 16 This is done continuously. When the maximum supported pressure is reached the setpoint is reset to
|
/Zephyr-latest/samples/subsys/task_wdt/ |
D | README.rst | 35 The following output is printed and continuously repeated (after each
|
/Zephyr-latest/subsys/task_wdt/ |
D | Kconfig | 38 The task watchdog uses a continuously restarted k_timer as its
|
D | task_wdt.c | 92 * as the timer is continuously restarted with the next due timeout in the
|
/Zephyr-latest/dts/bindings/input/ |
D | gpio-kbd-matrix.yaml | 64 the matrix continuously, requires "poll-timeout-ms" to be set to 0.
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 26 continuously updated in the feed calls.
|
/Zephyr-latest/samples/drivers/rtc/src/ |
D | main.c | 61 /* Continuously read the current date and time from the RTC */ in main()
|
/Zephyr-latest/samples/drivers/can/babbling/ |
D | README.rst | 10 In a Controller Area Network a babbling node is a node continuously (and usually erroneously)
|
/Zephyr-latest/tests/kernel/timer/timer_monotonic/src/ |
D | main.c | 42 * It reads the System clock’s h/w timer frequency value continuously
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | stepper.rst | 23 - Run continuously with a **constant velocity** in a specific direction until
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | Kconfig | 26 In this mode, acceleration data is provided continuously at the
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | Kconfig | 34 In this mode, acceleration data is provided continuously at the
|
/Zephyr-latest/dts/bindings/sensor/ |
D | vishay,vcnl36825t.yaml | 19 - "auto": the sensor performs sampling continuously,
|
D | ti,fdc2x1x.yaml | 56 in the sequence selected, and then restart the sequence continuously.
|
/Zephyr-latest/include/zephyr/sys/ |
D | util_macro.h | 80 * @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/ |
D | spinlock_fairness.c | 116 * when a single CPU is continuously winning the contention.
|
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/ |
D | main.c | 40 /* Continuously send the same dummy data and listen to all response slots */ in request_cb()
|
/Zephyr-latest/subsys/lorawan/services/ |
D | clock_sync.c | 47 /** Continuously incremented token to map clock sync answers and requests */
|
/Zephyr-latest/include/zephyr/drivers/timer/ |
D | nrf_rtc_timer.h | 112 * interrupt is triggered immediately. Otherwise function continuously retries
|
/Zephyr-latest/doc/project/ |
D | tsc.rst | 89 Continuously seek opportunities to improve project governance, processes, and
|
/Zephyr-latest/include/zephyr/drivers/ |
D | lora.h | 281 * Receive packets continuously under the configuration previously setup
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_nrf5.c | 26 * The RNG does not support continuously DMA'ing entropy into RAM,
|
12