pub struct R(/* private fields */);
Expand description
Register CCR%s
reader
Implementations§
§impl R
impl R
pub fn dmareq_id(&self) -> FieldReaderRaw<u8, DMAREQ_ID_A>
pub fn dmareq_id(&self) -> FieldReaderRaw<u8, DMAREQ_ID_A>
Bits 0:7 - Input DMA request line selected
pub fn spol(&self) -> FieldReaderRaw<u8, SPOL_A>
pub fn spol(&self) -> FieldReaderRaw<u8, SPOL_A>
Bits 17:18 - Synchronization event type selector Defines the synchronization event on the selected synchronization input:
pub fn nbreq(&self) -> FieldReaderRaw<u8, u8>
pub fn nbreq(&self) -> FieldReaderRaw<u8, u8>
Bits 19:23 - Number of DMA requests to forward Defines the number of DMA requests forwarded before output event is generated. In synchronous mode, it also defines the number of DMA requests to forward after a synchronization event, then stop forwarding. The actual number of DMA requests forwarded is NBREQ+1. Note: This field can only be written when both SE and EGE bits are reset.
Methods from Deref<Target = R<CCR_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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