Home
last modified time | relevance | path

Searched defs:base (Results 1 – 3 of 3) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/
Dr_ioport.c71 #define IOPORT_PRV_P_REG_BASE_SET(base) IOPORT_PRV_P_REG_BASE(base) argument
72 #define IOPORT_PRV_P_REG_BASE(base) (&R_GPIO->P ## base) argument
73 #define IOPORT_PRV_PM_REG_BASE_SET(base) IOPORT_PRV_PM_REG_BASE(base) argument
74 #define IOPORT_PRV_PM_REG_BASE(base) (&R_GPIO->PM ## base) argument
75 #define IOPORT_PRV_PMC_REG_BASE_SET(base) IOPORT_PRV_PMC_REG_BASE(base) argument
76 #define IOPORT_PRV_PMC_REG_BASE(base) (&R_GPIO->PMC ## base) argument
77 #define IOPORT_PRV_PFC_REG_BASE_SET(base) IOPORT_PRV_PFC_REG_BASE(base) argument
78 #define IOPORT_PRV_PFC_REG_BASE(base) (&R_GPIO->PFC ## base) argument
79 #define IOPORT_PRV_PIN_REG_BASE_SET(base) IOPORT_PRV_PIN_REG_BASE(base) argument
80 #define IOPORT_PRV_PIN_REG_BASE(base) (&R_GPIO->PIN ## base) argument
[all …]
/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/mcu/all/
Dbsp_io.h39 #define BSP_IO_PRV_P_REG_BASE_SET(base) BSP_IO_PRV_P_REG_BASE(base) argument
40 #define BSP_IO_PRV_P_REG_BASE(base) (&R_GPIO->P ## base) argument
41 #define BSP_IO_PRV_PM_REG_BASE_SET(base) BSP_IO_PRV_PM_REG_BASE(base) argument
42 #define BSP_IO_PRV_PM_REG_BASE(base) (&R_GPIO->PM ## base) argument
43 #define BSP_IO_PRV_PIN_REG_BASE_SET(base) BSP_IO_PRV_PIN_REG_BASE(base) argument
44 #define BSP_IO_PRV_PIN_REG_BASE(base) (&R_GPIO->PIN ## base) argument
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Source/cr/
Dsystem_core.c432 uint32_t base; member
661 void bsp_mpu_init (uint32_t region, uint32_t base, uint32_t limit) in bsp_mpu_init()