[−][src]Struct stm32f4xx_hal::stm32::ethernet_ptp::ptptscr::R
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
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> From for T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self