pub struct COMPE_COMP_SPEC;Expand description
Compare Value Register X
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see compe_comp module
Trait Implementations§
Source§impl Readable for COMPE_COMP_SPEC
read() method returns compe_comp::R reader structure
impl Readable for COMPE_COMP_SPEC
read() method returns compe_comp::R reader structure
Source§impl RegisterSpec for COMPE_COMP_SPEC
impl RegisterSpec for COMPE_COMP_SPEC
Source§impl Resettable for COMPE_COMP_SPEC
reset() method sets COMPE_COMP to value 0
impl Resettable for COMPE_COMP_SPEC
reset() method sets COMPE_COMP to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for COMPE_COMP_SPEC
write(|w| ..) method takes compe_comp::W writer structure
impl Writable for COMPE_COMP_SPEC
write(|w| ..) method takes compe_comp::W writer structure
Auto Trait Implementations§
impl Freeze for COMPE_COMP_SPEC
impl RefUnwindSafe for COMPE_COMP_SPEC
impl Send for COMPE_COMP_SPEC
impl Sync for COMPE_COMP_SPEC
impl Unpin for COMPE_COMP_SPEC
impl UnwindSafe for COMPE_COMP_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