#[repr(C)]
pub struct DWT_Type {Show 23 fields
pub CTRL: u32,
pub CYCCNT: u32,
pub CPICNT: u32,
pub EXCCNT: u32,
pub SLEEPCNT: u32,
pub LSUCNT: u32,
pub FOLDCNT: u32,
pub PCSR: u32,
pub COMP0: u32,
pub MASK0: u32,
pub FUNCTION0: u32,
pub RESERVED0: [u32; 1],
pub COMP1: u32,
pub MASK1: u32,
pub FUNCTION1: u32,
pub RESERVED1: [u32; 1],
pub COMP2: u32,
pub MASK2: u32,
pub FUNCTION2: u32,
pub RESERVED2: [u32; 1],
pub COMP3: u32,
pub MASK3: u32,
pub FUNCTION3: u32,
}
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.