Searched full:countdown (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/samples/boards/bbc/microbit/display/ |
D | README.rst | 26 The sample app displays a countdown of the characters 9-0, iterates
|
/Zephyr-latest/dts/bindings/rtc/ |
D | maxim,ds3231.yaml | 34 and also to produce a square wave aligned to the countdown chain.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync_types.h | 54 uint8_t sync_expire:3; /* countdown of 6 before fail to establish */ 130 uint16_t timeout_expire; /* timeout countdown */
|
D | ull_sync_iso.c | 503 /* 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()
|
D | ull_sync.c | 1348 /* 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 */
|
D | ull_conn.c | 1104 /* Reset connection failed to establish countdown */ in ull_conn_done() 1110 /* Reset supervision countdown */ in ull_conn_done()
|
/Zephyr-latest/tests/kernel/spinlock/src/ |
D | spinlock_fairness.c | 66 volatile uint32_t countdown = 10000; in test_thread() local 68 while (countdown--) in test_thread()
|
/Zephyr-latest/drivers/timer/ |
D | altera_avalon_timer_hal.c | 57 * does not work reliably. It's possible for the current countdown in sys_clock_cycle_get_32()
|
D | mchp_xec_rtos_timer.c | 139 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/ |
D | timers.rst | 68 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/ |
D | main.c | 72 /* Display countdown from '9' to '0' */ in main()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_conn.c | 184 /* 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/ |
D | lll_conn.c | 217 * 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/ |
D | maxim_ds3231.h | 544 * precision, and setting the clock resets the internal countdown
|
/Zephyr-latest/tests/kernel/timer/timer_api/src/ |
D | main.c | 666 * Validate countdown of time to expiration
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_pcf8523.c | 872 /* Disable watchdog and countdown timers, configure IRQ level*/ in pcf8523_init()
|