Searched refs:PORT_SET_REG (Results 1 – 2 of 2) sorted by relevance
343 ULP_GPIO->PORT_CONFIG[SL_GPIO_PORT_A].PORT_SET_REG = (pins); in sl_gpio_set_port_output()345 GPIO->PORT_CONFIG[port].PORT_SET_REG = (pins); in sl_gpio_set_port_output()369 …ULP_GPIO->PORT_CONFIG[SL_GPIO_PORT_A].PORT_SET_REG = (ULP_GPIO->PORT_CONFIG[port].PORT_SET_REG & ~… in sl_gpio_set_port_output_value()372 …GPIO->PORT_CONFIG[port].PORT_SET_REG = (GPIO->PORT_CONFIG[port].PORT_SET_REG & ~mask) | (val & mas… in sl_gpio_set_port_output_value()
792 __OM unsigned int PORT_SET_REG; /*!< (@ 0x00000004) Port Set Register */ member