Struct d1_pac::dmac::dmac_pkg_num::DMAC_PKG_NUM_SPEC
source · pub struct DMAC_PKG_NUM_SPEC;
Expand description
DMAC Package Number Register
This register you can read
. See API.
For information about available fields see dmac_pkg_num module
Trait Implementations§
source§impl Readable for DMAC_PKG_NUM_SPEC
impl Readable for DMAC_PKG_NUM_SPEC
read()
method returns dmac_pkg_num::R reader structure
source§impl RegisterSpec for DMAC_PKG_NUM_SPEC
impl RegisterSpec for DMAC_PKG_NUM_SPEC
source§impl Resettable for DMAC_PKG_NUM_SPEC
impl Resettable for DMAC_PKG_NUM_SPEC
reset()
method sets dmac_pkg_num%s to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::dmac_pkg_num::DMAC_PKG_NUM_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <dmac::dmac_pkg_num::DMAC_PKG_NUM_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_PKG_NUM_SPEC
impl RefUnwindSafe for DMAC_PKG_NUM_SPEC
impl Send for DMAC_PKG_NUM_SPEC
impl Sync for DMAC_PKG_NUM_SPEC
impl Unpin for DMAC_PKG_NUM_SPEC
impl UnwindSafe for DMAC_PKG_NUM_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