Home
last modified time | relevance | path

Searched full:counting (Results 1 – 25 of 80) sorted by relevance

1234

/Zephyr-Core-3.6.0/dts/bindings/timer/
Dst,stm32-timers.yaml39 are set only when the counter is counting down.
42 are set only when the counter is counting up.
45 are set only when the counter is counting up or
Dst,stm32-lptim.yaml6 The lptim node to be used for counting ticks during lowpower modes
/Zephyr-Core-3.6.0/drivers/regulator/
DKconfig12 bool "Thread-safe reference counting"
16 When enabled, regulator reference counting is thread-safe.
/Zephyr-Core-3.6.0/samples/subsys/usb/uac2_explicit_feedback/
DREADME.rst39 The nRF5340 is capable of counting both edges of I2S LRCLK relative to USB SOF
44 This sample in both modes (direct sample counting and indirect I2S buffer output
48 counting requires external connection between I2S LRCLK output pin to GPIOTE
DKconfig9 Use this to use I2S LRCLK edge counting for calculating feedback.
/Zephyr-Core-3.6.0/drivers/serial/
DKconfig.nrfx_uart_instance53 bool "Use hardware RX byte counting"
62 It is recommended to use hardware byte counting in such scenarios.
63 Hardware RX byte counting requires timer instance and one PPI channel.
/Zephyr-Core-3.6.0/include/zephyr/drivers/sensor/
Dqdec_mcux.h15 /* Single phase counting */
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_tim_internal.h15 /* This is a compensation of delay between PPI task START and timer start counting.
/Zephyr-Core-3.6.0/tests/bluetooth/common/testlib/src/
Dconn_ref.c11 * @brief Reified connection reference counting.
/Zephyr-Core-3.6.0/dts/bindings/counter/
Dnxp,imx-tmr.yaml24 description: counting mode of the timer, see qtmr_counting_mode_t enumerator type
/Zephyr-Core-3.6.0/dts/bindings/sensor/
Despressif,esp32-pcnt.yaml11 The ESP32's PCNT module has 8 independent counting “units” numbered from 0 to 7.
12 ESP32S2 and ESP32S3 have 4 independent counting “units” numbered from 0 to 3.
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dcounter.h248 * @brief Function to check if counter is counting up.
252 * @retval true if counter is counting up.
253 * @retval false if counter is counting down.
520 * is smaller than current counter value (counter counting up).
604 * - When counting upwards (see @ref COUNTER_CONFIG_INFO_COUNT_UP) the given
607 * - When counting downwards, the given absolute tick value must be less than
612 * - counting upwards, now = 4950, top value = 5000, guard period = 100:
614 * - counting downwards, now = 50, top value = 5000, guard period = 100:
/Zephyr-Core-3.6.0/tests/benchmarks/cmsis_dsp/common/
Dbenchmark_common.h14 /* Use cycle counting on the Cortex-M devices that support DWT */
/Zephyr-Core-3.6.0/drivers/timer/
Dnpcx_itim_timer.c291 /* Return how many cycles since system kernel timer start counting */ in sys_clock_cycle_get_32()
302 /* Return how many cycles since system kernel timer start counting */ in sys_clock_cycle_get_64()
339 /* Turn on all itim module clocks used for counting */ in sys_clock_driver_init()
367 * Step 1. Use a ITIM64 timer as system kernel timer for counting. in sys_clock_driver_init()
Dite_it8xxx2_timer.c305 * NOTE: Timer is counting down from 0xffffffff. In not combined in sys_clock_cycle_get_32()
307 * NOT count operation we can get counting up value; In in sys_clock_cycle_get_32()
442 * and timer5 will automatically re-start counting down in sys_clock_driver_init()
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/
Dnet_timeout.rst26 allow for delays that are represented as unsigned 32-bit values counting
/Zephyr-Core-3.6.0/samples/drivers/misc/ft800/src/
Dmain.c43 /* Starting counting */ in main()
/Zephyr-Core-3.6.0/drivers/watchdog/
Dwdt_ite_it8xxx2.c109 /* don't stop watchdog timer counting */ in wdt_it8xxx2_setup()
183 /* stop watchdog timer counting */ in wdt_it8xxx2_disable()
/Zephyr-Core-3.6.0/samples/drivers/misc/grove_display/src/
Dmain.c67 /* Starting counting */ in main()
/Zephyr-Core-3.6.0/include/zephyr/drivers/dma/
Ddma_stm32.h16 * when counting channels from 1 to N or from 0 to N-1
/Zephyr-Core-3.6.0/subsys/bindesc/
DKconfig.build_time59 counting the seconds since midnight of January 1st 1970
/Zephyr-Core-3.6.0/doc/kernel/services/timing/
Dtimers.rst53 the **running** state and begins counting down towards expiry.
76 The timer's status is reset to zero, then the timer begins counting down
/Zephyr-Core-3.6.0/drivers/counter/
Dcounter_mcux_qtmr.c224 /* counting down, reset to UINT16MAX */ in mcux_qtmr_set_top_value()
227 /* counting up, reset to 0 */ in mcux_qtmr_set_top_value()
/Zephyr-Core-3.6.0/arch/arm/include/cortex_m/
Ddwt.h108 "Cannot be used for cycle counting\n"); in z_arm_dwt_init_cycle_counter()
/Zephyr-Core-3.6.0/doc/kernel/services/synchronization/
Dsemaphores.rst7 counting semaphore.

1234