[][src]Struct bl602_pac::l1c::l1c_config::W

pub struct W(_);

Register l1c_config writer

Implementations

impl W[src]

pub fn wrap_dis(&mut self) -> WRAP_DIS_W[src]

Bit 26

pub fn early_resp_dis(&mut self) -> EARLY_RESP_DIS_W[src]

Bit 25

pub fn l1c_bmx_busy_option_dis(&mut self) -> L1C_BMX_BUSY_OPTION_DIS_W[src]

Bit 24

pub fn l1c_bmx_timeout_en(&mut self) -> L1C_BMX_TIMEOUT_EN_W[src]

Bits 20:23

pub fn l1c_bmx_arb_mode(&mut self) -> L1C_BMX_ARB_MODE_W[src]

Bits 16:17

pub fn l1c_bmx_err_en(&mut self) -> L1C_BMX_ERR_EN_W[src]

Bit 15

pub fn l1c_bypass(&mut self) -> L1C_BYPASS_W[src]

Bit 14

pub fn irom_2t_access(&mut self) -> IROM_2T_ACCESS_W[src]

Bit 12

pub fn l1c_way_dis(&mut self) -> L1C_WAY_DIS_W[src]

Bits 8:11

pub fn l1c_invalid_done(&mut self) -> L1C_INVALID_DONE_W[src]

Bit 3

pub fn l1c_invalid_en(&mut self) -> L1C_INVALID_EN_W[src]

Bit 2

pub fn l1c_cnt_en(&mut self) -> L1C_CNT_EN_W[src]

Bit 1

pub fn l1c_cacheable(&mut self) -> L1C_CACHEABLE_W[src]

Bit 0

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

Writes raw bits to the register.

Methods from Deref<Target = W<L1C_CONFIG_SPEC>>

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

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<L1C_CONFIG_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<L1C_CONFIG_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.