Struct atsam4lc8b_pac::gloc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cr0: Reg<CR_SPEC>, pub truth0: Reg<TRUTH_SPEC>, pub cr1: Reg<CR_SPEC>, pub truth1: Reg<TRUTH_SPEC>, pub parameter: Reg<PARAMETER_SPEC>, pub version: Reg<VERSION_SPEC>, // some fields omitted }
Expand description

Register block

Fields

cr0: Reg<CR_SPEC>

0x00 - Control Register

truth0: Reg<TRUTH_SPEC>

0x04 - Truth Register

cr1: Reg<CR_SPEC>

0x08 - Control Register

truth1: Reg<TRUTH_SPEC>

0x0c - Truth Register

parameter: Reg<PARAMETER_SPEC>

0x38 - Parameter Register

version: Reg<VERSION_SPEC>

0x3c - Version 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

Performs the conversion.

Performs the conversion.

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.