pub struct R(_);
Expand description
Register CA1R
reader
Implementations
sourceimpl R
impl R
sourcepub fn sdr50sup(&self) -> SDR50SUP_R
pub fn sdr50sup(&self) -> SDR50SUP_R
Bit 0 - SDR50 Support
sourcepub fn sdr104sup(&self) -> SDR104SUP_R
pub fn sdr104sup(&self) -> SDR104SUP_R
Bit 1 - SDR104 Support
sourcepub fn ddr50sup(&self) -> DDR50SUP_R
pub fn ddr50sup(&self) -> DDR50SUP_R
Bit 2 - DDR50 Support
Methods from Deref<Target = R<CA1R_SPEC>>
Trait Implementations
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