[−][src]Struct stm32l4x6::quadspi::cr::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn prescaler(&self) -> PRESCALERR
[src]
pub fn prescaler(&self) -> PRESCALERR
Bits 24:31 - Clock prescaler
pub fn pmm(&self) -> PMMR
[src]
pub fn pmm(&self) -> PMMR
Bit 23 - Polling match mode
pub fn apms(&self) -> APMSR
[src]
pub fn apms(&self) -> APMSR
Bit 22 - Automatic poll mode stop
pub fn toie(&self) -> TOIER
[src]
pub fn toie(&self) -> TOIER
Bit 20 - TimeOut interrupt enable
pub fn smie(&self) -> SMIER
[src]
pub fn smie(&self) -> SMIER
Bit 19 - Status match interrupt enable
pub fn ftie(&self) -> FTIER
[src]
pub fn ftie(&self) -> FTIER
Bit 18 - FIFO threshold interrupt enable
pub fn tcie(&self) -> TCIER
[src]
pub fn tcie(&self) -> TCIER
Bit 17 - Transfer complete interrupt enable
pub fn teie(&self) -> TEIER
[src]
pub fn teie(&self) -> TEIER
Bit 16 - Transfer error interrupt enable
pub fn fthres(&self) -> FTHRESR
[src]
pub fn fthres(&self) -> FTHRESR
Bits 8:12 - IFO threshold level
pub fn fsel(&self) -> FSELR
[src]
pub fn fsel(&self) -> FSELR
Bit 7 - FLASH memory selection
pub fn dfm(&self) -> DFMR
[src]
pub fn dfm(&self) -> DFMR
Bit 6 - Dual-flash mode
pub fn sshift(&self) -> SSHIFTR
[src]
pub fn sshift(&self) -> SSHIFTR
Bit 4 - Sample shift
pub fn tcen(&self) -> TCENR
[src]
pub fn tcen(&self) -> TCENR
Bit 3 - Timeout counter enable
pub fn dmaen(&self) -> DMAENR
[src]
pub fn dmaen(&self) -> DMAENR
Bit 2 - DMA enable
pub fn abort(&self) -> ABORTR
[src]
pub fn abort(&self) -> ABORTR
Bit 1 - Abort request
pub fn en(&self) -> ENR
[src]
pub fn en(&self) -> ENR
Bit 0 - Enable
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more