Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/flash/
Dsoc_flash_nrf_ticker.c36 static struct ticker_sync_context _ticker_sync_context; variable
100 _ticker_sync_context.result = (rc == FLASH_OP_DONE) ? 0 : rc; in time_slot_callback_work()
136 _ticker_sync_context.result = 0; in time_slot_delay()
189 _ticker_sync_context.interval = duration - FLASH_SYNC_SWITCHING_TIME; in nrf_flash_sync_set_context()
190 _ticker_sync_context.slot = duration; in nrf_flash_sync_set_context()
212 _ticker_sync_context.interval), in nrf_flash_sync_exe()
214 HAL_TICKER_REMAINDER(_ticker_sync_context.interval), in nrf_flash_sync_exe()
216 HAL_TICKER_US_TO_TICKS(_ticker_sync_context.slot), in nrf_flash_sync_exe()
235 result = _ticker_sync_context.result; in nrf_flash_sync_exe()
248 _ticker_sync_context.ticks_begin = ticker_ticks_now_get(); in nrf_flash_sync_get_timestamp_begin()
[all …]