Home
last modified time | relevance | path

Searched refs:e_FmMacExceptions (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h69 typedef enum e_FmMacExceptions { enum
108 } e_FmMacExceptions; typedef
146 typedef void (t_FmMacExceptionCallback)(t_Handle h_App, e_FmMacExceptions exceptions);
424 t_Error FM_MAC_ConfigException(t_Handle h_FmMac, e_FmMacExceptions ex, bool enable);
619 t_Error FM_MAC_SetException(t_Handle h_FmMac, e_FmMacExceptions ex, bool enable);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h84 t_Error (*f_FM_MAC_ConfigException) (t_Handle h_FmMac, e_FmMacExceptions, bool enable);
90 t_Error (*f_FM_MAC_SetException) (t_Handle h_FmMac, e_FmMacExceptions ex, bool enable);
H A Dfm_mac.c241 t_Error FM_MAC_ConfigException (t_Handle h_FmMac, e_FmMacExceptions ex, bool enable) in FM_MAC_ConfigException()
422 t_Error FM_MAC_SetException(t_Handle h_FmMac, e_FmMacExceptions ex, bool enable) in FM_MAC_SetException()
H A Dtgec.c292 static t_Error TgecConfigException(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecConfigException()
675 static t_Error TgecSetExcpetion(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecSetExcpetion()
H A Dmemac.c412 static t_Error MemacConfigException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) in MemacConfigException()
779 static t_Error MemacSetException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) in MemacSetException()
H A Ddtsec.c537 static t_Error DtsecConfigException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable) in DtsecConfigException()
1159 static t_Error DtsecSetException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable) in DtsecSetException()