[][src]Struct stm32f4xx_hal::stm32::ethernet_ptp::ptptscr::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 tse(&self) -> TSER[src]

Bit 0 - TSE

pub fn tsfcu(&self) -> TSFCUR[src]

Bit 1 - TSFCU

pub fn tsptppsv2e(&self) -> TSPTPPSV2ER[src]

Bit 10 - TSPTPPSV2E

pub fn tssptpoefe(&self) -> TSSPTPOEFER[src]

Bit 11 - TSSPTPOEFE

pub fn tssipv6fe(&self) -> TSSIPV6FER[src]

Bit 12 - TSSIPV6FE

pub fn tssipv4fe(&self) -> TSSIPV4FER[src]

Bit 13 - TSSIPV4FE

pub fn tsseme(&self) -> TSSEMER[src]

Bit 14 - TSSEME

pub fn tssmrme(&self) -> TSSMRMER[src]

Bit 15 - TSSMRME

pub fn tscnt(&self) -> TSCNTR[src]

Bits 16:17 - TSCNT

pub fn tspffmae(&self) -> TSPFFMAER[src]

Bit 18 - TSPFFMAE

pub fn tssti(&self) -> TSSTIR[src]

Bit 2 - TSSTI

pub fn tsstu(&self) -> TSSTUR[src]

Bit 3 - TSSTU

pub fn tsite(&self) -> TSITER[src]

Bit 4 - TSITE

pub fn ttsaru(&self) -> TTSARUR[src]

Bit 5 - TTSARU

pub fn tssarfe(&self) -> TSSARFER[src]

Bit 8 - TSSARFE

pub fn tsssr(&self) -> TSSSRR[src]

Bit 9 - TSSSR

Auto Trait Implementations

impl Send for R

impl Sync for R

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> 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, U> Into for T where
    U: From<T>, 
[src]

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]

impl<T> Same for T

type Output = T

Should always be Self