Searched refs:spinLock (Results 1 – 1 of 1) sorted by relevance
970 static inline EventBits_t prvGetEventGroupBit( spin_lock_t * spinLock ) in prvGetEventGroupBit() argument975 ulBit = 1u << ( spin_lock_get_num( spinLock ) & 0x7u ); in prvGetEventGroupBit()978 ulBit = spin_lock_get_num( spinLock ); in prvGetEventGroupBit()
Completed in 4 milliseconds