Struct d1_pac::dmac::dmac_cur_src::DMAC_CUR_SRC_SPEC
source · pub struct DMAC_CUR_SRC_SPEC;
Expand description
DMAC Channel Current Source Register
This register you can read
. See API.
For information about available fields see dmac_cur_src module
Trait Implementations§
source§impl Readable for DMAC_CUR_SRC_SPEC
impl Readable for DMAC_CUR_SRC_SPEC
read()
method returns dmac_cur_src::R reader structure
source§impl RegisterSpec for DMAC_CUR_SRC_SPEC
impl RegisterSpec for DMAC_CUR_SRC_SPEC
source§impl Resettable for DMAC_CUR_SRC_SPEC
impl Resettable for DMAC_CUR_SRC_SPEC
reset()
method sets dmac_cur_src%s to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::dmac_cur_src::DMAC_CUR_SRC_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::dmac_cur_src::DMAC_CUR_SRC_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for DMAC_CUR_SRC_SPEC
impl RefUnwindSafe for DMAC_CUR_SRC_SPEC
impl Send for DMAC_CUR_SRC_SPEC
impl Sync for DMAC_CUR_SRC_SPEC
impl Unpin for DMAC_CUR_SRC_SPEC
impl UnwindSafe for DMAC_CUR_SRC_SPEC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more