Home
last modified time | relevance | path

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

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/
H A Dbase_addresses.h275 #define R_GPT0 ((R_GPT0_Type *) R_GPT320_BASE)
276 #define R_GPT1 ((R_GPT0_Type *) R_GPT321_BASE)
277 #define R_GPT2 ((R_GPT0_Type *) R_GPT322_BASE)
278 #define R_GPT3 ((R_GPT0_Type *) R_GPT323_BASE)
279 #define R_GPT4 ((R_GPT0_Type *) R_GPT164_BASE)
280 #define R_GPT5 ((R_GPT0_Type *) R_GPT165_BASE)
281 #define R_GPT6 ((R_GPT0_Type *) R_GPT166_BASE)
282 #define R_GPT7 ((R_GPT0_Type *) R_GPT167_BASE)
283 #define R_GPT8 ((R_GPT0_Type *) R_GPT168_BASE)
284 #define R_GPT9 ((R_GPT0_Type *) R_GPT169_BASE)
[all …]
H A Drenesas.h14684 } R_GPT0_Type; /*!< Size = 216 (0xd8) … typedef
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/
H A Dr_gpt.h338 R_GPT0_Type * p_reg; // Base register for this channel
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_gpt/
H A Dr_gpt.c1206 p_instance_ctrl->p_reg = (R_GPT0_Type *) base_address; in gpt_common_open()