Searched refs:PIN_APMPORT (Results 1 – 1 of 1) sorted by relevance
24 #define PIN_APMPORT(pin) ((GPIO_T *)(GPIOA_BASE + (0x400u * PIN_PORT(pin)))) macro165 gpio_port = PIN_APMPORT(pin); in apm32_pin_write()184 gpio_port = PIN_APMPORT(pin); in apm32_pin_read()310 GPIO_Config(PIN_APMPORT(pin), &gpioConfig); in apm32_pin_mode()491 GPIO_Config(PIN_APMPORT(pin), &gpioConfig); in apm32_pin_irq_enable()
Completed in 12 milliseconds