2.91.17 QEIx_PositionCaptureDisable Function

C

/* x refers to the instance number */

inline static void QEIx_PositionCaptureDisable(void)

Summary

Deasserts the QEI position counter input capture.

Description

This inline function clears the QCAPEN bit of the QEIxIOC register. Disabling this will not store 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_PositionCaptureDisable();

Remarks

None.