Struct DMACTXDTPR_SPEC
pub struct DMACTXDTPR_SPEC;Expand description
Channel Tx descriptor tail pointer register
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see dmactx_dtpr module
Trait Implementations§
§impl Readable for DMACTXDTPR_SPEC
read() method returns dmactx_dtpr::R reader structure
impl Readable for DMACTXDTPR_SPEC
read() method returns dmactx_dtpr::R reader structure
§impl RegisterSpec for DMACTXDTPR_SPEC
impl RegisterSpec for DMACTXDTPR_SPEC
§impl Resettable for DMACTXDTPR_SPEC
reset() method sets DMACTxDTPR to value 0
impl Resettable for DMACTXDTPR_SPEC
reset() method sets DMACTxDTPR to value 0
§fn reset_value() -> <DMACTXDTPR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <DMACTXDTPR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for DMACTXDTPR_SPEC
write(|w| ..) method takes dmactx_dtpr::W writer structure
impl Writable for DMACTXDTPR_SPEC
write(|w| ..) method takes dmactx_dtpr::W writer structure
Auto Trait Implementations§
impl Freeze for DMACTXDTPR_SPEC
impl RefUnwindSafe for DMACTXDTPR_SPEC
impl Send for DMACTXDTPR_SPEC
impl Sync for DMACTXDTPR_SPEC
impl Unpin for DMACTXDTPR_SPEC
impl UnwindSafe for DMACTXDTPR_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