[][src]Struct stm32f429::ethernet_ptp::ptptscr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn tse(&mut self) -> _TSEW[src]

Bit 0 - TSE

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

Bit 1 - TSFCU

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

Bit 10 - TSPTPPSV2E

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

Bit 11 - TSSPTPOEFE

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

Bit 12 - TSSIPV6FE

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

Bit 13 - TSSIPV4FE

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

Bit 14 - TSSEME

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

Bit 15 - TSSMRME

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

Bits 16:17 - TSCNT

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

Bit 18 - TSPFFMAE

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

Bit 2 - TSSTI

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

Bit 3 - TSSTU

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

Bit 4 - TSITE

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

Bit 5 - TTSARU

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

Bit 8 - TSSARFE

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

Bit 9 - TSSSR

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]