Home
last modified time | relevance | path

Searched refs:spin_lock_unclaim (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/src/host/hardware_sync/
Dsync_core0_only.c128 PICO_WEAK_FUNCTION_DEF(spin_lock_unclaim) in PICO_WEAK_FUNCTION_DEF() argument
129 void PICO_WEAK_FUNCTION_IMPL_NAME(spin_lock_unclaim)(uint lock_num) { in PICO_WEAK_FUNCTION_DEF()
/hal_rpi_pico-latest/src/common/pico_sync/
Dcritical_section.c23 spin_lock_unclaim(spin_lock_get_num(crit_sec->spin_lock)); in critical_section_deinit()
/hal_rpi_pico-latest/src/rp2_common/hardware_sync/
Dsync.c37 void spin_lock_unclaim(uint lock_num) { in spin_lock_unclaim() function
/hal_rpi_pico-latest/src/host/hardware_sync/include/hardware/
Dsync.h147 void spin_lock_unclaim(uint lock_num);
/hal_rpi_pico-latest/src/rp2_common/hardware_sync/include/hardware/
Dsync.h310 void spin_lock_unclaim(uint lock_num);
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dstdio_usb.c270 spin_lock_unclaim(spin_lock_get_num(one_shot_timer_crit_sec.spin_lock)); in stdio_usb_deinit()