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