Struct esp32_hal::pac::spi0::dma_int_clr::W
pub struct W(_);
Expand description
Register DMA_INT_CLR
writer
Implementations§
§impl W
impl W
pub fn inlink_dscr_empty_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 0>
pub fn inlink_dscr_empty_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 0>
Bit 0 - The clear bit for lack of enough inlink descriptors.
pub fn outlink_dscr_error_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 1>
pub fn outlink_dscr_error_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 1>
Bit 1 - The clear bit for outlink descriptor error.
pub fn inlink_dscr_error_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 2>
pub fn inlink_dscr_error_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 2>
Bit 2 - The clear bit for inlink descriptor error.
pub fn in_done_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 3>
pub fn in_done_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 3>
Bit 3 - The clear bit for completing usage of a inlink descriptor.
pub fn in_err_eof_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 4>
pub fn in_err_eof_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 4>
Bit 4 - The clear bit for receiving error.
pub fn in_suc_eof_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 5>
pub fn in_suc_eof_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 5>
Bit 5 - The clear bit for completing receiving all the packets from host.
pub fn out_done_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 6>
pub fn out_done_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 6>
Bit 6 - The clear bit for completing usage of a outlink descriptor.
pub fn out_eof_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 7>
pub fn out_eof_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 7>
Bit 7 - The clear bit for sending a packet to host done.
pub fn out_total_eof_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 8>
pub fn out_total_eof_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, DMA_INT_CLR_SPEC, bool, BitM, 8>
Bit 8 - The clear bit for sending all the packets to host done.
Methods from Deref<Target = W<DMA_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<DMA_INT_CLR_SPEC>> for W
impl From<W<DMA_INT_CLR_SPEC>> for W
§fn from(writer: W<DMA_INT_CLR_SPEC>) -> W
fn from(writer: W<DMA_INT_CLR_SPEC>) -> W
Converts to this type from the input type.