Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pwm/drv/pwm/
H A DdrvPWM.c368 PWM_Result MDrv_PWM_GetProperty(PWM_Property eProperty, PWM_ChNum u8IndexPWM, MS_U32 *u32PWMVar) in MDrv_PWM_GetProperty() argument
374 *u32PWMVar = HAL_PWM_GetPeriod(u8IndexPWM); in MDrv_PWM_GetProperty()
377 *u32PWMVar = HAL_PWM_GetDutyCycle(u8IndexPWM); in MDrv_PWM_GetProperty()
380 *u32PWMVar = HAL_PWM_GetShift(u8IndexPWM); in MDrv_PWM_GetProperty()
383 *u32PWMVar = (MS_U32)HAL_PWM_GetDiv(u8IndexPWM); in MDrv_PWM_GetProperty()
386 *u32PWMVar = (MS_U32)HAL_PWM_GetPolarity(u8IndexPWM); in MDrv_PWM_GetProperty()
389 *u32PWMVar = (MS_U32)HAL_PWM_GetVDBen(u8IndexPWM); in MDrv_PWM_GetProperty()
392 *u32PWMVar = (MS_U32)HAL_PWM_GetVrest(u8IndexPWM); in MDrv_PWM_GetProperty()
395 *u32PWMVar = (MS_U32)HAL_PWM_GetDBen(u8IndexPWM); in MDrv_PWM_GetProperty()
398 *u32PWMVar = (MS_U32)HAL_PWM_GetOen(u8IndexPWM); in MDrv_PWM_GetProperty()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvPWM.h381 PWM_Result MDrv_PWM_GetProperty(PWM_Property eProperty, PWM_ChNum u8IndexPWM, MS_U32 *u32PWMVar);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvPWM.h431 PWM_Result MDrv_PWM_GetProperty(PWM_Property eProperty, PWM_ChNum u8IndexPWM, MS_U32 *u32PWMVar);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt24789 PWM_Result MDrv_PWM_GetProperty(PWM_Property eProperty, PWM_ChNum u8IndexPWM, MS_U32 *u32PWMVar);