Home
last modified time | relevance | path

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

/hal_microchip-latest/mec/mec1501/component/
Dgpio.h43 #define MCHP_GPIO_CTRL_BASE 0x40081000u macro
49 #define MCHP_GPIO_PARIN_BASE (MCHP_GPIO_CTRL_BASE + MCHP_GPIO_PARIN_OFS)
50 #define MCHP_GPIO_PAROUT_BASE (MCHP_GPIO_CTRL_BASE + MCHP_GPIO_PAROUT_OFS)
51 #define MCHP_GPIO_LOCK_BASE (MCHP_GPIO_CTRL_BASE + MCHP_GPIO_LOCK_OFS)
52 #define MCHP_GPIO_CTRL2_BASE (MCHP_GPIO_CTRL_BASE + MCHP_GPIO_CTRL2_OFS)
61 ((uintptr_t)(MCHP_GPIO_CTRL_BASE) + ((uintptr_t)(n) << 2))
64 ((uintptr_t)(MCHP_GPIO_CTRL_BASE + MCHP_GPIO_CTRL2_OFS) +\