Searched refs:current (Results 1 – 7 of 7) sorted by relevance
40 uint32_t current = timer_time_us_32(timer_hw_from_timer(timer)); in ta_set_timeout() local41 uint32_t time_til_target = (uint32_t) target - current; in ta_set_timeout()42 uint32_t time_til_alarm = timer_hw_from_timer(timer)->alarm[alarm_num] - current; in ta_set_timeout()57 uint32_t current = timer_time_us_32(timer_hw_from_timer(timer)); in ta_wakes_up_on_or_before() local58 uint32_t time_til_target = (uint32_t) target - current; in ta_wakes_up_on_or_before()59 uint32_t time_til_alarm = timer_hw_from_timer(timer)->alarm[alarm_num] - current; in ta_wakes_up_on_or_before()
54 exception_handler_t current = exception_get_vtable_handler(num); in exception_set_exclusive_handler() local55 hard_assert(handler == current || exception_is_compile_time_default(current)); in exception_set_exclusive_handler()60 return current; in exception_set_exclusive_handler()
224 __unused irq_handler_t current = irq_get_vtable_handler(num); in irq_set_exclusive_handler() local225 hard_assert(current == __unhandled_user_irq || current == handler); in irq_set_exclusive_handler()237 irq_handler_t current = irq_get_vtable_handler(num); in irq_get_exclusive_handler() local239 if (current == __unhandled_user_irq || is_shared_irq_raw_handler(current)) { in irq_get_exclusive_handler()242 return current; in irq_get_exclusive_handler()
100 # Create a new boot stage 2 target using the default implementation for the current build (PICO_BOA…
105 …ion for pico_double to link. auto selects an appropriate default for the current platform. rp2040 …118 …tion for pico_float to link. auto selects an appropriate default for the current platform. rp2040 …
56 # :bazel_no_absolute_paths, since it correctly guides based on the current