RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock {
    pub l1c_config: L1C_CONFIG,
    pub hit_cnt_lsb: HIT_CNT_LSB,
    pub hit_cnt_msb: HIT_CNT_MSB,
    pub miss_cnt: MISS_CNT,
    pub l1c_range: L1C_RANGE,
    pub l1c_bmx_err_addr_en: L1C_BMX_ERR_ADDR_EN,
    pub l1c_bmx_err_addr: L1C_BMX_ERR_ADDR,
    pub irom1_misr_dataout_0: IROM1_MISR_DATAOUT_0,
    pub irom1_misr_dataout_1: IROM1_MISR_DATAOUT_1,
    pub cpu_clk_gate: CPU_CLK_GATE,
    /* private fields */
}
Expand description

Register block

Fields§

§l1c_config: L1C_CONFIG

0x00 - l1c_config.

§hit_cnt_lsb: HIT_CNT_LSB

0x04 - hit_cnt_lsb.

§hit_cnt_msb: HIT_CNT_MSB

0x08 - hit_cnt_msb.

§miss_cnt: MISS_CNT

0x0c - miss_cnt.

§l1c_range: L1C_RANGE

0x10 - l1c_range.

§l1c_bmx_err_addr_en: L1C_BMX_ERR_ADDR_EN

0x200 - l1c_bmx_err_addr_en.

§l1c_bmx_err_addr: L1C_BMX_ERR_ADDR

0x204 - l1c_bmx_err_addr.

§irom1_misr_dataout_0: IROM1_MISR_DATAOUT_0

0x208 - irom1_misr_dataout_0.

§irom1_misr_dataout_1: IROM1_MISR_DATAOUT_1

0x20c - irom1_misr_dataout_1.

§cpu_clk_gate: CPU_CLK_GATE

0x210 - cpu_clk_gate.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.