Struct stm32ral::cortex_m::peripherals::fpb::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 20 fields pub CTRL: RWRegister<u32>, pub REMAP: RWRegister<u32>, pub COMP0: RWRegister<u32>, pub COMP1: RWRegister<u32>, pub COMP2: RWRegister<u32>, pub COMP3: RWRegister<u32>, pub COMP4: RWRegister<u32>, pub COMP5: RWRegister<u32>, pub COMP6: RWRegister<u32>, pub COMP7: RWRegister<u32>, pub COMP8: RWRegister<u32>, pub COMP9: RWRegister<u32>, pub COMP10: RWRegister<u32>, pub COMP11: RWRegister<u32>, pub COMP12: RWRegister<u32>, pub COMP13: RWRegister<u32>, pub COMP14: RWRegister<u32>, pub COMP15: RWRegister<u32>, pub LAR: WORegister<u32>, pub LSR: RORegister<u32>, // some fields omitted
}

Fields

CTRL: RWRegister<u32>

FlashPatch Control Register

REMAP: RWRegister<u32>

FlashPatch Remap Register

COMP0: RWRegister<u32>

FlashPatch Comparator Register 0

COMP1: RWRegister<u32>

FlashPatch Comparator Register 1

COMP2: RWRegister<u32>

FlashPatch Comparator Register 2

COMP3: RWRegister<u32>

FlashPatch Comparator Register 3

COMP4: RWRegister<u32>

FlashPatch Comparator Register 4

COMP5: RWRegister<u32>

FlashPatch Comparator Register 5

COMP6: RWRegister<u32>

FlashPatch Comparator Register 6

COMP7: RWRegister<u32>

FlashPatch Comparator Register 7

COMP8: RWRegister<u32>

FlashPatch Comparator Register 8

COMP9: RWRegister<u32>

FlashPatch Comparator Register 9

COMP10: RWRegister<u32>

FlashPatch Comparator Register 10

COMP11: RWRegister<u32>

FlashPatch Comparator Register 11

COMP12: RWRegister<u32>

FlashPatch Comparator Register 12

COMP13: RWRegister<u32>

FlashPatch Comparator Register 13

COMP14: RWRegister<u32>

FlashPatch Comparator Register 14

COMP15: RWRegister<u32>

FlashPatch Comparator Register 15

LAR: WORegister<u32>

Lock Access Register

LSR: RORegister<u32>

Lock Status 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.