[][src]Struct stm32ral::stm32f1::peripherals::ethernet_ptp::ResetValues

pub struct ResetValues {
    pub PTPTSCR: u32,
    pub PTPSSIR: u32,
    pub PTPTSHR: u32,
    pub PTPTSLR: u32,
    pub PTPTSHUR: u32,
    pub PTPTSLUR: u32,
    pub PTPTSAR: u32,
    pub PTPTTHR: u32,
    pub PTPTTLR: u32,
}

Fields

PTPTSCR: u32PTPSSIR: u32PTPTSHR: u32PTPTSLR: u32PTPTSHUR: u32PTPTSLUR: u32PTPTSAR: u32PTPTTHR: u32PTPTTLR: 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]