Searched refs:p_Mon (Results 1 – 2 of 2) sorted by relevance
1652 t_Error FM_CtrlMonGetCounters(t_Handle h_Fm, uint8_t fmCtrlIndex, t_FmCtrlMon *p_Mon);
5083 t_Error FM_CtrlMonGetCounters(t_Handle h_Fm, uint8_t fmCtrlIndex, t_FmCtrlMon *p_Mon) in FM_CtrlMonGetCounters() argument5092 SANITY_CHECK_RETURN_ERROR(p_Mon, E_NULL_POINTER); in FM_CtrlMonGetCounters()5108 p_Mon->percentCnt[0] = (uint8_t)(((clkCnt - utilValue) * 100) / clkCnt); in FM_CtrlMonGetCounters()5110 …p_Mon->percentCnt[1] = (uint8_t)((((clkCnt - utilValue) - effValue) * 100) / (clkCnt - utilValue)); in FM_CtrlMonGetCounters()5112 p_Mon->percentCnt[1] = 0; in FM_CtrlMonGetCounters()