Searched refs:is_agtw (Results 1 – 2 of 2) sorted by relevance
56 #define AGT_PRV_IS_AGTW(p_instance_ctrl) ((p_instance_ctrl)->is_agtw)86 static uint32_t r_agt_clock_frequency_get(R_AGTX0_Type * p_agt_regs, bool is_agtw);166 p_instance_ctrl->is_agtw = AGT_PRV_DETERMINE_IS_AGTW(p_cfg); in R_AGT_Open()714 p_instance_ctrl->is_agtw = AGT_PRV_DETERMINE_IS_AGTW(p_cfg); in r_agt_open_param_checking()997 static uint32_t r_agt_clock_frequency_get (R_AGTX0_Type * p_agt_regs, bool is_agtw) in r_agt_clock_frequency_get() argument999 …agt_prv_reg_ctrl_ptr_t p_agt_regs_ctrl = is_agtw ? &p_agt_regs->AGT32.CTRL : &p_agt_regs->AGT16.CT… in r_agt_clock_frequency_get()
124 …bool is_agtw; // Whether or not this channel is agtw, otherwise it… member