Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/include/
Dfreertos_sdk_config.h46 extern uint32_t ulPortLockGetCurrentOwnerId( void );
47 #define lock_get_caller_owner_id() ulPortLockGetCurrentOwnerId()
/Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/
Dport.c974 uint32_t ulPortLockGetCurrentOwnerId() in ulPortLockGetCurrentOwnerId() function