Struct esp32s3_hal::pac::usb0::gotgint::W
pub struct W(_);
Expand description
Register GOTGINT
writer
Implementations§
§impl W
impl W
pub fn sesenddet(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 2>
pub fn sesenddet(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 2>
Bit 2
pub fn sesreqsucstschng(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 8>
pub fn sesreqsucstschng(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 8>
Bit 8
pub fn hstnegsucstschng(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 9>
pub fn hstnegsucstschng(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 9>
Bit 9
pub fn hstnegdet(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 17>
pub fn hstnegdet(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 17>
Bit 17
pub fn adevtoutchg(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 18>
pub fn adevtoutchg(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 18>
Bit 18
pub fn dbncedone(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 19>
pub fn dbncedone(
&mut self
) -> BitWriterRaw<'_, u32, GOTGINT_SPEC, bool, BitM, 19>
Bit 19
Methods from Deref<Target = W<GOTGINT_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<GOTGINT_SPEC>> for W
impl From<W<GOTGINT_SPEC>> for W
§fn from(writer: W<GOTGINT_SPEC>) -> W
fn from(writer: W<GOTGINT_SPEC>) -> W
Converts to this type from the input type.