Struct esp32s3_hal::pac::usb0::dctl::W
pub struct W(_);
Expand description
Register DCTL
writer
Implementations§
§impl W
impl W
pub fn rmtwkupsig(&mut self) -> BitWriterRaw<'_, u32, DCTL_SPEC, bool, BitM, 0>
pub fn rmtwkupsig(&mut self) -> BitWriterRaw<'_, u32, DCTL_SPEC, bool, BitM, 0>
Bit 0
pub fn pwronprgdone(
&mut self
) -> BitWriterRaw<'_, u32, DCTL_SPEC, bool, BitM, 11>
pub fn pwronprgdone(
&mut self
) -> BitWriterRaw<'_, u32, DCTL_SPEC, bool, BitM, 11>
Bit 11
pub fn ignrfrmnum(&mut self) -> BitWriterRaw<'_, u32, DCTL_SPEC, bool, BitM, 15>
pub fn ignrfrmnum(&mut self) -> BitWriterRaw<'_, u32, DCTL_SPEC, bool, BitM, 15>
Bit 15
pub fn encountonbna(
&mut self
) -> BitWriterRaw<'_, u32, DCTL_SPEC, bool, BitM, 17>
pub fn encountonbna(
&mut self
) -> BitWriterRaw<'_, u32, DCTL_SPEC, bool, BitM, 17>
Bit 17
pub fn deepsleepbeslreject(
&mut self
) -> BitWriterRaw<'_, u32, DCTL_SPEC, bool, BitM, 18>
pub fn deepsleepbeslreject(
&mut self
) -> BitWriterRaw<'_, u32, DCTL_SPEC, bool, BitM, 18>
Bit 18
Methods from Deref<Target = W<DCTL_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.