[][src]Struct e310x_hal::core::clint::MTIMECMP

pub struct MTIMECMP { /* fields omitted */ }

Opaque mtimecmp register

Methods

impl MTIMECMP[src]

pub fn mtimecmp_lo(&self) -> u32[src]

Read mtimecmp register.

pub fn mtimecmp_hi(&self) -> u32[src]

Read mtimecmph register.

pub fn mtimecmp(&self) -> u64[src]

Read mtimecmp and mtimecmph registers.

pub fn set_mtimecmp_lo(&mut self, value: u32)[src]

Write mtimecmp register

pub fn set_mtimecmp_hi(&mut self, value: u32)[src]

Write mtimecmph register

pub fn set_mtimecmp(&mut self, value: u64)[src]

Write mtimecmp and mtimecmph registers.

Auto Trait Implementations

impl Send for MTIMECMP

impl Sync for MTIMECMP

impl Unpin for MTIMECMP

Blanket Implementations

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

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

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

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

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

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> 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.