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