Module lpc845_pac::capt::status[][src]

Expand description

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

Structs

Field BUSY reader - In a poll now.

Field NOTOUCH reader - Is 1 if a no-touch has been detected (ie. completed an integration cycle and found no-touch). This is not set when in low-power mode.

Field NOTOUCH writer - Is 1 if a no-touch has been detected (ie. completed an integration cycle and found no-touch). This is not set when in low-power mode.

Field OVERUN reader - Is 1 if new data was collected before application read out previous ISTOUCH. No-touch (ISTOUCH==0) data will be silently overrun. Is not possible if WAIT=1.

Field OVERUN writer - Is 1 if new data was collected before application read out previous ISTOUCH. No-touch (ISTOUCH==0) data will be silently overrun. Is not possible if WAIT=1.

Field POLLDONE reader - Is 1 if a poll or POLLNOW is complete.

Field POLLDONE writer - Is 1 if a poll or POLLNOW is complete.

Register STATUS reader

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

Field TIMEOUT reader - Is 1 if an integration cycle ended with a timeout (should not happen).

Field TIMEOUT writer - Is 1 if an integration cycle ended with a timeout (should not happen).

Register STATUS writer

Field XMAX reader - Indicates the maximum number of X pins allowed 0-relative. So, 15 means there are pins 0 to 15, or 16 total X pins. INTERNAL note: this may be setup to be written by ROM boot.

Field YESTOUCH reader - Is 1 if a touch has been detected, including a wakeup from low-power mode.

Field YESTOUCH writer - Is 1 if a touch has been detected, including a wakeup from low-power mode.