2.91.18 QEIx_PositionCaptureEnable Function

C

/* x refers to the instance number */

inline static void QEIx_PositionCaptureEnable(void)

Summary

Sets the QEI position counter input capture.

Description

This inline function sets the QCAPEN bit of the QEIxIOC register. Enabling this stores the value of POSxCNT upon an index match event.

Precondition

QEI peripheral should be initialized and enabled properly.

Parameters

None.

Returns

None.

Example

QEI1_Initialize();
QEI1_Enable();
QEI1_PositionCaptureEnable();

Remarks

None.