pub struct ALTCTRLBASE_SPEC;
Expand description
Channel Alternate Control Data Base Pointer Register
This register you can read
. See API.
For information about available fields see altctrlbase module
Trait Implementations§
Source§impl Readable for ALTCTRLBASE_SPEC
read()
method returns altctrlbase::R reader structure
impl Readable for ALTCTRLBASE_SPEC
read()
method returns altctrlbase::R reader structure
Source§impl RegisterSpec for ALTCTRLBASE_SPEC
impl RegisterSpec for ALTCTRLBASE_SPEC
Source§impl Resettable for ALTCTRLBASE_SPEC
reset()
method sets ALTCTRLBASE to value 0x80
impl Resettable for ALTCTRLBASE_SPEC
reset()
method sets ALTCTRLBASE to value 0x80
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for ALTCTRLBASE_SPEC
impl RefUnwindSafe for ALTCTRLBASE_SPEC
impl Send for ALTCTRLBASE_SPEC
impl Sync for ALTCTRLBASE_SPEC
impl Unpin for ALTCTRLBASE_SPEC
impl UnwindSafe for ALTCTRLBASE_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