Struct lpc845_pac::capt::status::W[][src]

pub struct W(_);
Expand description

Register STATUS writer

Implementations

Bit 0 - Is 1 if a touch has been detected, including a wakeup from low-power mode.

Bit 1 - 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.

Bit 2 - Is 1 if a poll or POLLNOW is complete.

Bit 3 - Is 1 if an integration cycle ended with a timeout (should not happen).

Bit 4 - 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.

Writes raw bits to the register.

Methods from Deref<Target = W<STATUS_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.