Searched refs:hcParams (Results 1 – 1 of 1) sorted by relevance
825 t_FmHcParams hcParams; in FM_PCD_Config() local827 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()