Module lpc1769::qei

source · []
Expand description

Quadrature Encoder Interface (QEI)

Modules

Velocity capture register

Interrupt status clear register

Position compare register 0

Position compare register 1

Position compare register 2

Control register

Configuration register

Digital filter register

Interrupt enable register

Interrupt enable clear register

Interrupt enable set register

Interrupt status register

Index compare register 0

Index count register 0

Velocity timer reload register

Maximum position register

Position register

Interrupt status set register

Status register

Velocity timer register

Velocity counter register

Velocity compare register

Structs

Register block

Type Definitions

CAP register accessor: an alias for Reg<CAP_SPEC>

CLR register accessor: an alias for Reg<CLR_SPEC>

CMPOS0 register accessor: an alias for Reg<CMPOS0_SPEC>

CMPOS1 register accessor: an alias for Reg<CMPOS1_SPEC>

CMPOS2 register accessor: an alias for Reg<CMPOS2_SPEC>

CON register accessor: an alias for Reg<CON_SPEC>

CONF register accessor: an alias for Reg<CONF_SPEC>

FILTER register accessor: an alias for Reg<FILTER_SPEC>

IE register accessor: an alias for Reg<IE_SPEC>

IEC register accessor: an alias for Reg<IEC_SPEC>

IES register accessor: an alias for Reg<IES_SPEC>

INTSTAT register accessor: an alias for Reg<INTSTAT_SPEC>

INXCMP0 register accessor: an alias for Reg<INXCMP0_SPEC>

INXCNT register accessor: an alias for Reg<INXCNT_SPEC>

LOAD register accessor: an alias for Reg<LOAD_SPEC>

MAXPOS register accessor: an alias for Reg<MAXPOS_SPEC>

POS register accessor: an alias for Reg<POS_SPEC>

SET register accessor: an alias for Reg<SET_SPEC>

STAT register accessor: an alias for Reg<STAT_SPEC>

TIME register accessor: an alias for Reg<TIME_SPEC>

VEL register accessor: an alias for Reg<VEL_SPEC>

VELCOMP register accessor: an alias for Reg<VELCOMP_SPEC>