#define SET_GPIO_ALTFUNCCLR | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_ALTFUNCCLR_ADDR(x),n) |
BITBAND GPIOx_ALTFUNCCLR_ADDR
Definition at line 210 of file gr55xx_ll_gpio.h.
#define SET_GPIO_ALTFUNCSET | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_ALTFUNCSET_ADDR(x),n) |
BITBAND GPIOx_ALTFUNCSET_ADDR
Definition at line 209 of file gr55xx_ll_gpio.h.
#define SET_GPIO_DATA | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_DATA_ADDR(x),n) |
BITBAND GPIOx_DATA_ADDR
Definition at line 205 of file gr55xx_ll_gpio.h.
#define SET_GPIO_DATAOUT | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_DATAOUT_ADDR(x),n) |
BITBAND GPIOx_DATAOUT_ADDR
Definition at line 206 of file gr55xx_ll_gpio.h.
#define SET_GPIO_INTDBECLR | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_INTDBECLR_ADDR(x),n) |
BITBAND GPIOx_INTDBECLR_ADDR
Definition at line 219 of file gr55xx_ll_gpio.h.
#define SET_GPIO_INTDBESET | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_INTDBESET_ADDR(x),n) |
BITBAND GPIOx_INTDBESET_ADDR
Definition at line 218 of file gr55xx_ll_gpio.h.
#define SET_GPIO_INTENCLR | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_INTENCLR_ADDR(x),n) |
BITBAND GPIOx_INTENCLR_ADDR
Definition at line 212 of file gr55xx_ll_gpio.h.
#define SET_GPIO_INTENSET | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_INTENSET_ADDR(x),n) |
BITBAND GPIOx_INTENSET_ADDR
Definition at line 211 of file gr55xx_ll_gpio.h.
#define SET_GPIO_INTPOLCLR | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_INTPOLCLR_ADDR(x),n) |
BITBAND GPIOx_INTPOLCLR_ADDR
Definition at line 216 of file gr55xx_ll_gpio.h.
#define SET_GPIO_INTPOLSET | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_INTPOLSET_ADDR(x),n) |
BITBAND GPIOx_INTPOLSET_ADDR
Definition at line 215 of file gr55xx_ll_gpio.h.
#define SET_GPIO_INTSTAT | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_INTSTAT_ADDR(x),n) |
BITBAND GPIOx_INTSTAT_ADDR
Definition at line 217 of file gr55xx_ll_gpio.h.
#define SET_GPIO_INTTYPECLR | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_INTTYPECLR_ADDR(x),n) |
BITBAND GPIOx_INTTYPECLR_ADDR
Definition at line 214 of file gr55xx_ll_gpio.h.
#define SET_GPIO_INTTYPESET | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_INTTYPESET_ADDR(x),n) |
BITBAND GPIOx_INTTYPESET_ADDR
Definition at line 213 of file gr55xx_ll_gpio.h.
#define SET_GPIO_OUTENCLR | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_OUTENCLR_ADDR(x),n) |
BITBAND GPIOx_OUTENCLR_ADDR
Definition at line 208 of file gr55xx_ll_gpio.h.
#define SET_GPIO_OUTENSET | ( | x, | |
n | |||
) | BIT_ADDR(GPIO_OUTENSET_ADDR(x),n) |
BITBAND GPIOx_OUTENSET_ADDR
Definition at line 207 of file gr55xx_ll_gpio.h.