Searched refs:ticker (Results 1 – 20 of 20) sorted by relevance
402 struct ticker_node *ticker; in ticker_by_slot_get() local405 ticker = &node[ticker_id_head]; in ticker_by_slot_get()406 ticks_to_expire = ticker->ticks_to_expire; in ticker_by_slot_get()413 if (ticker->ticks_slot) { in ticker_by_slot_get()421 ticker_id_head = ticker->next; in ticker_by_slot_get()466 struct ticker_node *ticker; local483 ticker = &node[_ticker_id_head];484 _ticker_id_head = ticker->next;489 ticker = &node[_ticker_id_head];496 ticks_slot += ticker->ticks_slot;[all …]
4 zephyr_library_sources(ticker.c)
144 SHELL_CMD_ARG_REGISTER(ticker, &ticker_cmds, "Bluetooth Ticker shell commands",
12 Similarly, as in the nordic implementation of the 1-wire interface, the coexistence ticker utilizes…22 …on-active (such as 1 for the nRF9160). state the implementation starts a ticker job, which in pred…
13 add_subdirectory(ticker/shell)23 ticker/ticker.c
522 minimum and only uses one ticker789 dependent ticker clock.808 connections and not for actual ticker time reservations.1118 priority at next ticker scheduling for peripheral role, if anchor point is1200 # Hidden options to use free running counter in ticker implementation1207 This option enables legacy ticker scheduling which defers overlapping1208 ticker node timeouts and thereby prevents ticker interrupts during1209 radio RX/TX. Enabling this option disables the ticker priority- and1231 This option enables the ticker interface to query the idle state of1239 This option enables ticker interface to iterate through active[all …]
46 hal/RV32M1/ticker.c
18 src/ticker.c
96 hal/nrf5/ticker.c
53 BLE LL controller ticker API.
40 BLE LL controller ticker API.
433 * Improved and documented the ticker packet scheduler for improved conflict resolution654 …18382` - [Coverity CID :203524]Incorrect expression in /subsys/bluetooth/controller/ticker/ticker.c955 * :github:`16830` - Bluetooth: controller: Follow up on ticker conflict resolution
257 * Added memory barrier to ticker transactions273 * Fixed leak in scheduled ticker node when rescheduling ticker nodes
485 * Extended the ticker API to return expiration info.488 * Modified the ticker implementation to reschedule unreserved tickers that use
35 * :github:`23070` - Bluetooth: controller: Fix ticker implementation to avoid catch up42 * :github:`25067` - Insufficient ticker nodes for vendor implementations
902 * :github:`25067` - Insufficient ticker nodes for vendor implementations1207 * :github:`23070` - Bluetooth: controller: Fix ticker implementation to avoid catch up
416 …2` - [Coverity CID: 182886] Error handling issues in /subsys/bluetooth/controller/hal/nrf5/ticker.c
731 * Fixed an null pointer dereference in the ticker code.1073 * :github:`27887` - Event counter may get out of sync when multiple events collide in ticker
1837 …github:`32908` - [Coverity CID :219541] Unused value in subsys/bluetooth/controller/ticker/ticker.c
612 …ult on nRF driver (along with BLE) due to possible incorrect handling of the ticker stop operation.