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