Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pwm/drv/pwm/
H A DmdrvPWM.c81 PWM_INSTANT_PRIVATE* psPWMInstPri = NULL; in PWMIoctl() local
82 UtopiaInstanceGetPrivate(pInstance, (void**)&psPWMInstPri); in PWMIoctl()
94 u32Ret = (MS_U32)psPWMInstPri->fpPWMOen(pOenParam->u8IndexPWM,pOenParam->bOenPWM); in PWMIoctl()
105 … u32Ret = (MS_U32)psPWMInstPri->fpPWMPeriod(pPeriodParam->u8IndexPWM,pPeriodParam->u32PeriodPWM); in PWMIoctl()
116 …u32Ret = (MS_U32)psPWMInstPri->fpPWMDutyCycle(pDutyCycleParam->u8IndexPWM,pDutyCycleParam->u32Duty… in PWMIoctl()
127 u32Ret = (MS_U32)psPWMInstPri->fpPWMUnitDiv(pUnitDivParam->u16UnitDivPWM); in PWMIoctl()
138 psPWMInstPri->fpPWMDiv(pDivParam->u8IndexPWM,pDivParam->u16DivPWM); in PWMIoctl()
149 psPWMInstPri->fpPWMPolarity(pPolarityParam->u8IndexPWM,pPolarityParam->bPolPWM); in PWMIoctl()
160 psPWMInstPri->fpPWMVdben(pVdbenParam->u8IndexPWM,pVdbenParam->bVdbenPWM); in PWMIoctl()
171 psPWMInstPri->fpPWMResetEn(pResetEnParam->u8IndexPWM,pResetEnParam->bRstPWM); in PWMIoctl()
[all …]