Searched refs:IO (Results 1 – 1 of 1) sorted by relevance
2257 __STATIC_INLINE uint32_t LL_PWR_GetIOBootVal(uint32_t IO) in LL_PWR_GetIOBootVal() argument2259 return ((READ_BIT(PWR->SR2, IO) == (IO)) ? 1UL : 0UL); in LL_PWR_GetIOBootVal()