Searched refs:ulBit (Results 1 – 1 of 1) sorted by relevance
998 uint32_t ulBit; in prvGetEventGroupBit() local1001 ulBit = 1u << ( spin_lock_get_num( spinLock ) & 0x7u ); in prvGetEventGroupBit()1003 ulBit = 1u << spin_lock_get_num( spinLock ); in prvGetEventGroupBit()1005 ulBit |= ulBit << 8u; in prvGetEventGroupBit()1006 ulBit >>= 8u; in prvGetEventGroupBit()1008 return ( EventBits_t ) ulBit; in prvGetEventGroupBit()