Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c998 uint32_t ulBit; in prvGetEventGroupBit() local
1001 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()