Struct stm32ral::stm32g0::peripherals::nvic_v1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 13 fields pub ISER: RWRegister<u32>, pub ICER: RWRegister<u32>, pub ISPR: RWRegister<u32>, pub ICPR: RWRegister<u32>, pub IPR0: RWRegister<u32>, pub IPR1: RWRegister<u32>, pub IPR2: RWRegister<u32>, pub IPR3: RWRegister<u32>, pub IPR4: RWRegister<u32>, pub IPR5: RWRegister<u32>, pub IPR6: RWRegister<u32>, pub IPR7: RWRegister<u32>, pub IPR8: RWRegister<u32>, // some fields omitted
}

Fields

ISER: RWRegister<u32>

Interrupt Set Enable Register

ICER: RWRegister<u32>

Interrupt Clear Enable Register

ISPR: RWRegister<u32>

Interrupt Set-Pending Register

ICPR: RWRegister<u32>

Interrupt Clear-Pending Register

IPR0: RWRegister<u32>

Interrupt Priority Register 0

IPR1: RWRegister<u32>

Interrupt Priority Register 1

IPR2: RWRegister<u32>

Interrupt Priority Register 2

IPR3: RWRegister<u32>

Interrupt Priority Register 3

IPR4: RWRegister<u32>

Interrupt Priority Register 4

IPR5: RWRegister<u32>

Interrupt Priority Register 5

IPR6: RWRegister<u32>

Interrupt Priority Register 6

IPR7: RWRegister<u32>

Interrupt Priority Register 7

IPR8: RWRegister<u32>

Interrupt Priority Register 8

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.