[][src]Struct stm32f7::stm32f7x3::pwr::cr2::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn cwupf1(&self) -> CWUPF1R[src]

Bit 0 - Clear Wakeup Pin flag for PA0

pub fn cwupf2(&self) -> CWUPF2R[src]

Bit 1 - Clear Wakeup Pin flag for PA2

pub fn cwupf3(&self) -> CWUPF3R[src]

Bit 2 - Clear Wakeup Pin flag for PC1

pub fn cwupf4(&self) -> CWUPF4R[src]

Bit 3 - Clear Wakeup Pin flag for PC13

pub fn cwupf5(&self) -> CWUPF5R[src]

Bit 4 - Clear Wakeup Pin flag for PI8

pub fn cwupf6(&self) -> CWUPF6R[src]

Bit 5 - Clear Wakeup Pin flag for PI11

pub fn wupp1(&self) -> WUPP1R[src]

Bit 8 - Wakeup pin polarity bit for PA0

pub fn wupp2(&self) -> WUPP2R[src]

Bit 9 - Wakeup pin polarity bit for PA2

pub fn wupp3(&self) -> WUPP3R[src]

Bit 10 - Wakeup pin polarity bit for PC1

pub fn wupp4(&self) -> WUPP4R[src]

Bit 11 - Wakeup pin polarity bit for PC13

pub fn wupp5(&self) -> WUPP5R[src]

Bit 12 - Wakeup pin polarity bit for PI8

pub fn wupp6(&self) -> WUPP6R[src]

Bit 13 - Wakeup pin polarity bit for PI11

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self