Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c706 static inline EventBits_t prvGetEventGroupBit( spin_lock_t * spinLock ) in prvGetEventGroupBit() argument
710 ulBit = 1u << (spin_lock_get_num(spinLock) & 0x7u); in prvGetEventGroupBit()
712 ulBit = 1u << spin_lock_get_num(spinLock); in prvGetEventGroupBit()