Struct stm32ral::stm32l1::peripherals::nvic::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 24 fields pub ISER0: RWRegister<u32>, pub ISER1: RWRegister<u32>, pub ICER0: RWRegister<u32>, pub ICER1: RWRegister<u32>, pub ISPR0: RWRegister<u32>, pub ISPR1: RWRegister<u32>, pub ICPR0: RWRegister<u32>, pub ICPR1: RWRegister<u32>, pub IABR0: RORegister<u32>, pub IABR1: RORegister<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>, pub IPR9: RWRegister<u32>, pub IPR10: RWRegister<u32>, pub IPR11: RWRegister<u32>, pub IPR12: RWRegister<u32>, pub IPR13: RWRegister<u32>, // some fields omitted
}

Fields

ISER0: RWRegister<u32>

Interrupt Set-Enable Register

ISER1: RWRegister<u32>

Interrupt Set-Enable Register

ICER0: RWRegister<u32>

Interrupt Clear-Enable Register

ICER1: RWRegister<u32>

Interrupt Clear-Enable Register

ISPR0: RWRegister<u32>

Interrupt Set-Pending Register

ISPR1: RWRegister<u32>

Interrupt Set-Pending Register

ICPR0: RWRegister<u32>

Interrupt Clear-Pending Register

ICPR1: RWRegister<u32>

Interrupt Clear-Pending Register

IABR0: RORegister<u32>

Interrupt Active Bit Register

IABR1: RORegister<u32>

Interrupt Active Bit Register

IPR0: RWRegister<u32>

Interrupt Priority Register

IPR1: RWRegister<u32>

Interrupt Priority Register

IPR2: RWRegister<u32>

Interrupt Priority Register

IPR3: RWRegister<u32>

Interrupt Priority Register

IPR4: RWRegister<u32>

Interrupt Priority Register

IPR5: RWRegister<u32>

Interrupt Priority Register

IPR6: RWRegister<u32>

Interrupt Priority Register

IPR7: RWRegister<u32>

Interrupt Priority Register

IPR8: RWRegister<u32>

Interrupt Priority Register

IPR9: RWRegister<u32>

Interrupt Priority Register

IPR10: RWRegister<u32>

Interrupt Priority Register

IPR11: RWRegister<u32>

Interrupt Priority Register

IPR12: RWRegister<u32>

Interrupt Priority Register

IPR13: RWRegister<u32>

Interrupt Priority 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.