pub struct R(/* private fields */);
Expand description
Register ITLINE11
reader
Implementations§
Source§impl R
impl R
Sourcepub fn dma1_ch4(&self) -> DMA1_CH4_R
pub fn dma1_ch4(&self) -> DMA1_CH4_R
Bit 1 - DMA1_CH4
Sourcepub fn dma1_ch5(&self) -> DMA1_CH5_R
pub fn dma1_ch5(&self) -> DMA1_CH5_R
Bit 2 - DMA1_CH5
Sourcepub fn dma1_ch6(&self) -> DMA1_CH6_R
pub fn dma1_ch6(&self) -> DMA1_CH6_R
Bit 3 - DMA1_CH6
Sourcepub fn dma1_ch7(&self) -> DMA1_CH7_R
pub fn dma1_ch7(&self) -> DMA1_CH7_R
Bit 4 - DMA1_CH7
Methods from Deref<Target = R<ITLINE11_SPEC>>§
Sourcepub 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