Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pwr.h2257 __STATIC_INLINE uint32_t LL_PWR_GetIOBootVal(uint32_t IO) in LL_PWR_GetIOBootVal() argument
2259 return ((READ_BIT(PWR->SR2, IO) == (IO)) ? 1UL : 0UL); in LL_PWR_GetIOBootVal()