Searched refs:now (Results 1 – 12 of 12) sorted by relevance
144 uint32_t now = to_ms_since_boot(get_absolute_time()); in btstack_work_pending() local147 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()
366 u32_t now; in sys_check_timeouts() local368 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()
109 absolute_time_t now = get_absolute_time(); in async_context_base_needs_servicing() local112 if (absolute_time_diff_us(worker->next_time, now) >= 0) { in async_context_base_needs_servicing()
86 …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 …]
177 uint64_t now = time_us_64(); in hardware_alarm_set_target() local179 if (now >= t) { in hardware_alarm_set_target()
9 register definitions, but for now leave it mostly
67 /* 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…
129 absolute_time_t now = get_absolute_time(); in alarm_pool_alarm_callback() local139 if (absolute_time_diff_us(now, entry->target) <= 0) { in alarm_pool_alarm_callback()
454 @ 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:r3675 @ now 2^47<=x0<2^48, 0<=xsh<16 (amount x is shifted in x0); number of quotient bits to be calculate…
213 @ now pack result back up
1024 # 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