#[repr(C)]
pub struct RegisterBlock { pub pin_ctrl: PIN_CTRL, pub gpio: [GPIO; 21], pub date: DATE, /* private fields */ }
Expand description

Register block

Fields

pin_ctrl: PIN_CTRL

0x00 - Clock Output Configuration Register

gpio: [GPIO; 21]

0x04..0x58 - IO MUX Configure Register for pad XTAL_32K_P

date: DATE

0xfc - IO MUX Version Control Register

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.