Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h1652 t_Error FM_CtrlMonGetCounters(t_Handle h_Fm, uint8_t fmCtrlIndex, t_FmCtrlMon *p_Mon);
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c5083 t_Error FM_CtrlMonGetCounters(t_Handle h_Fm, uint8_t fmCtrlIndex, t_FmCtrlMon *p_Mon) in FM_CtrlMonGetCounters() argument
5092 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()
5110p_Mon->percentCnt[1] = (uint8_t)((((clkCnt - utilValue) - effValue) * 100) / (clkCnt - utilValue)); in FM_CtrlMonGetCounters()
5112 p_Mon->percentCnt[1] = 0; in FM_CtrlMonGetCounters()