[]Struct stm32f407g_disc::stm32::ethernet_ptp::ptptscr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn tse(&self) -> TSER

Bit 0 - TSE

pub fn tsfcu(&self) -> TSFCUR

Bit 1 - TSFCU

pub fn tsptppsv2e(&self) -> TSPTPPSV2ER

Bit 10 - TSPTPPSV2E

pub fn tssptpoefe(&self) -> TSSPTPOEFER

Bit 11 - TSSPTPOEFE

pub fn tssipv6fe(&self) -> TSSIPV6FER

Bit 12 - TSSIPV6FE

pub fn tssipv4fe(&self) -> TSSIPV4FER

Bit 13 - TSSIPV4FE

pub fn tsseme(&self) -> TSSEMER

Bit 14 - TSSEME

pub fn tssmrme(&self) -> TSSMRMER

Bit 15 - TSSMRME

pub fn tscnt(&self) -> TSCNTR

Bits 16:17 - TSCNT

pub fn tspffmae(&self) -> TSPFFMAER

Bit 18 - TSPFFMAE

pub fn tssti(&self) -> TSSTIR

Bit 2 - TSSTI

pub fn tsstu(&self) -> TSSTUR

Bit 3 - TSSTU

pub fn tsite(&self) -> TSITER

Bit 4 - TSITE

pub fn ttsaru(&self) -> TTSARUR

Bit 5 - TTSARU

pub fn tssarfe(&self) -> TSSARFER

Bit 8 - TSSARFE

pub fn tsssr(&self) -> TSSSRR

Bit 9 - TSSSR

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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> 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]