Home
last modified time | relevance | path

Searched full:countdown (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/samples/boards/bbc/microbit/display/
DREADME.rst26 The sample app displays a countdown of the characters 9-0, iterates
/Zephyr-latest/dts/bindings/rtc/
Dmaxim,ds3231.yaml34 and also to produce a square wave aligned to the countdown chain.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_types.h54 uint8_t sync_expire:3; /* countdown of 6 before fail to establish */
130 uint16_t timeout_expire; /* timeout countdown */
Dull_sync_iso.c503 /* Set establishment event countdown */ in ull_sync_iso_setup()
779 /* Reset supervision countdown */ in ull_sync_iso_done()
783 /* if anchor point not sync-ed, start timeout countdown */ in ull_sync_iso_done()
Dull_sync.c1348 /* Reset failed to establish sync countdown */
1354 /* Reset supervision countdown */
1370 /* If anchor point not sync-ed, start timeout countdown, and break skip if any */
Dull_conn.c1104 /* Reset connection failed to establish countdown */ in ull_conn_done()
1110 /* Reset supervision countdown */ in ull_conn_done()
/Zephyr-latest/tests/kernel/spinlock/src/
Dspinlock_fairness.c66 volatile uint32_t countdown = 10000; in test_thread() local
68 while (countdown--) in test_thread()
/Zephyr-latest/drivers/timer/
Daltera_avalon_timer_hal.c57 * does not work reliably. It's possible for the current countdown in sys_clock_cycle_get_32()
Dmchp_xec_rtos_timer.c139 static void timer_restart(uint32_t countdown) in timer_restart() argument
143 TIMER_REGS->PRLD = countdown; in timer_restart()
/Zephyr-latest/doc/kernel/services/timing/
Dtimers.rst68 A running timer can be stopped in mid-countdown, if desired.
75 A running timer can be restarted in mid-countdown, if desired.
/Zephyr-latest/samples/boards/bbc/microbit/display/src/
Dmain.c72 /* Display countdown from '9' to '0' */ in main()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn.c184 /* Start CRC error countdown, if not already started */ in lll_conn_isr_rx()
189 /* CRC error countdown */ in lll_conn_isr_rx()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c217 * countdown be started. in lll_conn_abort_cb()
364 /* Start CRC error countdown, if not already started */
369 /* CRC error countdown */
/Zephyr-latest/include/zephyr/drivers/rtc/
Dmaxim_ds3231.h544 * precision, and setting the clock resets the internal countdown
/Zephyr-latest/tests/kernel/timer/timer_api/src/
Dmain.c666 * Validate countdown of time to expiration
/Zephyr-latest/drivers/rtc/
Drtc_pcf8523.c872 /* Disable watchdog and countdown timers, configure IRQ level*/ in pcf8523_init()