Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_agt.h57AGT_CLOCK_AGTIO = 0x80, ///< Counts events on AGTIOn, events are not counted in softwar… enumerator
/hal_renesas-latest/drivers/ra/fsp/src/r_agt/
Dr_agt.c824 else if (AGT_CLOCK_AGTIO & p_extend->count_source) in r_agt_hardware_cfg()
836 … p_reg_ctrl->AGTIOSEL_ALT = (uint8_t) (p_extend->count_source & (uint8_t) ~AGT_CLOCK_AGTIO); in r_agt_hardware_cfg()
840 p_reg_ctrl->AGTIOSEL = (uint8_t) (p_extend->count_source & (uint8_t) ~AGT_CLOCK_AGTIO); in r_agt_hardware_cfg()