Struct esp32s3_hal::pac::uhci0::app_int_set::W
pub struct W(_);
Expand description
Register APP_INT_SET
writer
Implementations§
§impl W
impl W
pub fn app_ctrl0_int_set(
&mut self
) -> BitWriterRaw<'_, u32, APP_INT_SET_SPEC, bool, BitM, 0>
pub fn app_ctrl0_int_set(
&mut self
) -> BitWriterRaw<'_, u32, APP_INT_SET_SPEC, bool, BitM, 0>
Bit 0 - This bit is software interrupt trigger source of UHCI_APP_CTRL0_INT.
pub fn app_ctrl1_int_set(
&mut self
) -> BitWriterRaw<'_, u32, APP_INT_SET_SPEC, bool, BitM, 1>
pub fn app_ctrl1_int_set(
&mut self
) -> BitWriterRaw<'_, u32, APP_INT_SET_SPEC, bool, BitM, 1>
Bit 1 - This bit is software interrupt trigger source of UHCI_APP_CTRL1_INT.
Methods from Deref<Target = W<APP_INT_SET_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<APP_INT_SET_SPEC>> for W
impl From<W<APP_INT_SET_SPEC>> for W
§fn from(writer: W<APP_INT_SET_SPEC>) -> W
fn from(writer: W<APP_INT_SET_SPEC>) -> W
Converts to this type from the input type.