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

#[repr(C)]
pub struct RegisterBlock {
Show 50 fields pub ISER0: RWRegister<u32>, pub ISER1: RWRegister<u32>, pub ISER2: RWRegister<u32>, pub ISER3: RWRegister<u32>, pub ICER0: RWRegister<u32>, pub ICER1: RWRegister<u32>, pub ICER2: RWRegister<u32>, pub ICER3: RWRegister<u32>, pub ISPR0: RWRegister<u32>, pub ISPR1: RWRegister<u32>, pub ISPR2: RWRegister<u32>, pub ISPR3: RWRegister<u32>, pub ICPR0: RWRegister<u32>, pub ICPR1: RWRegister<u32>, pub ICPR2: RWRegister<u32>, pub ICPR3: RWRegister<u32>, pub IABR0: RORegister<u32>, pub IABR1: RORegister<u32>, pub IABR2: RORegister<u32>, pub IABR3: 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>, pub IPR9: RWRegister<u32>, pub IPR10: RWRegister<u32>, pub IPR11: RWRegister<u32>, pub IPR12: RWRegister<u32>, pub IPR13: RWRegister<u32>, pub IPR14: RWRegister<u32>, pub IPR15: RWRegister<u32>, pub IPR16: RWRegister<u32>, pub IPR17: RWRegister<u32>, pub IPR18: RWRegister<u32>, pub IPR19: RWRegister<u32>, pub IPR20: RWRegister<u32>, pub IPR21: RWRegister<u32>, pub IPR22: RWRegister<u32>, pub IPR23: RWRegister<u32>, pub IPR24: RWRegister<u32>, pub IPR25: RWRegister<u32>, pub IPR26: RWRegister<u32>, pub IPR27: RWRegister<u32>, pub IPR28: RWRegister<u32>, pub IPR29: RWRegister<u32>, // some fields omitted
}

Fields

ISER0: RWRegister<u32>

Interrupt Set-Enable Register

ISER1: RWRegister<u32>

Interrupt Set-Enable Register

ISER2: RWRegister<u32>

Interrupt Set-Enable Register

ISER3: RWRegister<u32>

Interrupt Set-Enable Register

ICER0: RWRegister<u32>

Interrupt Clear-Enable Register

ICER1: RWRegister<u32>

Interrupt Clear-Enable Register

ICER2: RWRegister<u32>

Interrupt Clear-Enable Register

ICER3: RWRegister<u32>

Interrupt Clear-Enable Register

ISPR0: RWRegister<u32>

Interrupt Set-Pending Register

ISPR1: RWRegister<u32>

Interrupt Set-Pending Register

ISPR2: RWRegister<u32>

Interrupt Set-Pending Register

ISPR3: RWRegister<u32>

Interrupt Set-Pending Register

ICPR0: RWRegister<u32>

Interrupt Clear-Pending Register

ICPR1: RWRegister<u32>

Interrupt Clear-Pending Register

ICPR2: RWRegister<u32>

Interrupt Clear-Pending Register

ICPR3: RWRegister<u32>

Interrupt Clear-Pending Register

IABR0: RORegister<u32>

Interrupt Active Bit Register

IABR1: RORegister<u32>

Interrupt Active Bit Register

IABR2: RORegister<u32>

Interrupt Active Bit Register

IABR3: RWRegister<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

IPR14: RWRegister<u32>

Interrupt Priority Register

IPR15: RWRegister<u32>

Interrupt Priority Register

IPR16: RWRegister<u32>

Interrupt Priority Register

IPR17: RWRegister<u32>

Interrupt Priority Register

IPR18: RWRegister<u32>

Interrupt Priority Register

IPR19: RWRegister<u32>

Interrupt Priority Register

IPR20: RWRegister<u32>

Interrupt Priority Register

IPR21: RWRegister<u32>

IPR21

IPR22: RWRegister<u32>

IPR22

IPR23: RWRegister<u32>

IPR23

IPR24: RWRegister<u32>

IPR24

IPR25: RWRegister<u32>

IPR25

IPR26: RWRegister<u32>

IPR26

IPR27: RWRegister<u32>

IPR27

IPR28: RWRegister<u32>

IPR28

IPR29: RWRegister<u32>

IPR29

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.