Struct d1_pac::i2s_pcm::asrcmbiststat::R
source · pub struct R(/* private fields */);
Expand description
Register asrcmbiststat
reader
Implementations§
source§impl R
impl R
sourcepub fn ram_busy_status(&self) -> RAM_BUSY_STATUS_R
pub fn ram_busy_status(&self) -> RAM_BUSY_STATUS_R
Bit 0 - RAM busy status
sourcepub fn ram_stop_status(&self) -> RAM_STOP_STATUS_R
pub fn ram_stop_status(&self) -> RAM_STOP_STATUS_R
Bit 1 - RAM stop status
sourcepub fn ram_bist_error_cycle(&self) -> RAM_BIST_ERROR_CYCLE_R
pub fn ram_bist_error_cycle(&self) -> RAM_BIST_ERROR_CYCLE_R
Bits 2:3 - RAM BIST error cycle
sourcepub fn ram_bist_error_pattern(&self) -> RAM_BIST_ERROR_PATTERN_R
pub fn ram_bist_error_pattern(&self) -> RAM_BIST_ERROR_PATTERN_R
Bits 4:6 - RAM BIST error pattern
sourcepub fn ram_bist_err_status(&self) -> RAM_BIST_ERR_STATUS_R
pub fn ram_bist_err_status(&self) -> RAM_BIST_ERR_STATUS_R
Bit 7 - RAM BIST error status
sourcepub fn rom_busy_status(&self) -> ROM_BUSY_STATUS_R
pub fn rom_busy_status(&self) -> ROM_BUSY_STATUS_R
Bit 16 - ROM busy status
sourcepub fn rom_bist_error_sum(&self) -> ROM_BIST_ERROR_SUM_R
pub fn rom_bist_error_sum(&self) -> ROM_BIST_ERROR_SUM_R
Bit 17 - ROM BIST error sum
sourcepub fn rom_bist_error_xor(&self) -> ROM_BIST_ERROR_XOR_R
pub fn rom_bist_error_xor(&self) -> ROM_BIST_ERROR_XOR_R
Bit 18 - ROM BIST error xor
Methods from Deref<Target = R<ASRCMBISTSTAT_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