Struct esp32s3_hal::pac::usb0::doepint3::W
pub struct W(_);
Expand description
Register DOEPINT3
writer
Implementations§
§impl W
impl W
pub fn xfercompl3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 0>
pub fn xfercompl3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 0>
Bit 0
pub fn epdisbld3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 1>
pub fn epdisbld3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 1>
Bit 1
pub fn ahberr3(&mut self) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 2>
pub fn ahberr3(&mut self) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 2>
Bit 2
pub fn setup3(&mut self) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 3>
pub fn setup3(&mut self) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 3>
Bit 3
pub fn outtknepdis3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 4>
pub fn outtknepdis3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 4>
Bit 4
pub fn stsphsercvd3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 5>
pub fn stsphsercvd3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 5>
Bit 5
pub fn back2backsetup3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 6>
pub fn back2backsetup3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 6>
Bit 6
pub fn outpkterr3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 8>
pub fn outpkterr3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 8>
Bit 8
pub fn bnaintr3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 9>
pub fn bnaintr3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 9>
Bit 9
pub fn pktdrpsts3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 11>
pub fn pktdrpsts3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 11>
Bit 11
pub fn bbleerr3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 12>
pub fn bbleerr3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 12>
Bit 12
pub fn nakintrpt3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 13>
pub fn nakintrpt3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 13>
Bit 13
pub fn nyepintrpt3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 14>
pub fn nyepintrpt3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 14>
Bit 14
pub fn stuppktrcvd3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 15>
pub fn stuppktrcvd3(
&mut self
) -> BitWriterRaw<'_, u32, DOEPINT3_SPEC, bool, BitM, 15>
Bit 15
Methods from Deref<Target = W<DOEPINT3_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.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<DOEPINT3_SPEC>> for W
impl From<W<DOEPINT3_SPEC>> for W
§fn from(writer: W<DOEPINT3_SPEC>) -> W
fn from(writer: W<DOEPINT3_SPEC>) -> W
Converts to this type from the input type.