Struct rp2040_pac::dma::ch1_dbg_tcr::CH1_DBG_TCR_SPEC
source · pub struct CH1_DBG_TCR_SPEC;
Expand description
Read to get channel TRANS_COUNT reload value, i.e. the length of the next transfer
You can read
this register and get ch1_dbg_tcr::R
. See API.
Trait Implementations§
source§impl RegisterSpec for CH1_DBG_TCR_SPEC
impl RegisterSpec for CH1_DBG_TCR_SPEC
source§impl Resettable for CH1_DBG_TCR_SPEC
impl Resettable for CH1_DBG_TCR_SPEC
reset()
method sets CH1_DBG_TCR to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for CH1_DBG_TCR_SPEC
read()
method returns ch1_dbg_tcr::R
reader structure
Auto Trait Implementations§
impl Freeze for CH1_DBG_TCR_SPEC
impl RefUnwindSafe for CH1_DBG_TCR_SPEC
impl Send for CH1_DBG_TCR_SPEC
impl Sync for CH1_DBG_TCR_SPEC
impl Unpin for CH1_DBG_TCR_SPEC
impl UnwindSafe for CH1_DBG_TCR_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