pub struct FRC2_LOAD_SPEC;
Expand description
the load value into the counter
This register you can [read
]
(crate::generic::Reg::read), [write_with_zero
]
(crate::generic::Reg::write_with_zero), [reset
]
(crate::generic::Reg::reset), write
(crate::generic::Reg::write), [modify
]
(crate::generic::Reg::modify). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [frc2_load] (index.html) module
Trait Implementations§
Source§impl Readable for FRC2_LOAD_SPEC
read()
method returns [frc2_load::R]
(R) reader structure
impl Readable for FRC2_LOAD_SPEC
read()
method returns [frc2_load::R]
(R) reader structure
Source§impl RegisterSpec for FRC2_LOAD_SPEC
impl RegisterSpec for FRC2_LOAD_SPEC
Source§impl Resettable for FRC2_LOAD_SPEC
reset()
method sets FRC2_LOAD to value 0
impl Resettable for FRC2_LOAD_SPEC
reset()
method sets FRC2_LOAD to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for FRC2_LOAD_SPEC
impl RefUnwindSafe for FRC2_LOAD_SPEC
impl Send for FRC2_LOAD_SPEC
impl Sync for FRC2_LOAD_SPEC
impl Unpin for FRC2_LOAD_SPEC
impl UnwindSafe for FRC2_LOAD_SPEC
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