Struct esp32s3_hal::pac::uhci0::int_raw::W
pub struct W(_);
Expand description
Register INT_RAW
writer
Implementations§
§impl W
impl W
pub fn app_ctrl0_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 7>
pub fn app_ctrl0_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 7>
Bit 7 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL0_IN_SET.
pub fn app_ctrl1_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 8>
pub fn app_ctrl1_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 8>
Bit 8 - This is the interrupt raw bit. Triggered when set UHCI_APP_CTRL1_IN_SET.
Methods from Deref<Target = W<INT_RAW_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<INT_RAW_SPEC>> for W
impl From<W<INT_RAW_SPEC>> for W
§fn from(writer: W<INT_RAW_SPEC>) -> W
fn from(writer: W<INT_RAW_SPEC>) -> W
Converts to this type from the input type.