[][src]Struct stm32h7::stm32h743::fdcan1::ttocn::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 sgt(&self) -> SGTR[src]

Bit 0 - Set Global time

pub fn ecs(&self) -> ECSR[src]

Bit 1 - External Clock Synchronization

pub fn swp(&self) -> SWPR[src]

Bit 2 - Stop Watch Polarity

pub fn sws(&self) -> SWSR[src]

Bits 3:4 - Stop Watch Source.

pub fn rtie(&self) -> RTIER[src]

Bit 5 - Register Time Mark Interrupt Pulse Enable

pub fn tmc(&self) -> TMCR[src]

Bits 6:7 - Register Time Mark Compare

pub fn ttie(&self) -> TTIER[src]

Bit 8 - Trigger Time Mark Interrupt Pulse Enable

pub fn gcs(&self) -> GCSR[src]

Bit 9 - Gap Control Select

pub fn fgp(&self) -> FGPR[src]

Bit 10 - Finish Gap.

pub fn tmg(&self) -> TMGR[src]

Bit 11 - Time Mark Gap

pub fn nig(&self) -> NIGR[src]

Bit 12 - Next is Gap

pub fn escn(&self) -> ESCNR[src]

Bit 13 - External Synchronization Control

pub fn lckc(&self) -> LCKCR[src]

Bit 15 - TT Operation Control Register Locked

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync 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