Searched full:counting (Results 1 – 25 of 80) sorted by relevance
1234
/Zephyr-Core-3.6.0/dts/bindings/timer/ |
D | st,stm32-timers.yaml | 39 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
|
D | st,stm32-lptim.yaml | 6 The lptim node to be used for counting ticks during lowpower modes
|
/Zephyr-Core-3.6.0/drivers/regulator/ |
D | Kconfig | 12 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/ |
D | README.rst | 39 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
|
D | Kconfig | 9 Use this to use I2S LRCLK edge counting for calculating feedback.
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | Kconfig.nrfx_uart_instance | 53 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/ |
D | qdec_mcux.h | 15 /* Single phase counting */
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_tim_internal.h | 15 /* This is a compensation of delay between PPI task START and timer start counting.
|
/Zephyr-Core-3.6.0/tests/bluetooth/common/testlib/src/ |
D | conn_ref.c | 11 * @brief Reified connection reference counting.
|
/Zephyr-Core-3.6.0/dts/bindings/counter/ |
D | nxp,imx-tmr.yaml | 24 description: counting mode of the timer, see qtmr_counting_mode_t enumerator type
|
/Zephyr-Core-3.6.0/dts/bindings/sensor/ |
D | espressif,esp32-pcnt.yaml | 11 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/ |
D | counter.h | 248 * @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/ |
D | benchmark_common.h | 14 /* Use cycle counting on the Cortex-M devices that support DWT */
|
/Zephyr-Core-3.6.0/drivers/timer/ |
D | npcx_itim_timer.c | 291 /* 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()
|
D | ite_it8xxx2_timer.c | 305 * 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/ |
D | net_timeout.rst | 26 allow for delays that are represented as unsigned 32-bit values counting
|
/Zephyr-Core-3.6.0/samples/drivers/misc/ft800/src/ |
D | main.c | 43 /* Starting counting */ in main()
|
/Zephyr-Core-3.6.0/drivers/watchdog/ |
D | wdt_ite_it8xxx2.c | 109 /* 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/ |
D | main.c | 67 /* Starting counting */ in main()
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/dma/ |
D | dma_stm32.h | 16 * when counting channels from 1 to N or from 0 to N-1
|
/Zephyr-Core-3.6.0/subsys/bindesc/ |
D | Kconfig.build_time | 59 counting the seconds since midnight of January 1st 1970
|
/Zephyr-Core-3.6.0/doc/kernel/services/timing/ |
D | timers.rst | 53 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/ |
D | counter_mcux_qtmr.c | 224 /* 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/ |
D | dwt.h | 108 "Cannot be used for cycle counting\n"); in z_arm_dwt_init_cycle_counter()
|
/Zephyr-Core-3.6.0/doc/kernel/services/synchronization/ |
D | semaphores.rst | 7 counting semaphore.
|
1234