Home
last modified time | relevance | path

Searched refs:e_FmPortGprFuncType (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h795 typedef enum e_FmPortGprFuncType enum
799 } e_FmPortGprFuncType; typedef
801 t_Error FmPortSetGprFunc(t_Handle h_FmPort, e_FmPortGprFuncType gprFunc, void **p_Value);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h942 e_FmPortGprFuncType gprFunc;
H A Dfm_port.c1929 t_Error FmPortSetGprFunc(t_Handle h_FmPort, e_FmPortGprFuncType gprFunc, in FmPortSetGprFunc()