Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_agt/
Dr_agt.c523 if (AGT_CLOCK_AGT_UNDERFLOW == p_extend->count_source) in R_AGT_InfoGet()
729 FSP_ASSERT((AGT_CLOCK_AGT_UNDERFLOW != p_extend->count_source) || (p_cfg->channel & 1U)); in r_agt_open_param_checking()
736 FSP_ASSERT(AGT_CLOCK_P402 != p_extend->count_source); in r_agt_open_param_checking()
737 FSP_ASSERT(AGT_CLOCK_P403 != p_extend->count_source); in r_agt_open_param_checking()
738 FSP_ASSERT(AGT_CLOCK_P404 != p_extend->count_source); in r_agt_open_param_checking()
743 if (AGT_CLOCK_PCLKB == p_extend->count_source) in r_agt_open_param_checking()
749 else if (AGT_CLOCK_AGT_UNDERFLOW == p_extend->count_source) in r_agt_open_param_checking()
804 uint32_t count_source_int = (uint32_t) p_extend->count_source; in r_agt_hardware_cfg()
813 if (AGT_CLOCK_PCLKB == p_extend->count_source) in r_agt_hardware_cfg()
824 else if (AGT_CLOCK_AGTIO & p_extend->count_source) in r_agt_hardware_cfg()
[all …]
/hal_renesas-latest/drivers/ra/fsp/src/r_ulpt/
Dr_ulpt.c570 …if ((ULPT_CLOCK_LOCO == p_extend->count_source) || (ULPT_CLOCK_SUBCLOCK == p_extend->count_source)) in r_ulpt_open_param_checking()
640 ulptmr1 |= p_extend->count_source & (R_ULPT0_ULPTMR1_TMOD1_Msk | R_ULPT0_ULPTMR1_TCK1_Msk); in r_ulpt_hardware_cfg()
647 if (p_extend->count_source != ULPT_CLOCK_ULPTEVI) in r_ulpt_hardware_cfg()
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_ulpt.h121 ulpt_clock_t count_source; ///< ULPT channel clock source. member
Dr_agt.h135 …agt_clock_t count_source; ///< AGT channel clock source. Valid values are: AGT_CLOCK_PCLK… member