#[repr(C)]
pub struct RegisterBlock { pub sfrie1: Reg<SFRIE1_SPEC>, pub sfrifg1: Reg<SFRIFG1_SPEC>, pub sfrrpcr: Reg<SFRRPCR_SPEC>, }
Expand description

Register block

Fields

sfrie1: Reg<SFRIE1_SPEC>

0x00 - Interrupt Enable 1

sfrifg1: Reg<SFRIFG1_SPEC>

0x02 - Interrupt Flag 1

sfrrpcr: Reg<SFRRPCR_SPEC>

0x04 - RESET Pin 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

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.