Searched defs:AM_HAL_GPIO_ENn (Results 1 – 3 of 3) sorted by relevance
803 #define AM_HAL_GPIO_ENn(pin) ((volatile uint32_t *)&GPIO->ENA + (((pin) >> 5) & 0x1)) macro
875 #define AM_HAL_GPIO_ENn(pin) ((volatile uint32_t *)&GPIO->ENA + (((pin) >> 5) & 0x3)) macro
768 #define AM_HAL_GPIO_ENn(pin) ((volatile uint32_t *)&GPIO->EN0 + (((pin) >> 5) & 0x3)) macro