pub struct R(/* private fields */);Expand description
Register CAPAB2 reader
Implementations§
Source§impl 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
Sourcepub fn drvtypasup(&self) -> DRVTYPASUP_R
pub fn drvtypasup(&self) -> DRVTYPASUP_R
Bit 4 - Driver Type a Support
Sourcepub fn drvtypcsup(&self) -> DRVTYPCSUP_R
pub fn drvtypcsup(&self) -> DRVTYPCSUP_R
Bit 5 - Driver Type C Support
Sourcepub fn drvtypdsup(&self) -> DRVTYPDSUP_R
pub fn drvtypdsup(&self) -> DRVTYPDSUP_R
Bit 6 - Driver Type D Support
Sourcepub fn timcntretun(&self) -> TIMCNTRETUN_R
pub fn timcntretun(&self) -> TIMCNTRETUN_R
Bits 8:11 - Timer Count for Re-Tuning
Sourcepub fn usetunsdr50(&self) -> USETUNSDR50_R
pub fn usetunsdr50(&self) -> USETUNSDR50_R
Bit 13 - Use Tuning for SDR50
Sourcepub fn retunemodes(&self) -> RETUNEMODES_R
pub fn retunemodes(&self) -> RETUNEMODES_R
Bits 14:15 - Re-tuning Modes
Sourcepub fn clockkmul(&self) -> CLOCKKMUL_R
pub fn clockkmul(&self) -> CLOCKKMUL_R
Bits 16:23 - Clock Multiplier
Sourcepub fn spiblockmode(&self) -> SPIBLOCKMODE_R
pub fn spiblockmode(&self) -> SPIBLOCKMODE_R
Bit 25 - SPI Block Mode Support
Methods from Deref<Target = R<CAPAB2_SPEC>>§
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