Struct daisy::pac::otg1_hs_device::diepctl6::W
pub struct W(/* private fields */);
Expand description
Register DIEPCTL6
writer
Implementations§
§impl W
impl W
pub fn mpsiz(
&mut self
) -> FieldWriterRaw<'_, u32, DIEPCTL6_SPEC, u16, u16, Unsafe, 11, 0>
pub fn mpsiz( &mut self ) -> FieldWriterRaw<'_, u32, DIEPCTL6_SPEC, u16, u16, Unsafe, 11, 0>
Bits 0:10 - Maximum packet size
pub fn usbaep(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 15>
pub fn usbaep(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 15>
Bit 15 - USB active endpoint
pub fn eptyp(
&mut self
) -> FieldWriterRaw<'_, u32, DIEPCTL6_SPEC, u8, u8, Unsafe, 2, 18>
pub fn eptyp( &mut self ) -> FieldWriterRaw<'_, u32, DIEPCTL6_SPEC, u8, u8, Unsafe, 2, 18>
Bits 18:19 - Endpoint type
pub fn stall(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 21>
pub fn stall(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 21>
Bit 21 - STALL handshake
pub fn txfnum(
&mut self
) -> FieldWriterRaw<'_, u32, DIEPCTL6_SPEC, u8, u8, Unsafe, 4, 22>
pub fn txfnum( &mut self ) -> FieldWriterRaw<'_, u32, DIEPCTL6_SPEC, u8, u8, Unsafe, 4, 22>
Bits 22:25 - TxFIFO number
pub fn cnak(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 26>
pub fn cnak(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 26>
Bit 26 - Clear NAK
pub fn snak(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 27>
pub fn snak(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 27>
Bit 27 - Set NAK
pub fn sd0pid_sevnfrm(
&mut self
) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 28>
pub fn sd0pid_sevnfrm( &mut self ) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 28>
Bit 28 - Set DATA0 PID
pub fn soddfrm(
&mut self
) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 29>
pub fn soddfrm( &mut self ) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 29>
Bit 29 - Set odd frame
pub fn epdis(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 30>
pub fn epdis(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 30>
Bit 30 - Endpoint disable
pub fn epena(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 31>
pub fn epena(&mut self) -> BitWriterRaw<'_, u32, DIEPCTL6_SPEC, bool, BitM, 31>
Bit 31 - Endpoint enable
Methods from Deref<Target = W<DIEPCTL6_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
§impl From<W<DIEPCTL6_SPEC>> for W
impl From<W<DIEPCTL6_SPEC>> for W
§fn from(writer: W<DIEPCTL6_SPEC>) -> W
fn from(writer: W<DIEPCTL6_SPEC>) -> W
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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