pub struct W(_);
Expand description
Register INT_RAW
writer
Implementations§
§impl W
impl W
pub fn slave_trans_complete_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 3>
pub fn slave_trans_complete_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 3>
Bit 3 - Slave accepted 1 byte and address matched
pub fn arbitration_lost_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 4>
pub fn arbitration_lost_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 4>
Bit 4 - Master lost arbitration
pub fn master_trans_complete_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 5>
pub fn master_trans_complete_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 5>
Bit 5
pub fn trans_complete_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 6>
pub fn trans_complete_int_raw(
&mut self
) -> BitWriterRaw<'_, u32, INT_RAW_SPEC, bool, BitM, 6>
Bit 6 - Stop condition has been detected interrupt raw status
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.