Searched defs:base (Results 1 – 3 of 3) sorted by relevance
71 #define IOPORT_PRV_P_REG_BASE_SET(base) IOPORT_PRV_P_REG_BASE(base) argument72 #define IOPORT_PRV_P_REG_BASE(base) (&R_GPIO->P ## base) argument73 #define IOPORT_PRV_PM_REG_BASE_SET(base) IOPORT_PRV_PM_REG_BASE(base) argument74 #define IOPORT_PRV_PM_REG_BASE(base) (&R_GPIO->PM ## base) argument75 #define IOPORT_PRV_PMC_REG_BASE_SET(base) IOPORT_PRV_PMC_REG_BASE(base) argument76 #define IOPORT_PRV_PMC_REG_BASE(base) (&R_GPIO->PMC ## base) argument77 #define IOPORT_PRV_PFC_REG_BASE_SET(base) IOPORT_PRV_PFC_REG_BASE(base) argument78 #define IOPORT_PRV_PFC_REG_BASE(base) (&R_GPIO->PFC ## base) argument79 #define IOPORT_PRV_PIN_REG_BASE_SET(base) IOPORT_PRV_PIN_REG_BASE(base) argument80 #define IOPORT_PRV_PIN_REG_BASE(base) (&R_GPIO->PIN ## base) argument[all …]
39 #define BSP_IO_PRV_P_REG_BASE_SET(base) BSP_IO_PRV_P_REG_BASE(base) argument40 #define BSP_IO_PRV_P_REG_BASE(base) (&R_GPIO->P ## base) argument41 #define BSP_IO_PRV_PM_REG_BASE_SET(base) BSP_IO_PRV_PM_REG_BASE(base) argument42 #define BSP_IO_PRV_PM_REG_BASE(base) (&R_GPIO->PM ## base) argument43 #define BSP_IO_PRV_PIN_REG_BASE_SET(base) BSP_IO_PRV_PIN_REG_BASE(base) argument44 #define BSP_IO_PRV_PIN_REG_BASE(base) (&R_GPIO->PIN ## base) argument
432 uint32_t base; member661 void bsp_mpu_init (uint32_t region, uint32_t base, uint32_t limit) in bsp_mpu_init()