Struct d1_pac::csic::csic_parser0::csic_prs_signal_sta::R
source · pub struct R(/* private fields */);
Expand description
Register csic_prs_signal_sta
reader
Implementations§
source§impl R
impl R
sourcepub fn data_sta(&self) -> DATA_STA_R
pub fn data_sta(&self) -> DATA_STA_R
Bits 0:23 - Indicates the Dn status (n=0-23), MSB for D23, LSB for D0
sourcepub fn pclk_sta(&self) -> PCLK_STA_R
pub fn pclk_sta(&self) -> PCLK_STA_R
Bit 24 - Indicates the pclk status
Methods from Deref<Target = R<CSIC_PRS_SIGNAL_STA_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