#[repr(C)]
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_misc: L1C_MISC, 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_misc: L1C_MISC

0x10 - l1c_misc.

§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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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 Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.