Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c825 t_FmHcParams hcParams; in FM_PCD_Config() local
827 memset(&hcParams, 0, sizeof(hcParams)); in FM_PCD_Config()
828 hcParams.h_Fm = p_FmPcd->h_Fm; in FM_PCD_Config()
829 hcParams.h_FmPcd = (t_Handle)p_FmPcd; in FM_PCD_Config()
830 memcpy((uint8_t*)&hcParams.params, (uint8_t*)&p_FmPcdParams->hc, sizeof(t_FmPcdHcParams)); in FM_PCD_Config()
831 p_FmPcd->h_Hc = FmHcConfigAndInit(&hcParams); in FM_PCD_Config()