[−][src]Struct bl602_pac::l1c::l1c_config::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>>
Trait Implementations
impl Deref for W[src]
type Target = W<L1C_CONFIG_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl DerefMut for W[src]
impl From<W<L1C_CONFIG_SPEC>> for W[src]
fn from(writer: W<L1C_CONFIG_SPEC>) -> Self[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,