Home
last modified time | relevance | path

Searched refs:ticker (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c402 struct ticker_node *ticker; in ticker_by_slot_get() local
405 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; local
483 ticker = &node[_ticker_id_head];
484 _ticker_id_head = ticker->next;
489 ticker = &node[_ticker_id_head];
496 ticks_slot += ticker->ticks_slot;
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ticker/shell/
DCMakeLists.txt4 zephyr_library_sources(ticker.c)
Dticker.c144 SHELL_CMD_ARG_REGISTER(ticker, &ticker_cmds, "Bluetooth Ticker shell commands",
/Zephyr-latest/subsys/bluetooth/controller/coex/
Dreadme.rst12 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…
/Zephyr-latest/subsys/bluetooth/controller/
DCMakeLists.txt13 add_subdirectory(ticker/shell)
23 ticker/ticker.c
DKconfig.ll_sw_split522 minimum and only uses one ticker
789 dependent ticker clock.
808 connections and not for actual ticker time reservations.
1118 priority at next ticker scheduling for peripheral role, if anchor point is
1200 # Hidden options to use free running counter in ticker implementation
1207 This option enables legacy ticker scheduling which defers overlapping
1208 ticker node timeouts and thereby prevents ticker interrupts during
1209 radio RX/TX. Enabling this option disables the ticker priority- and
1231 This option enables the ticker interface to query the idle state of
1239 This option enables ticker interface to iterate through active
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/
DCMakeLists.txt46 hal/RV32M1/ticker.c
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/
DCMakeLists.txt18 src/ticker.c
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/
DCMakeLists.txt96 hal/nrf5/ticker.c
/Zephyr-latest/drivers/flash/
DKconfig.nrf_rram53 BLE LL controller ticker API.
DKconfig.nrf40 BLE LL controller ticker API.
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst433 * Improved and documented the ticker packet scheduler for improved conflict resolution
654 …18382` - [Coverity CID :203524]Incorrect expression in /subsys/bluetooth/controller/ticker/ticker.c
955 * :github:`16830` - Bluetooth: controller: Follow up on ticker conflict resolution
Drelease-notes-3.5.rst257 * Added memory barrier to ticker transactions
273 * Fixed leak in scheduled ticker node when rescheduling ticker nodes
Drelease-notes-3.4.rst485 * Extended the ticker API to return expiration info.
488 * Modified the ticker implementation to reschedule unreserved tickers that use
Drelease-notes-2.2.rst35 * :github:`23070` - Bluetooth: controller: Fix ticker implementation to avoid catch up
42 * :github:`25067` - Insufficient ticker nodes for vendor implementations
Drelease-notes-2.3.rst902 * :github:`25067` - Insufficient ticker nodes for vendor implementations
1207 * :github:`23070` - Bluetooth: controller: Fix ticker implementation to avoid catch up
Drelease-notes-1.12.rst416 …2` - [Coverity CID: 182886] Error handling issues in /subsys/bluetooth/controller/hal/nrf5/ticker.c
Drelease-notes-2.4.rst731 * 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
Drelease-notes-2.6.rst1837 …github:`32908` - [Coverity CID :219541] Unused value in subsys/bluetooth/controller/ticker/ticker.c
Drelease-notes-3.2.rst612 …ult on nRF driver (along with BLE) due to possible incorrect handling of the ticker stop operation.