Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h113 typedef enum e_FmMacStatisticsLevel { enum
117 } e_FmMacStatisticsLevel; typedef
640 t_Error FM_MAC_SetStatistics(t_Handle h_FmMac, e_FmMacStatisticsLevel statisticsLevel);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.h223 e_FmMacStatisticsLevel statisticsLevel;
H A Dfm_mac.h76 t_Error (*f_FM_MAC_SetStatistics) (t_Handle h_FmMac, e_FmMacStatisticsLevel statisticsLevel);
H A Dfm_mac.c436 t_Error FM_MAC_SetStatistics (t_Handle h_FmMac, e_FmMacStatisticsLevel statisticsLevel) in FM_MAC_SetStatistics()
H A Ddtsec.c1037 static t_Error DtsecSetStatistics(t_Handle h_Dtsec, e_FmMacStatisticsLevel statisticsLevel) in DtsecSetStatistics()