Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/cmsis/Device/RENESAS/Include/R9A08G045S/iodefines/
Dgtm_iodefine.h94 #define R_GTM0_BASE 0x42801000 macro
107 #define R_GTM0 ((R_GTM0_Type *) R_GTM0_BASE)
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gtm/
Dr_gtm.c106 intptr_t base_address = (intptr_t) R_GTM0_BASE + in R_GTM_Open()
107 (p_cfg->channel * ((intptr_t) R_GTM1_BASE - (intptr_t) R_GTM0_BASE)); in R_GTM_Open()