pub struct R(_);
Expand description

Register FAULT_DETECT reader

Implementations§

Bit 0 - When set, event_f0 generation is enabled

Bit 1 - When set, event_f1 generation is enabled

Bit 2 - When set, event_f2 generation is enabled

Bit 3 - Set event_f0 trigger polarity on FAULT2 source from GPIO matrix. 0: level low, 1: level high

Bit 4 - Set event_f1 trigger polarity on FAULT2 source from GPIO matrix. 0: level low, 1: level high

Bit 5 - Set event_f2 trigger polarity on FAULT2 source from GPIO matrix. 0: level low, 1: level high

Bit 6 - Set and reset by hardware. If set, event_f0 is on going

Bit 7 - Set and reset by hardware. If set, event_f1 is on going

Bit 8 - Set and reset by hardware. If set, event_f2 is on going

Methods from Deref<Target = R<FAULT_DETECT_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.