Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_hc.h47 t_FmPcdHcParams params;
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h205 typedef struct t_FmPcdHcParams { struct
219 } t_FmPcdHcParams; argument
234t_FmPcdHcParams hc; /**< Host Command parameters, relevant only if…
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c830 memcpy((uint8_t*)&hcParams.params, (uint8_t*)&p_FmPcdParams->hc, sizeof(t_FmPcdHcParams)); in FM_PCD_Config()