Struct esp32s3_hal::pac::usb0::gintsts::W
pub struct W(_);
Expand description
Register GINTSTS
writer
Implementations§
§impl W
impl W
pub fn modemis(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 1>
pub fn modemis(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 1>
Bit 1
pub fn sof(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 3>
pub fn sof(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 3>
Bit 3
pub fn erlysusp(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 10>
pub fn erlysusp(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 10>
Bit 10
pub fn usbsusp(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 11>
pub fn usbsusp(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 11>
Bit 11
pub fn usbrst(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 12>
pub fn usbrst(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 12>
Bit 12
pub fn enumdone(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 13>
pub fn enumdone(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 13>
Bit 13
pub fn isooutdrop(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 14>
pub fn isooutdrop(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 14>
Bit 14
pub fn eopf(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 15>
pub fn eopf(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 15>
Bit 15
pub fn epmis(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 17>
pub fn epmis(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 17>
Bit 17
pub fn incompisoin(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 20>
pub fn incompisoin(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 20>
Bit 20
pub fn incompip(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 21>
pub fn incompip(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 21>
Bit 21
pub fn fetsusp(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 22>
pub fn fetsusp(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 22>
Bit 22
pub fn resetdet(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 23>
pub fn resetdet(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 23>
Bit 23
pub fn conidstschng(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 28>
pub fn conidstschng(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 28>
Bit 28
pub fn disconnint(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 29>
pub fn disconnint(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 29>
Bit 29
pub fn sessreqint(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 30>
pub fn sessreqint(
&mut self
) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 30>
Bit 30
pub fn wkupint(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 31>
pub fn wkupint(&mut self) -> BitWriterRaw<'_, u32, GINTSTS_SPEC, bool, BitM, 31>
Bit 31
Methods from Deref<Target = W<GINTSTS_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<GINTSTS_SPEC>> for W
impl From<W<GINTSTS_SPEC>> for W
§fn from(writer: W<GINTSTS_SPEC>) -> W
fn from(writer: W<GINTSTS_SPEC>) -> W
Converts to this type from the input type.