Modules |
| | L6470_AppCMDs_ToBePrepared |
Functions |
| void | L6470_SetParam (eL6470_RegId_t L6470_RegId, uint32_t Value) |
| | SetParam command sets the register value equal to a new value.
|
| uint32_t | L6470_GetParam (eL6470_RegId_t L6470_RegId) |
| | GetParam command reads the register value.
|
| void | L6470_Run (eL6470_DirId_t L6470_DirId, uint32_t Speed) |
| | Run command produces a motion at fixed speed.
|
| void | L6470_StepClock (eL6470_DirId_t L6470_DirId) |
| | StepClock command switches the device in Step-clock mode.
|
| void | L6470_Move (eL6470_DirId_t L6470_DirId, uint32_t N_Step) |
| | Move command produces a motion of N_STEP microsteps.
|
| void | L6470_GoTo (uint32_t AbsPos) |
| | GoTo command produces a motion to ABS_POS absolute position through the shortest path.
|
| void | L6470_GoToDir (eL6470_DirId_t L6470_DirId, uint32_t AbsPos) |
| | GoTo_DIR command produces a motion to ABS_POS absolute position imposing a direction.
|
| void | L6470_GoUntil (eL6470_ActId_t L6470_ActId, eL6470_DirId_t L6470_DirId, uint32_t Speed) |
| | GoUntil command produces a motion at fixed speed imposing a direction until an external switch turn-on event occurs.
|
| void | L6470_ReleaseSW (eL6470_ActId_t L6470_ActId, eL6470_DirId_t L6470_DirId) |
| | ReleaseSW command produces a motion at minimum speed imposing a direction until SW is released.
|
| void | L6470_GoHome (void) |
| | GoHome command produces a motion to the HOME position (zero position) via the shortest path.
|
| void | L6470_GoMark (void) |
| | GoMark command produces a motion to the MARK position performing the minimum path.
|
| void | L6470_ResetPos (void) |
| | ResetPos command resets the ABS_POS register to zero.
|
| void | L6470_ResetDevice (void) |
| | ResetDevice command resets the device to power-up conditions.
|
| void | L6470_SoftStop (void) |
| | SoftStop command causes an immediate deceleration to zero speed and a consequent motor stop; the deceleration value used is the one stored in the DEC register.
|
| void | L6470_HardStop (void) |
| | HardStop command causes an immediate motor stop with infinite deceleration.
|
| void | L6470_SoftHiZ (void) |
| | SoftHiZ command disables the power bridges (high impedance state) after a deceleration to zero; the deceleration value used is the one stored in the DEC register.
|
| void | L6470_HardHiZ (void) |
| | HardHiZ command immediately disables the power bridges (high impedance state).
|
| uint16_t | L6470_GetStatus (void) |
| | GetStatus command returns the STATUS register value.
|
| void | L6470_SetParam (eL6470_RegId_t L6470_RegId, uint32_t Value) |
| | SetParam command sets the register value equal to a new value.
|
| uint32_t | L6470_GetParam (eL6470_RegId_t L6470_RegId) |
| | GetParam command reads the register value.
|
| void | L6470_Run (eL6470_DirId_t L6470_DirId, uint32_t Speed) |
| | Run command produces a motion at fixed speed.
|
| void | L6470_StepClock (eL6470_DirId_t L6470_DirId) |
| | StepClock command switches the device in Step-clock mode.
|
| void | L6470_Move (eL6470_DirId_t L6470_DirId, uint32_t N_Step) |
| | Move command produces a motion of N_STEP microsteps.
|
| void | L6470_GoTo (uint32_t AbsPos) |
| | GoTo command produces a motion to ABS_POS absolute position through the shortest path.
|
| void | L6470_GoToDir (eL6470_DirId_t L6470_DirId, uint32_t AbsPos) |
| | GoTo_DIR command produces a motion to ABS_POS absolute position imposing a direction.
|
| void | L6470_GoUntil (eL6470_ActId_t L6470_ActId, eL6470_DirId_t L6470_DirId, uint32_t Speed) |
| | GoUntil command produces a motion at fixed speed imposing a direction until an external switch turn-on event occurs.
|
| void | L6470_ReleaseSW (eL6470_ActId_t L6470_ActId, eL6470_DirId_t L6470_DirId) |
| | ReleaseSW command produces a motion at minimum speed imposing a direction until SW is released.
|
| void | L6470_GoHome (void) |
| | GoHome command produces a motion to the HOME position (zero position) via the shortest path.
|
| void | L6470_GoMark (void) |
| | GoMark command produces a motion to the MARK position performing the minimum path.
|
| void | L6470_ResetPos (void) |
| | ResetPos command resets the ABS_POS register to zero.
|
| void | L6470_ResetDevice (void) |
| | ResetDevice command resets the device to power-up conditions.
|
| void | L6470_SoftStop (void) |
| | SoftStop command causes an immediate deceleration to zero speed and a consequent motor stop; the deceleration value used is the one stored in the DEC register.
|
| void | L6470_HardStop (void) |
| | HardStop command causes an immediate motor stop with infinite deceleration.
|
| void | L6470_SoftHiZ (void) |
| | SoftHiZ command disables the power bridges (high impedance state) after a deceleration to zero; the deceleration value used is the one stored in the DEC register.
|
| void | L6470_HardHiZ (void) |
| | HardHiZ command immediately disables the power bridges (high impedance state).
|
| uint16_t | L6470_GetStatus (void) |
| | GetStatus command returns the STATUS register value.
|