pub struct R(_);
Expand description
Register CTRLA
reader
Implementations
sourceimpl R
impl R
sourcepub fn ahbns0(&self) -> AHBNS0_R
pub fn ahbns0(&self) -> AHBNS0_R
Bit 12 - Force AHB0 access to NONSEQ, burst transfers are continuously rearbitrated
sourcepub fn ahbns1(&self) -> AHBNS1_R
pub fn ahbns1(&self) -> AHBNS1_R
Bit 13 - Force AHB1 access to NONSEQ, burst transfers are continuously rearbitrated
sourcepub fn cachedis0(&self) -> CACHEDIS0_R
pub fn cachedis0(&self) -> CACHEDIS0_R
Bit 14 - AHB0 Cache Disable
sourcepub fn cachedis1(&self) -> CACHEDIS1_R
pub fn cachedis1(&self) -> CACHEDIS1_R
Bit 15 - AHB1 Cache Disable
Methods from Deref<Target = R<CTRLA_SPEC>>
Trait Implementations
sourceimpl From<R<CTRLA_SPEC>> for R
impl From<R<CTRLA_SPEC>> for R
sourcefn from(reader: R<CTRLA_SPEC>) -> Self
fn from(reader: R<CTRLA_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more