Home
last modified time | relevance | path

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

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