Qspi

Struct Qspi 

Source
pub struct Qspi { /* private fields */ }

Implementations§

Source§

impl Qspi

Source

pub const fn sfmsmd(&self) -> &'static Reg<Sfmsmd_SPEC, RW>

Transfer Mode Control Register

Source

pub const fn sfmssc(&self) -> &'static Reg<Sfmssc_SPEC, RW>

Chip Selection Control Register

Source

pub const fn sfmskc(&self) -> &'static Reg<Sfmskc_SPEC, RW>

Clock Control Register

Source

pub const fn sfmsst(&self) -> &'static Reg<Sfmsst_SPEC, R>

Status Register

Source

pub const fn sfmcom(&self) -> &'static Reg<Sfmcom_SPEC, RW>

Communication Port Register

Source

pub const fn sfmcmd(&self) -> &'static Reg<Sfmcmd_SPEC, RW>

Communication Mode Control Register

Source

pub const fn sfmcst(&self) -> &'static Reg<Sfmcst_SPEC, RW>

Communication Status Register

Source

pub const fn sfmsic(&self) -> &'static Reg<Sfmsic_SPEC, RW>

Instruction Code Register

Source

pub const fn sfmsac(&self) -> &'static Reg<Sfmsac_SPEC, RW>

Address Mode Control Register

Source

pub const fn sfmsdc(&self) -> &'static Reg<Sfmsdc_SPEC, RW>

Dummy Cycle Control Register

Source

pub const fn sfmspc(&self) -> &'static Reg<Sfmspc_SPEC, RW>

SPI Protocol Control Register

Source

pub const fn sfmpmd(&self) -> &'static Reg<Sfmpmd_SPEC, RW>

Port Control Register

Source

pub const fn sfmcnt1(&self) -> &'static Reg<Sfmcnt1_SPEC, RW>

External QSPI Address Register

Trait Implementations§

Source§

impl Clone for Qspi

Source§

fn clone(&self) -> Qspi

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl PartialEq for Qspi

Source§

fn eq(&self, other: &Qspi) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for Qspi

Source§

impl Eq for Qspi

Source§

impl Send for Qspi

Quad Serial Peripheral Interface

Source§

impl StructuralPartialEq for Qspi

Source§

impl Sync for Qspi

Auto Trait Implementations§

§

impl Freeze for Qspi

§

impl RefUnwindSafe for Qspi

§

impl Unpin for Qspi

§

impl UnwindSafe for Qspi

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.