Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h129 #define PWR_GPIO_PIN_MASK (0x0FFFFU) macro
254 #define IS_PWR_GPIO_PIN_MASK(BIT_MASK) ((((BIT_MASK) & PWR_GPIO_PIN_MASK) != 0U) &&\
255 ((BIT_MASK) <= PWR_GPIO_PIN_MASK))