Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_flash/
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()
157 __wfe(); // we don't bother to try to let lower priority tasks run in default_enter_safe_zone_timeout_ms()
209 __wfe(); // we don't bother to try to let lower priority tasks run in default_exit_safe_zone_timeout_ms()
/hal_rpi_pico-latest/src/rp2_common/hardware_sync/include/hardware/
Dsync.h105 #if !__has_builtin(__wfe)
106 __force_inline static void __wfe(void) { in __wfe() function
/hal_rpi_pico-latest/src/host/hardware_sync/
Dsync_core0_only.c101 PICO_WEAK_FUNCTION_DEF(__wfe) in PICO_WEAK_FUNCTION_DEF() argument
103 void PICO_WEAK_FUNCTION_IMPL_NAME(__wfe)() { in PICO_WEAK_FUNCTION_DEF()
/hal_rpi_pico-latest/src/common/pico_sync/include/pico/
Dlock_core.h128 #define lock_internal_spin_unlock_with_wait(lock, save) spin_unlock((lock)->spin_lock, save), __wfe
/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h116 void __wfe();
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/include/pico/
Dmulticore.h235 __wfe(); in multicore_fifo_pop_blocking_inline()
/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c474 __wfe(); in best_effort_wfe_or_timeout()
486 __wfe(); in best_effort_wfe_or_timeout()
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_armclang.h152 #define __WFE() __wfe()
Dcmsis_clang.h157 #define __WFE() __wfe()
Dcmsis_armcc.h432 #define __WFE __wfe
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h188 #define __WFE() __wfe()