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