Home
last modified time | relevance | path

Searched refs:__wfe (Results 1 – 8 of 8) sorted by relevance

/external/platform/pico/rp2_common/pico_flash/
A Dflash.c122 __wfe(); // we don't bother to try to let lower priority tasks run in __not_in_flash_func()
128 __wfe(); // we don't bother to try to let lower priority tasks run in __not_in_flash_func()
159 __wfe(); // we don't bother to try to let lower priority tasks run in default_enter_safe_zone_timeout_ms()
211 __wfe(); // we don't bother to try to let lower priority tasks run in default_exit_safe_zone_timeout_ms()
/external/platform/pico/rp2_common/hardware_sync/include/hardware/
A Dsync.h129 #if !__has_builtin(__wfe)
130 __force_inline static void __wfe(void) { in __wfe() function
/external/platform/pico/rp2_common/pico_multicore/
A Dmulticore.c60 __wfe(); in multicore_fifo_pop_blocking_inline()
74 __wfe(); in multicore_fifo_pop_timeout_us()
/external/platform/pico/common/pico_sync/include/pico/
A Dlock_core.h126 #define lock_internal_spin_unlock_with_wait(lock, save) spin_unlock((lock)->spin_lock, save), __wfe
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dcore_cmInstr.h76 #define __WFE __wfe
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcmsis_armcc.h432 #define __WFE __wfe
/external/arch/arm/arm-m/CMSIS/Include/
A Dcmsis_armcc.h159 #define __WFE __wfe
/external/platform/pico/common/pico_time/
A Dtime.c445 __wfe(); in best_effort_wfe_or_timeout()

Completed in 15 milliseconds