Struct stm32ral::stm32wl::peripherals::exti::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 16 fields pub RTSR1: RWRegister<u32>, pub FTSR1: RWRegister<u32>, pub SWIER1: RWRegister<u32>, pub PR1: RWRegister<u32>, pub RTSR2: RWRegister<u32>, pub FTSR2: RWRegister<u32>, pub SWIER2: RWRegister<u32>, pub PR2: RWRegister<u32>, pub C1IMR1: RWRegister<u32>, pub C1EMR1: RWRegister<u32>, pub C1IMR2: RWRegister<u32>, pub C1EMR2: RWRegister<u32>, pub C2IMR1: RWRegister<u32>, pub C2EMR1: RWRegister<u32>, pub C2IMR2: RWRegister<u32>, pub C2EMR2: RWRegister<u32>, // some fields omitted
}

Fields

RTSR1: RWRegister<u32>

rising trigger selection register

FTSR1: RWRegister<u32>

falling trigger selection register

SWIER1: RWRegister<u32>

software interrupt event register

PR1: RWRegister<u32>

EXTI pending register

RTSR2: RWRegister<u32>

rising trigger selection register

FTSR2: RWRegister<u32>

falling trigger selection register

SWIER2: RWRegister<u32>

software interrupt event register

PR2: RWRegister<u32>

pending register

C1IMR1: RWRegister<u32>

interrupt mask register

C1EMR1: RWRegister<u32>

event mask register

C1IMR2: RWRegister<u32>

wakeup with interrupt mask register

C1EMR2: RWRegister<u32>

wakeup with event mask register

C2IMR1: RWRegister<u32>

interrupt mask register

C2EMR1: RWRegister<u32>

event mask register

C2IMR2: RWRegister<u32>

wakeup with interrupt mask register

C2EMR2: RWRegister<u32>

wakeup with event mask 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.