iLLD_TC27xD  1.0
Hall Pattern Functions
Collaboration diagram for Hall Pattern Functions:

Functions

IFX_EXTERN uint32 IfxCcu6_PwmBc_getMotorSpeed (IfxCcu6_PwmBc *pwmBc)
 returns the current motor speed More...
 
IFX_EXTERN void IfxCcu6_PwmBc_updateHallPattern (IfxCcu6_PwmBc *pwmBc, uint8 controlTable[6][3])
 Updates the Hall pattern. More...
 

Detailed Description

Function Documentation

IFX_EXTERN uint32 IfxCcu6_PwmBc_getMotorSpeed ( IfxCcu6_PwmBc pwmBc)

returns the current motor speed

Parameters
pwmBcModule handle
Returns
speed

A coding example can be found in How to use the CCU6 PWMBC Interface driver?

Definition at line 36 of file IfxCcu6_PwmBc.c.

Referenced by IfxCcu6_PwmBc_initModule().

IFX_EXTERN void IfxCcu6_PwmBc_updateHallPattern ( IfxCcu6_PwmBc pwmBc,
uint8  controlTable[6][3] 
)

Updates the Hall pattern.

Parameters
pwmBcModule handle
controlTable[6][3]Motor Control table
Returns
None

A coding example can be found in How to use the CCU6 PWMBC Interface driver?

Definition at line 492 of file IfxCcu6_PwmBc.c.

Referenced by IfxCcu6_PwmBc_initModule().