Struct rp_pac::xip_ctrl::regs::StreamAddr
source · #[repr(transparent)]pub struct StreamAddr(pub u32);
Expand description
FIFO stream address
Tuple Fields§
§0: u32
Implementations§
source§impl StreamAddr
impl StreamAddr
sourcepub const fn stream_addr(&self) -> u32
pub const fn stream_addr(&self) -> u32
The address of the next word to be streamed from flash to the streaming FIFO. Increments automatically after each flash access. Write the initial access address here before starting a streaming read.
sourcepub fn set_stream_addr(&mut self, val: u32)
pub fn set_stream_addr(&mut self, val: u32)
The address of the next word to be streamed from flash to the streaming FIFO. Increments automatically after each flash access. Write the initial access address here before starting a streaming read.
Trait Implementations§
source§impl Clone for StreamAddr
impl Clone for StreamAddr
source§fn clone(&self) -> StreamAddr
fn clone(&self) -> StreamAddr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for StreamAddr
impl Default for StreamAddr
source§fn default() -> StreamAddr
fn default() -> StreamAddr
Returns the “default value” for a type. Read more
source§impl PartialEq for StreamAddr
impl PartialEq for StreamAddr
impl Copy for StreamAddr
impl Eq for StreamAddr
impl StructuralPartialEq for StreamAddr
Auto Trait Implementations§
impl Freeze for StreamAddr
impl RefUnwindSafe for StreamAddr
impl Send for StreamAddr
impl Sync for StreamAddr
impl Unpin for StreamAddr
impl UnwindSafe for StreamAddr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)