Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
HDport.c708 uint32_t ulBit; in prvGetEventGroupBit() local
710 ulBit = 1u << (spin_lock_get_num(spinLock) & 0x7u); in prvGetEventGroupBit()
712 ulBit = 1u << spin_lock_get_num(spinLock); in prvGetEventGroupBit()
714 ulBit |= ulBit << 8u; in prvGetEventGroupBit()
715 ulBit >>= 8u; in prvGetEventGroupBit()
717 return ( EventBits_t ) ulBit; in prvGetEventGroupBit()