pub struct SET_LINE_CODE_W1_SPEC;
Expand description
W1 of SET_LINE_CODING command.
You can read
this register and get set_line_code_w1::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for SET_LINE_CODE_W1_SPEC
impl RegisterSpec for SET_LINE_CODE_W1_SPEC
Source§impl Resettable for SET_LINE_CODE_W1_SPEC
reset()
method sets SET_LINE_CODE_W1 to value 0
impl Resettable for SET_LINE_CODE_W1_SPEC
reset()
method sets SET_LINE_CODE_W1 to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SET_LINE_CODE_W1_SPEC
read()
method returns set_line_code_w1::R
reader structure
Auto Trait Implementations§
impl Freeze for SET_LINE_CODE_W1_SPEC
impl RefUnwindSafe for SET_LINE_CODE_W1_SPEC
impl Send for SET_LINE_CODE_W1_SPEC
impl Sync for SET_LINE_CODE_W1_SPEC
impl Unpin for SET_LINE_CODE_W1_SPEC
impl UnwindSafe for SET_LINE_CODE_W1_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