Struct stm32f7x2::pwr::cr2::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 0 - Clear Wakeup Pin flag for PA0

[src]

Bit 1 - Clear Wakeup Pin flag for PA2

[src]

Bit 2 - Clear Wakeup Pin flag for PC1

[src]

Bit 3 - Clear Wakeup Pin flag for PC13

[src]

Bit 4 - Clear Wakeup Pin flag for PI8

[src]

Bit 5 - Clear Wakeup Pin flag for PI11

[src]

Bit 8 - Wakeup pin polarity bit for PA0

[src]

Bit 9 - Wakeup pin polarity bit for PA2

[src]

Bit 10 - Wakeup pin polarity bit for PC1

[src]

Bit 11 - Wakeup pin polarity bit for PC13

[src]

Bit 12 - Wakeup pin polarity bit for PI8

[src]

Bit 13 - Wakeup pin polarity bit for PI11

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R