Home
last modified time | relevance | path

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

/bsp/hc32l196/drivers/
A Ddrv_gpio.c19 #define __GPIO_PORT(pin) (((pin) & 0xf0) * 4) macro
20 #define __GPIO_PORT_L(pin) (__GPIO_PORT(pin))
21 #define __GPIO_PORT_H(pin) ((__GPIO_PORT(pin) & 0xff) + 0x1000)

Completed in 8 milliseconds