Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_pcr.c493 static int check_crystal(struct mec_pcr_clkmon_cfg *cmcfg) in check_crystal() argument
498 if (!cmcfg) { in check_crystal()
506 MEC_PCR->PERMINC = cmcfg->period_min; in check_crystal()
507 MEC_PCR->PERMAXC = cmcfg->period_max; in check_crystal()
510 MEC_PCR->DCVMX = (uint32_t)(cmcfg->duty_var); in check_crystal()
512 MEC_PCR->VCMIN = (uint32_t)(cmcfg->valid_min); in check_crystal()