Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c237 uint32_t ulSave = spin_lock_blocking( pxCrossCoreSpinLock ); in prvFIFOInterruptHandler() local
240 spin_unlock( pxCrossCoreSpinLock, ulSave ); in prvFIFOInterruptHandler()
729 void vPortLockInternalSpinUnlockWithWait( struct lock_core * pxLock, uint32_t ulSave ) in vPortLockInternalSpinUnlockWithWait() argument
734 spin_unlock(pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithWait()
746 ulYieldSpinLockSaveValue = ulSave; in vPortLockInternalSpinUnlockWithWait()
752 void vPortLockInternalSpinUnlockWithNotify( struct lock_core *pxLock, uint32_t ulSave ) { in vPortLockInternalSpinUnlockWithNotify() argument
759 spin_unlock(pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithNotify()
791 spin_unlock(pxLock->spin_lock, ulSave); in vPortLockInternalSpinUnlockWithNotify()
795 …inUnlockWithBestEffortWaitOrTimeout( struct lock_core * pxLock, uint32_t ulSave, absolute_time_t u… in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() argument
801 spin_unlock(pxLock->spin_lock, ulSave); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
[all …]
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/include/
Dfreertos_sdk_config.h52 extern void vPortLockInternalSpinUnlockWithWait( struct lock_core *pxLock, uint32_t ulSave);
62 …pinUnlockWithBestEffortWaitOrTimeout( struct lock_core *pxLock, uint32_t ulSave, absolute_time_t u…