Struct esp32s3_hal::pac::rtc_i2c::int_clr::W
pub struct W(_);
Expand description
Register INT_CLR
writer
Implementations§
§impl W
impl W
pub fn slave_tran_comp_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 0>
pub fn slave_tran_comp_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 0>
Bit 0 - clear slave transit complete interrupt
pub fn arbitration_lost_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 1>
pub fn arbitration_lost_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 1>
Bit 1 - clear arbitration lost interrupt
pub fn master_tran_comp_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 2>
pub fn master_tran_comp_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 2>
Bit 2 - clear master transit complete interrupt
pub fn trans_complete_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 3>
pub fn trans_complete_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 3>
Bit 3 - clear transit complete interrupt
pub fn time_out_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 4>
pub fn time_out_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 4>
Bit 4 - clear time out interrupt
pub fn ack_err_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 5>
pub fn ack_err_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 5>
Bit 5 - clear ack error interrupt
pub fn rx_data_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 6>
pub fn rx_data_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 6>
Bit 6 - clear receive data interrupt
pub fn tx_data_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 7>
pub fn tx_data_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 7>
Bit 7 - clear transit load data complete interrupt
pub fn detect_start_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 8>
pub fn detect_start_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, INT_CLR_SPEC, bool, BitM, 8>
Bit 8 - clear detect start interrupt
Methods from Deref<Target = W<INT_CLR_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_CLR_SPEC>> for W
impl From<W<INT_CLR_SPEC>> for W
§fn from(writer: W<INT_CLR_SPEC>) -> W
fn from(writer: W<INT_CLR_SPEC>) -> W
Converts to this type from the input type.