Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pinctrl/
Dpinctrl_numaker.c48 uint32_t *GPx_MFOSx = ((uint32_t *)MFOS_BASE) + port_index; in configure_pin() local
57 *GPx_MFOSx |= BIT(pin_index); in configure_pin()
59 *GPx_MFOSx &= ~BIT(pin_index); in configure_pin()