pub struct Xosc32kTokens {
    pub base: Xosc32kBaseToken,
    pub xosc1k: Xosc1kToken,
    pub xosc32k: Xosc32kToken,
    pub cfd: Xosc32kCfdToken,
}
Expand description

Set of tokens representing the disabled XOSC32K clocks power-on reset

Fields

base: Xosc32kBaseTokenxosc1k: Xosc1kTokenxosc32k: Xosc32kTokencfd: Xosc32kCfdToken

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.