Struct PmstatSpec
pub struct PmstatSpec;Trait Implementations§
§impl RegisterSpec for PmstatSpec
impl RegisterSpec for PmstatSpec
§impl Resettable for PmstatSpec
reset() method sets PMSTAT to value 0x01
impl Resettable for PmstatSpec
reset() method sets PMSTAT to value 0x01
§const RESET_VALUE: u32 = 1u32
const RESET_VALUE: u32 = 1u32
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for PmstatSpec
read() method returns pmstat::R reader structure
Auto Trait Implementations§
impl Freeze for PmstatSpec
impl RefUnwindSafe for PmstatSpec
impl Send for PmstatSpec
impl Sync for PmstatSpec
impl Unpin for PmstatSpec
impl UnwindSafe for PmstatSpec
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