Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio.h118 #define GPIO_PIN_MASK (0x0000FFFFu) /* PIN mask for assert test */ macro
232 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != 0x00u) &&\
233 (((__PIN__) & ~GPIO_PIN_MASK) == 0x00u))
Dstm32l4xx_hal_pwr_ex.h769 #define IS_PWR_GPIO_BIT_NUMBER(BIT_NUMBER) (((BIT_NUMBER) & GPIO_PIN_MASK) != (uint32_t)0x00)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_gpio.h122 #define GPIO_PIN_MASK (0x0000FFFFU) /* PIN mask for assert test */ macro
202 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != 0x00U) &&\
203 (((__PIN__) & ~GPIO_PIN_MASK) == 0x00U))
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_gpio.h142 #define GPIO_PIN_MASK ((uint32_t)0x0000FFFFU) /* PIN mask for assert test */ macro
143 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != (uint32_t)0x00) &&\
144 (((__PIN__) & ~GPIO_PIN_MASK) == (uint32_t)0x00))