Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_peripheral_gpio.h88 #define _GPIO_PORT_MASK(port) \ macro
102 #define SL_GPIO_PORT_VALID(port) (_GPIO_PORT_MASK(port) != 0x0UL) ///< Validation of GPIO port.
105 ((((_GPIO_PORT_MASK(port)) >> (pin)) & 0x1UL) == 0x1UL) ///< Validating GPIO port and pin
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_gpio.h456 #define _GPIO_PORT_MASK(port) ( \ macro
471 #define GPIO_PORT_VALID(port) (_GPIO_PORT_MASK(port) != 0x0UL)
472 #define GPIO_PORT_PIN_VALID(port, pin) ((((_GPIO_PORT_MASK(port)) >> (pin)) & 0x1UL) == 0x1UL)
/hal_silabs-latest/gecko/emlib/inc/
Dem_gpio.h408 #define _GPIO_PORT_MASK(port) ( \ macro
423 #define GPIO_PORT_VALID(port) (_GPIO_PORT_MASK(port) != 0x0UL)
424 #define GPIO_PORT_PIN_VALID(port, pin) ((((_GPIO_PORT_MASK(port)) >> (pin)) & 0x1UL) == 0x1UL)