Searched refs:R_GPT0_Type (Results 1 – 4 of 4) sorted by relevance
275 #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 …]
14684 } R_GPT0_Type; /*!< Size = 216 (0xd8) … typedef
338 R_GPT0_Type * p_reg; // Base register for this channel
1206 p_instance_ctrl->p_reg = (R_GPT0_Type *) base_address; in gpt_common_open()