Searched refs:GPIO_PIN_DATA_BASE (Results 1 – 2 of 2) sorted by relevance
115 #define GPIO_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+(0x40*(port))) + (…
284 #define GPIO_PIN_DATA_BASE (AHBPERIPH_BASE + 0x04800UL) macro