Struct stm32wlxx_hal::pac::dmamux::c2cr::R
pub struct R(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register C2CR
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 - DMA request identification
Methods from Deref<Target = R<C2CR_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§
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