[][src]Struct imxrt1062_flexram::W

pub struct W<U, REG> { /* fields omitted */ }

Register writer

Used as an argument to the closures in the write and modify methods of the register

Methods

impl<U, REG> W<U, REG>[src]

pub unsafe fn bits(&mut self, bits: U) -> &mut Self[src]

Writes raw bits to the register

impl W<u32, Reg<u32, _TCM_CTRL>>[src]

pub fn tcm_wwait_en(&mut self) -> TCM_WWAIT_EN_W[src]

Bit 0 - TCM Write Wait Mode Enable

pub fn tcm_rwait_en(&mut self) -> TCM_RWAIT_EN_W[src]

Bit 1 - TCM Read Wait Mode Enable

pub fn force_clk_on(&mut self) -> FORCE_CLK_ON_W[src]

Bit 2 - Force RAM Clock Always On

impl W<u32, Reg<u32, _INT_STATUS>>[src]

pub fn itcm_err_status(&mut self) -> ITCM_ERR_STATUS_W[src]

Bit 3 - ITCM Access Error Status

pub fn dtcm_err_status(&mut self) -> DTCM_ERR_STATUS_W[src]

Bit 4 - DTCM Access Error Status

pub fn ocram_err_status(&mut self) -> OCRAM_ERR_STATUS_W[src]

Bit 5 - OCRAM Access Error Status

impl W<u32, Reg<u32, _INT_STAT_EN>>[src]

pub fn itcm_err_stat_en(&mut self) -> ITCM_ERR_STAT_EN_W[src]

Bit 3 - ITCM Access Error Status Enable

pub fn dtcm_err_stat_en(&mut self) -> DTCM_ERR_STAT_EN_W[src]

Bit 4 - DTCM Access Error Status Enable

pub fn ocram_err_stat_en(&mut self) -> OCRAM_ERR_STAT_EN_W[src]

Bit 5 - OCRAM Access Error Status Enable

impl W<u32, Reg<u32, _INT_SIG_EN>>[src]

pub fn itcm_err_sig_en(&mut self) -> ITCM_ERR_SIG_EN_W[src]

Bit 3 - ITCM Access Error Interrupt Enable

pub fn dtcm_err_sig_en(&mut self) -> DTCM_ERR_SIG_EN_W[src]

Bit 4 - DTCM Access Error Interrupt Enable

pub fn ocram_err_sig_en(&mut self) -> OCRAM_ERR_SIG_EN_W[src]

Bit 5 - OCRAM Access Error Interrupt Enable

Auto Trait Implementations

impl<U, REG> Send for W<U, REG> where
    REG: Send,
    U: Send

impl<U, REG> Sync for W<U, REG> where
    REG: Sync,
    U: Sync

impl<U, REG> Unpin for W<U, REG> where
    REG: Unpin,
    U: Unpin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.