Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/unified_peripheral_drivers/inc/
Dsl_si91x_peripheral_gpio.h534 return ULP_GPIO->PORT_CONFIG[SL_GPIO_PORT_A].PORT_READ_REG & PORT_MASK; in sl_gpio_get_port_input()
536 return GPIO->PORT_CONFIG[port].PORT_READ_REG & PORT_MASK; in sl_gpio_get_port_input()
558 return (ULP_GPIO->PORT_CONFIG[SL_GPIO_PORT_A].PORT_READ_REG & PORT_MASK); in sl_gpio_get_port_output()
560 return (GPIO->PORT_CONFIG[port].PORT_READ_REG & PORT_MASK); in sl_gpio_get_port_output()
Dsl_si91x_gpio_common.h305 #define PORT_MASK 0xFFFF ///< GPIO port mask macro