[][src]Struct stm32ral::stm32l0::peripherals::usb_sram::ResetValues

pub struct ResetValues {
    pub EP0R: u32,
    pub EP1R: u32,
    pub EP2R: u32,
    pub EP3R: u32,
    pub EP4R: u32,
    pub EP5R: u32,
    pub EP6R: u32,
    pub EP7R: u32,
    pub CNTR: u32,
    pub ISTR: u32,
    pub FNR: u32,
    pub DADDR: u32,
    pub BTABLE: u32,
    pub LPMCSR: u32,
    pub BCDR: u32,
}

Fields

EP0R: u32EP1R: u32EP2R: u32EP3R: u32EP4R: u32EP5R: u32EP6R: u32EP7R: u32CNTR: u32ISTR: u32FNR: u32DADDR: u32BTABLE: u32LPMCSR: u32BCDR: u32

Auto Trait Implementations

impl Send for ResetValues

impl Sync for ResetValues

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From for T[src]

impl<T, U> TryInto 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 for T where
    T: ?Sized
[src]

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

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