Searched refs:spinLock (Results 1 – 1 of 1) sorted by relevance
996 static inline EventBits_t prvGetEventGroupBit( spin_lock_t * spinLock ) in prvGetEventGroupBit() argument1001 ulBit = 1u << ( spin_lock_get_num( spinLock ) & 0x7u ); in prvGetEventGroupBit()1003 ulBit = 1u << spin_lock_get_num( spinLock ); in prvGetEventGroupBit()