Searched refs:_GPIO_PORT_MASK (Results 1 – 3 of 3) sorted by relevance
88 #define _GPIO_PORT_MASK(port) \ macro102 #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
456 #define _GPIO_PORT_MASK(port) ( \ macro471 #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)
408 #define _GPIO_PORT_MASK(port) ( \ macro423 #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)