Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_time_adapter/include/pico/
Dtime_adapter.h40 uint32_t current = timer_time_us_32(timer_hw_from_timer(timer)); in ta_set_timeout() local
41 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() local
58 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()
/hal_rpi_pico-latest/src/rp2_common/hardware_exception/
Dexception.c54 exception_handler_t current = exception_get_vtable_handler(num); in exception_set_exclusive_handler() local
55 hard_assert(handler == current || exception_is_compile_time_default(current)); in exception_set_exclusive_handler()
60 return current; in exception_set_exclusive_handler()
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/
Dirq.c224 __unused irq_handler_t current = irq_get_vtable_handler(num); in irq_set_exclusive_handler() local
225 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() local
239 if (current == __unhandled_user_irq || is_shared_irq_raw_handler(current)) { in irq_get_exclusive_handler()
242 return current; in irq_get_exclusive_handler()
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
DCMakeLists.txt100 # Create a new boot stage 2 target using the default implementation for the current build (PICO_BOA…
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DCMakeLists.txt100 # Create a new boot stage 2 target using the default implementation for the current build (PICO_BOA…
/hal_rpi_pico-latest/bazel/config/
DBUILD.bazel105 …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 …
/hal_rpi_pico-latest/bazel/toolchain/
DBUILD.bazel56 # :bazel_no_absolute_paths, since it correctly guides based on the current