pub struct CLUTWR_SPEC;
Expand description
Layerx CLUT Write Register
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see clutwr module
Trait Implementations§
§impl RegisterSpec for CLUTWR_SPEC
impl RegisterSpec for CLUTWR_SPEC
§impl Resettable for CLUTWR_SPEC
impl Resettable for CLUTWR_SPEC
reset()
method sets CLUTWR to value 0
§fn reset_value() -> <CLUTWR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CLUTWR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CLUTWR_SPEC
impl RefUnwindSafe for CLUTWR_SPEC
impl Send for CLUTWR_SPEC
impl Sync for CLUTWR_SPEC
impl Unpin for CLUTWR_SPEC
impl UnwindSafe for CLUTWR_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