Module lpc845_pac::capt[][src]

Expand description

LPC84x Capacitive Touch

Modules

Configuration and control to setup the functional clock, the rules, and the pin selections and rules.

Block ID

Interrupt enable clear

Interrupt enable

Interrupt status (mask of STATUS and INTEN)

This sets up the polling counter and measurement counter rules.

Status from triggers and time-outs including if in a poll now. Some are used for interrupts.

Last touch event (touch or no-touch) in context.

Structs

Register block

Type Definitions

CTRL register accessor: an alias for Reg<CTRL_SPEC>

ID register accessor: an alias for Reg<ID_SPEC>

INTENCLR register accessor: an alias for Reg<INTENCLR_SPEC>

INTENSET register accessor: an alias for Reg<INTENSET_SPEC>

INTSTAT register accessor: an alias for Reg<INTSTAT_SPEC>

POLL_TCNT register accessor: an alias for Reg<POLL_TCNT_SPEC>

STATUS register accessor: an alias for Reg<STATUS_SPEC>

TOUCH register accessor: an alias for Reg<TOUCH_SPEC>