Home
last modified time | relevance | path

Searched refs:PORT_READ_REG (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()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/inc/
Dsi91x_device.h833 __IM unsigned int PORT_READ_REG; /*!< (@ 0x00000014) Port Read Register */ member