![]() |
M480 BSP V3.05.006
The Board Support Package for M480 Series
|
Quadrature Encoder Interface (QEI) driver source file. More...
#include "NuMicro.h"
Go to the source code of this file.
Functions | |
void | QEI_Close (QEI_T *qei) |
Close QEI function. More... | |
void | QEI_DisableInt (QEI_T *qei, uint32_t u32IntSel) |
Disable QEI interrupt. More... | |
void | QEI_EnableInt (QEI_T *qei, uint32_t u32IntSel) |
Enable QEI interrupt. More... | |
void | QEI_Open (QEI_T *qei, uint32_t u32Mode, uint32_t u32Value) |
Open QEI in specified mode and enable input. More... | |
void | QEI_Start (QEI_T *qei) |
Start QEI function. More... | |
void | QEI_Stop (QEI_T *qei) |
Stop QEI function. More... | |
Quadrature Encoder Interface (QEI) driver source file.
SPDX-License-Identifier: Apache-2.0
Definition in file qei.c.