Struct esp32h2::usb_device::get_line_code_w1::W
source · pub struct W(_);Expand description
Register GET_LINE_CODE_W1 writer
Implementations§
source§impl W
impl W
sourcepub fn get_bdata_bits(&mut self) -> GET_BDATA_BITS_W<'_, 0>
pub fn get_bdata_bits(&mut self) -> GET_BDATA_BITS_W<'_, 0>
Bits 0:7 - The value of bCharFormat set by software which is requested by GET_LINE_CODING command.
sourcepub fn get_bparity_type(&mut self) -> GET_BPARITY_TYPE_W<'_, 8>
pub fn get_bparity_type(&mut self) -> GET_BPARITY_TYPE_W<'_, 8>
Bits 8:15 - The value of bParityTpye set by software which is requested by GET_LINE_CODING command.
sourcepub fn get_bchar_format(&mut self) -> GET_BCHAR_FORMAT_W<'_, 16>
pub fn get_bchar_format(&mut self) -> GET_BCHAR_FORMAT_W<'_, 16>
Bits 16:23 - The value of bDataBits set by software which is requested by GET_LINE_CODING command.
Methods from Deref<Target = W<GET_LINE_CODE_W1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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