Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c298 uint32_t ulSave = spin_lock_blocking( pxCrossCoreSpinLock ); in prvFIFOInterruptHandler() local
301 spin_unlock( pxCrossCoreSpinLock, ulSave ); in prvFIFOInterruptHandler()
1021 uint32_t ulSave ) in vPortLockInternalSpinUnlockWithWait() argument
1028 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithWait()
1041 ulYieldSpinLockSaveValue[ xCoreID ] = ulSave; in vPortLockInternalSpinUnlockWithWait()
1048 uint32_t ulSave ) in vPortLockInternalSpinUnlockWithNotify() argument
1058 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithNotify()
1093 spin_unlock( pxLock->spin_lock, ulSave ); in vPortLockInternalSpinUnlockWithNotify()
1098 uint32_t ulSave, in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() argument
1106 spin_unlock( pxLock->spin_lock, ulSave ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
[all …]
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/include/
Dfreertos_sdk_config.h53 uint32_t ulSave );
65 uint32_t ulSave,