Home
last modified time | relevance | path

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

/platform/nrf51xxx/
A Dtimer.c27 typedef enum handler_return (*platform_timer_callback)(void *arg, lk_time_t now);
73 lk_time_t now = current_time();
74 if (cb(cb_args, now) == INT_RESCHEDULE)
/platform/include/platform/
A Dtimer.h23 typedef enum handler_return (*platform_timer_callback)(void *arg, lk_time_t now);
/platform/nrf52xxx/
A Dtimer.c128 lk_time_t now = DIV_BY_32768(base_counter); in nrf52_RTC1_IRQ() local
129 if (cb(cb_args, now) == INT_RESCHEDULE) in nrf52_RTC1_IRQ()
/platform/rosco-m68k/
A Dduart.c163 lk_time_t now = current_time(); in duart_irq() local
164 if (unlikely(now >= t_next_periodic_tick)) { in duart_irq()
165 ret = t_callback(t_arg, now); in duart_irq()
/platform/bcm28xx/
A Dmailbox.c40 lk_time_t now = current_time(); in mailbox_write() local
44 if ( (now + MAILBOX_WAIT_TIMEOUT_US) < current_time()) { in mailbox_write()
/platform/stm32f7xx/patch/
A Dqspi_const.patch80 + // NOTE: The caller is now responsible for setting cmd->NbData ==
109 + // NOTE: The caller is now responsible for setting cmd->NbData ==

Completed in 12 milliseconds