[][src]Struct msp432e4::emac0::timstctrl::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 emac_timstctrl_tsen(&self) -> EMAC_TIMSTCTRL_TSENR[src]

Bit 0 - Timestamp Enable

pub fn emac_timstctrl_tsfcupdt(&self) -> EMAC_TIMSTCTRL_TSFCUPDTR[src]

Bit 1 - Timestamp Fine or Coarse Update

pub fn emac_timstctrl_tsinit(&self) -> EMAC_TIMSTCTRL_TSINITR[src]

Bit 2 - Timestamp Initialize

pub fn emac_timstctrl_tsupdt(&self) -> EMAC_TIMSTCTRL_TSUPDTR[src]

Bit 3 - Timestamp Update

pub fn emac_timstctrl_inttrig(&self) -> EMAC_TIMSTCTRL_INTTRIGR[src]

Bit 4 - Timestamp Interrupt Trigger Enable

pub fn emac_timstctrl_addregup(&self) -> EMAC_TIMSTCTRL_ADDREGUPR[src]

Bit 5 - Addend Register Update

pub fn emac_timstctrl_allf(&self) -> EMAC_TIMSTCTRL_ALLFR[src]

Bit 8 - Enable Timestamp For All Frames

pub fn emac_timstctrl_dgtlbin(&self) -> EMAC_TIMSTCTRL_DGTLBINR[src]

Bit 9 - Timestamp Digital or Binary Rollover Control

pub fn emac_timstctrl_ptpver2(&self) -> EMAC_TIMSTCTRL_PTPVER2R[src]

Bit 10 - Enable PTP Packet Processing For Version 2 Format

pub fn emac_timstctrl_ptpeth(&self) -> EMAC_TIMSTCTRL_PTPETHR[src]

Bit 11 - Enable Processing of PTP Over Ethernet Frames

pub fn emac_timstctrl_ptpipv6(&self) -> EMAC_TIMSTCTRL_PTPIPV6R[src]

Bit 12 - Enable Processing of PTP Frames Sent Over IPv6-UDP

pub fn emac_timstctrl_ptpipv4(&self) -> EMAC_TIMSTCTRL_PTPIPV4R[src]

Bit 13 - Enable Processing of PTP Frames Sent over IPv4-UDP

pub fn emac_timstctrl_tsevnt(&self) -> EMAC_TIMSTCTRL_TSEVNTR[src]

Bit 14 - Enable Timestamp Snapshot for Event Messages

pub fn emac_timstctrl_tsmast(&self) -> EMAC_TIMSTCTRL_TSMASTR[src]

Bit 15 - Enable Snapshot for Messages Relevant to Master

pub fn emac_timstctrl_selptp(&self) -> EMAC_TIMSTCTRL_SELPTPR[src]

Bits 16:17 - Select PTP packets for Taking Snapshots

pub fn emac_timstctrl_ptpfltr(&self) -> EMAC_TIMSTCTRL_PTPFLTRR[src]

Bit 18 - Enable MAC address for PTP Frame Filtering

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self