Home
last modified time | relevance | path

Searched defs:GPIO_PORT_PIN_VALID (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/gecko/emlib/inc/
Dem_gpio.h424 #define GPIO_PORT_PIN_VALID(port, pin) ((((_GPIO_PORT_MASK(port)) >> (pin)) & 0x1UL) == 0x1UL) macro
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_gpio.h472 #define GPIO_PORT_PIN_VALID(port, pin) ((((_GPIO_PORT_MASK(port)) >> (pin)) & 0x1UL) == 0x1UL) macro