Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h153 typedef enum e_FmPcdExceptions { enum
162 } e_FmPcdExceptions; typedef
172 typedef void (t_FmPcdExceptionCallback) (t_Handle h_App, e_FmPcdExceptions exception);
183 e_FmPcdExceptions exception,
314 t_Error FM_PCD_ConfigException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable);
599 t_Error FM_PCD_SetException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable);
680 t_Error FM_PCD_ForceIntr (t_Handle h_FmPcd, e_FmPcdExceptions exception);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c1084 t_Error FM_PCD_ConfigException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable) in FM_PCD_ConfigException()
1756 t_Error FM_PCD_SetException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable) in FM_PCD_SetException()
1881 t_Error FM_PCD_ForceIntr (t_Handle h_FmPcd, e_FmPcdExceptions exception) in FM_PCD_ForceIntr()