pub enum TRACEPORTSPEEDW {
    _32MHZ,
    _16MHZ,
    _8MHZ,
    _4MHZ,
}
Expand description

Values that can be written to the field TRACEPORTSPEED

Variants§

§

_32MHZ

32 MHz Trace Port clock (TRACECLK = 16 MHz)

§

_16MHZ

16 MHz Trace Port clock (TRACECLK = 8 MHz)

§

_8MHZ

8 MHz Trace Port clock (TRACECLK = 4 MHz)

§

_4MHZ

4 MHz Trace Port clock (TRACECLK = 2 MHz)

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.

Should always be Self
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.