Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h121 typedef enum e_FmPcdCounters { enum
148 } e_FmPcdCounters; typedef
510 uint32_t FM_PCD_GetCounter(t_Handle h_FmPcd, e_FmPcdCounters counter);
616 t_Error FM_PCD_ModifyCounter(t_Handle h_FmPcd, e_FmPcdCounters counter, uint32_t value);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c150 e_FmPcdCounters inCounter; in IpcMsgHandlerCB()
1578 uint32_t FM_PCD_GetCounter(t_Handle h_FmPcd, e_FmPcdCounters counter) in FM_PCD_GetCounter()
1959 t_Error FM_PCD_ModifyCounter(t_Handle h_FmPcd, e_FmPcdCounters counter, uint32_t value) in FM_PCD_ModifyCounter()