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

pub struct R(_);

Register l1c_config reader

Implementations

impl R[src]

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

Bit 26

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

Bit 25

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

Bit 24

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

Bits 20:23

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

Bits 16:17

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

Bit 15

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

Bit 14

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

Bit 12

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

Bits 8:11

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

Bit 3

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

Bit 2

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

Bit 1

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

Bit 0

Methods from Deref<Target = R<L1C_CONFIG_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<L1C_CONFIG_SPEC>

The resulting type after dereferencing.

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

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.