pub enum ResetMode {
    ResetInput,
    GPIO,
    Bidirectional,
}
Expand description

Reset pin mode and remap

Variants§

§

ResetInput

Reset Input only: a low level on the NRST pin generates system reset, internal RESET not propagated to the NSRT pin

§

GPIO

GPIO: standard GPIO pad functionality, only internal RESET possible

§

Bidirectional

Bidirectional reset: NRST pin configured in reset input/output mode (legacy mode)

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.