pub struct COMPB_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 compb_comp module
Trait Implementations§
Source§impl Readable for COMPB_COMP_SPEC
read()
method returns compb_comp::R reader structure
impl Readable for COMPB_COMP_SPEC
read()
method returns compb_comp::R reader structure
Source§impl RegisterSpec for COMPB_COMP_SPEC
impl RegisterSpec for COMPB_COMP_SPEC
Source§impl Resettable for COMPB_COMP_SPEC
reset()
method sets COMPB_COMP to value 0
impl Resettable for COMPB_COMP_SPEC
reset()
method sets COMPB_COMP to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for COMPB_COMP_SPEC
write(|w| ..)
method takes compb_comp::W writer structure
impl Writable for COMPB_COMP_SPEC
write(|w| ..)
method takes compb_comp::W writer structure
Auto Trait Implementations§
impl Freeze for COMPB_COMP_SPEC
impl RefUnwindSafe for COMPB_COMP_SPEC
impl Send for COMPB_COMP_SPEC
impl Sync for COMPB_COMP_SPEC
impl Unpin for COMPB_COMP_SPEC
impl UnwindSafe for COMPB_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