[−]Struct stm32_eth::stm32::ethernet_ptp::ptptscr::W
Value to write to the register
Methods
impl W
pub fn reset_value() -> W
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut W
Writes raw bits to the register
pub fn tse(&mut self) -> _TSEW
Bit 0 - TSE
pub fn tsfcu(&mut self) -> _TSFCUW
Bit 1 - TSFCU
pub fn tsptppsv2e(&mut self) -> _TSPTPPSV2EW
Bit 10 - TSPTPPSV2E
pub fn tssptpoefe(&mut self) -> _TSSPTPOEFEW
Bit 11 - TSSPTPOEFE
pub fn tssipv6fe(&mut self) -> _TSSIPV6FEW
Bit 12 - TSSIPV6FE
pub fn tssipv4fe(&mut self) -> _TSSIPV4FEW
Bit 13 - TSSIPV4FE
pub fn tsseme(&mut self) -> _TSSEMEW
Bit 14 - TSSEME
pub fn tssmrme(&mut self) -> _TSSMRMEW
Bit 15 - TSSMRME
pub fn tscnt(&mut self) -> _TSCNTW
Bits 16:17 - TSCNT
pub fn tspffmae(&mut self) -> _TSPFFMAEW
Bit 18 - TSPFFMAE
pub fn tssti(&mut self) -> _TSSTIW
Bit 2 - TSSTI
pub fn tsstu(&mut self) -> _TSSTUW
Bit 3 - TSSTU
pub fn tsite(&mut self) -> _TSITEW
Bit 4 - TSITE
pub fn ttsaru(&mut self) -> _TTSARUW
Bit 5 - TTSARU
pub fn tssarfe(&mut self) -> _TSSARFEW
Bit 8 - TSSARFE
pub fn tsssr(&mut self) -> _TSSSRW
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