Home
last modified time | relevance | path

Searched refs:spin_locks_reset (Results 1 – 5 of 5) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/
Dsync_spin_lock.c8 void spin_locks_reset(void) { in spin_locks_reset() function
/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h141 #define spin_locks_reset() clear_spin_locks() macro
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init.c184 spin_locks_reset(); in runtime_init_spin_locks_reset()
/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h350 void spin_locks_reset(void);
/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/
Dhardware_sync_spin_lock_test.c209 spin_locks_reset(); in main()