Struct rp2040_pac2::xip_ctrl::regs::Stat [−][src]
Cache Status
Implementations
impl Stat[src]
pub const fn fifo_full(&self) -> bool[src]
When 1, indicates the XIP streaming FIFO is completely full. The streaming FIFO is 2 entries deep, so the full and empty flag allow its level to be ascertained.
pub fn set_fifo_full(&mut self, val: bool)[src]
When 1, indicates the XIP streaming FIFO is completely full. The streaming FIFO is 2 entries deep, so the full and empty flag allow its level to be ascertained.
pub const fn fifo_empty(&self) -> bool[src]
When 1, indicates the XIP streaming FIFO is completely empty.
pub fn set_fifo_empty(&mut self, val: bool)[src]
When 1, indicates the XIP streaming FIFO is completely empty.
pub const fn flush_ready(&self) -> bool[src]
Reads as 0 while a cache flush is in progress, and 1 otherwise. The cache is flushed whenever the XIP block is reset, and also when requested via the FLUSH register.
pub fn set_flush_ready(&mut self, val: bool)[src]
Reads as 0 while a cache flush is in progress, and 1 otherwise. The cache is flushed whenever the XIP block is reset, and also when requested via the FLUSH register.
Trait Implementations
impl Clone for Stat[src]
fn clone(&self) -> Stat[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Stat[src]
impl Default for Stat[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,