#[repr(C)]pub struct timer_hw_t {Show 14 fields
pub timehw: io_wo_32,
pub timelw: io_wo_32,
pub timehr: io_ro_32,
pub timelr: io_ro_32,
pub alarm: [io_rw_32; 4],
pub armed: io_rw_32,
pub timerawh: io_ro_32,
pub timerawl: io_ro_32,
pub dbgpause: io_rw_32,
pub pause: io_rw_32,
pub intr: io_rw_32,
pub inte: io_rw_32,
pub intf: io_rw_32,
pub ints: io_ro_32,
}
Fields§
§timehw: io_wo_32
§timelw: io_wo_32
§timehr: io_ro_32
§timelr: io_ro_32
§alarm: [io_rw_32; 4]
§armed: io_rw_32
§timerawh: io_ro_32
§timerawl: io_ro_32
§dbgpause: io_rw_32
§pause: io_rw_32
§intr: io_rw_32
§inte: io_rw_32
§intf: io_rw_32
§ints: io_ro_32
Trait Implementations§
Source§impl Clone for timer_hw_t
impl Clone for timer_hw_t
Source§fn clone(&self) -> timer_hw_t
fn clone(&self) -> timer_hw_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for timer_hw_t
impl Debug for timer_hw_t
impl Copy for timer_hw_t
Auto Trait Implementations§
impl Freeze for timer_hw_t
impl RefUnwindSafe for timer_hw_t
impl Send for timer_hw_t
impl Sync for timer_hw_t
impl Unpin for timer_hw_t
impl UnwindSafe for timer_hw_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more