[−][src]Struct stm32l4x6::quadspi::ccr::W
Value to write to the register
Methods
impl W[src]
impl Wpub fn reset_value() -> W[src]
pub fn reset_value() -> WReset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut SelfWrites raw bits to the register
pub fn ddrm(&mut self) -> _DDRMW[src]
pub fn ddrm(&mut self) -> _DDRMWBit 31 - Double data rate mode
pub fn dhhc(&mut self) -> _DHHCW[src]
pub fn dhhc(&mut self) -> _DHHCWBit 30 - DDR hold half cycle
pub fn sioo(&mut self) -> _SIOOW[src]
pub fn sioo(&mut self) -> _SIOOWBit 28 - Send instruction only once mode
pub fn fmode(&mut self) -> _FMODEW[src]
pub fn fmode(&mut self) -> _FMODEWBits 26:27 - Functional mode
pub fn dmode(&mut self) -> _DMODEW[src]
pub fn dmode(&mut self) -> _DMODEWBits 24:25 - Data mode
pub fn dcyc(&mut self) -> _DCYCW[src]
pub fn dcyc(&mut self) -> _DCYCWBits 18:22 - Number of dummy cycles
pub fn absize(&mut self) -> _ABSIZEW[src]
pub fn absize(&mut self) -> _ABSIZEWBits 16:17 - Alternate bytes size
pub fn abmode(&mut self) -> _ABMODEW[src]
pub fn abmode(&mut self) -> _ABMODEWBits 14:15 - Alternate bytes mode
pub fn adsize(&mut self) -> _ADSIZEW[src]
pub fn adsize(&mut self) -> _ADSIZEWBits 12:13 - Address size
pub fn admode(&mut self) -> _ADMODEW[src]
pub fn admode(&mut self) -> _ADMODEWBits 10:11 - Address mode
pub fn imode(&mut self) -> _IMODEW[src]
pub fn imode(&mut self) -> _IMODEWBits 8:9 - Instruction mode
pub fn instruction(&mut self) -> _INSTRUCTIONW[src]
pub fn instruction(&mut self) -> _INSTRUCTIONWBits 0:7 - Instruction
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 = !
🔬 This is a nightly-only experimental API. (
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>🔬 This is a nightly-only experimental API. (
try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<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
🔬 This is a nightly-only experimental API. (
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>🔬 This is a nightly-only experimental API. (
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 TMutably 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