Searched refs:GPIO_BASEADDR (Results 1 – 2 of 2) sorted by relevance
85 #define GPIO_BASEADDR 0xf8700 macro175 #define GPIO_CONFIG(x) *((volatile uint8_t*)(GPIO_BASEADDR + x))176 #define GPIO_INTR_EN(groupx) *((volatile uint16_t*)(GPIO_BASEADDR+GPIO_GROUP_NUM*GPIO_PIN_NUM) + …177 #define GPIO_TRIG_MODE(groupx) *((volatile uint16_t*)(GPIO_BASEADDR+(GPIO_GROUP_NUM*GPIO_PIN_NUM) +…178 #define GPIO_IN(groupx) *((volatile uint16_t*)(GPIO_BASEADDR+(GPIO_GROUP_NUM*GPIO_PIN_NUM) +…
36 #define GPIO_Group_To_GroupIn(Group) ((((uint32_t)Group - GPIO_BASEADDR)/8) + (uint32_t)GPIO_IN_BA…
Completed in 18 milliseconds