Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.c405 struct ticker_node *ticker; in ticker_by_slot_get() local
408 ticker = &node[ticker_id_head]; in ticker_by_slot_get()
409 ticks_to_expire = ticker->ticks_to_expire; in ticker_by_slot_get()
416 if (ticker->ticks_slot) { in ticker_by_slot_get()
424 ticker_id_head = ticker->next; in ticker_by_slot_get()
469 struct ticker_node *ticker; local
486 ticker = &node[_ticker_id_head];
487 _ticker_id_head = ticker->next;
492 ticker = &node[_ticker_id_head];
499 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_split523 minimum and only uses one ticker
790 dependent ticker clock.
809 connections and not for actual ticker time reservations.
1117 priority at next ticker scheduling for peripheral role, if anchor point is
1199 # Hidden options to use free running counter in ticker implementation
1206 This option enables legacy ticker scheduling which defers overlapping
1207 ticker node timeouts and thereby prevents ticker interrupts during
1208 radio RX/TX. Enabling this option disables the ticker priority- and
1230 This option enables the ticker interface to query the idle state of
1238 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 Bluetooth LE LL controller ticker API.
DKconfig.nrf40 Bluetooth LE 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.