Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_btstack/
A Dbtstack_run_loop_async_context.c144 uint32_t now = to_ms_since_boot(get_absolute_time()); in btstack_work_pending() local
147 btstack_run_loop_base_process_timers(now); in btstack_work_pending()
148 now = to_ms_since_boot(get_absolute_time()); in btstack_work_pending()
149 int ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_work_pending()
/external/lib/lwip/core/
A Dtimers.c366 u32_t now; in sys_check_timeouts() local
368 now = sys_now(); in sys_check_timeouts()
370 diff = now - timeouts_last_time; in sys_check_timeouts()
381 timeouts_last_time = now; in sys_check_timeouts()
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_base.c109 absolute_time_t now = get_absolute_time(); in async_context_base_needs_servicing() local
112 if (absolute_time_diff_us(worker->next_time, now) >= 0) { in async_context_base_needs_servicing()
/external/platform/nrfx/
A DCHANGELOG.md86 …hen a premature STOP condition was generated by a slave device. The driver now handles this situat…
112 - Aligned symbol names for default IRQ priority in nrfx_config. These symbols are now adhering to t…
196 …that caused a performance loss on nRF52832. The interrupt configuration is now properly restored a…
213 - Fixed the condition in NRFX_WAIT_FOR in the nrfx_saadc_abort() function. The macro now correctly …
214 - Fixed the pending interrupt clearing in NVIC in the nrfx_usbd_stop() function. The driver now cor…
215 …arte_tx_in_progress() function would return an incorrect value. The driver now correctly updates t…
229 - Corrected NRFX_I2S_CONFIG_RATIO value in nrfx_config.h. It now correctly uses supported value.
239 - Updated the documentation for the nrfx_uarte_rx() function. It now correctly reflects the actual …
245 - Fixed the nrfx_ppi_channel_fork_assign() function. It now accepts also pre-programmed channels.
279 - Fixed the TXRX transfers in the TWIM driver. They can now be started after transfers that are not…
[all …]
/external/platform/pico/rp2_common/hardware_timer/
A Dtimer.c177 uint64_t now = time_us_64(); in hardware_alarm_set_target() local
179 if (now >= t) { in hardware_alarm_set_target()
/external/platform/pico/
A DREADME9 register definitions, but for now leave it mostly
/external/platform/pico/rp2_common/pico_standard_link/
A Dmemmap_blocked_ram.ld67 /* TODO revisit this now memset/memcpy/float in ROM */
68 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
A Dmemmap_default.ld67 /* TODO revisit this now memset/memcpy/float in ROM */
68 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
/external/platform/pico/common/pico_time/
A Dtime.c129 absolute_time_t now = get_absolute_time(); in alarm_pool_alarm_callback() local
139 if (absolute_time_diff_us(now, entry->target) <= 0) { in alarm_pool_alarm_callback()
/external/platform/pico/rp2_common/pico_divider/
A Ddivider.S454 @ now 2^31<=x0<2^32, 0<=xsh<16 (amount x is shifted in x0); number of quotient bits to be calculate…
595 movs r3,r1 @ y now in r2:r3
675 @ now 2^47<=x0<2^48, 0<=xsh<16 (amount x is shifted in x0); number of quotient bits to be calculate…
/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S213 @ now pack result back up
/external/platform/nrfx/doc/
A Dnrfx.doxyfile1024 # source code will now point to the output of htags.
1306 # files are now used as the Windows 98 help format, and will replace the old

Completed in 17 milliseconds