Home
last modified time | relevance | path

Searched defs:ulSave (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c237 uint32_t ulSave = spin_lock_blocking( pxCrossCoreSpinLock ); in prvFIFOInterruptHandler() local
729 void vPortLockInternalSpinUnlockWithWait( struct lock_core * pxLock, uint32_t ulSave ) in vPortLockInternalSpinUnlockWithWait()
752 void vPortLockInternalSpinUnlockWithNotify( struct lock_core *pxLock, uint32_t ulSave ) { in vPortLockInternalSpinUnlockWithNotify()
795 …nalSpinUnlockWithBestEffortWaitOrTimeout( struct lock_core * pxLock, uint32_t ulSave, absolute_tim… in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()