Struct esp32c3::dma::out_pri_ch1::OUT_PRI_CH1_SPEC
source · [−]pub struct OUT_PRI_CH1_SPEC;Expand description
DMA_OUT_PRI_CH1_REG.
This register you can [read]
(crate::generic::Reg::read), [write_with_zero]
(crate::generic::Reg::write_with_zero), [reset]
(crate::generic::Reg::reset), write
(crate::generic::Reg::write), [modify]
(crate::generic::Reg::modify). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [out_pri_ch1] (index.html) module
Trait Implementations
sourceimpl Readable for OUT_PRI_CH1_SPEC
impl Readable for OUT_PRI_CH1_SPEC
read() method returns [out_pri_ch1::R]
(R) reader structure
sourceimpl RegisterSpec for OUT_PRI_CH1_SPEC
impl RegisterSpec for OUT_PRI_CH1_SPEC
sourceimpl Resettable for OUT_PRI_CH1_SPEC
impl Resettable for OUT_PRI_CH1_SPEC
reset() method sets OUT_PRI_CH1 to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for OUT_PRI_CH1_SPEC
impl Writable for OUT_PRI_CH1_SPEC
write(|w| ..) method takes [out_pri_ch1::W]
(W) writer structure
Auto Trait Implementations
impl RefUnwindSafe for OUT_PRI_CH1_SPEC
impl Send for OUT_PRI_CH1_SPEC
impl Sync for OUT_PRI_CH1_SPEC
impl Unpin for OUT_PRI_CH1_SPEC
impl UnwindSafe for OUT_PRI_CH1_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more