Struct RegisterBlock

Source
#[repr(C)]
pub struct RegisterBlock { /* private fields */ }
Expand description

Register block

Implementations§

Source§

impl RegisterBlock

Source

pub const fn sysclk_conf(&self) -> &SYSCLK_CONF

0x00 -

Source

pub const fn tick_conf(&self) -> &TICK_CONF

0x04 -

Source

pub const fn clk_out_en(&self) -> &CLK_OUT_EN

0x08 -

Source

pub const fn host_inf_sel(&self) -> &HOST_INF_SEL

0x0c -

Source

pub const fn ext_mem_pms_lock(&self) -> &EXT_MEM_PMS_LOCK

0x10 -

Source

pub const fn flash_ace0_attr(&self) -> &FLASH_ACE0_ATTR

0x14 -

Source

pub const fn flash_ace1_attr(&self) -> &FLASH_ACE1_ATTR

0x18 -

Source

pub const fn flash_ace2_attr(&self) -> &FLASH_ACE2_ATTR

0x1c -

Source

pub const fn flash_ace3_attr(&self) -> &FLASH_ACE3_ATTR

0x20 -

Source

pub const fn flash_ace0_addr(&self) -> &FLASH_ACE0_ADDR

0x24 -

Source

pub const fn flash_ace1_addr(&self) -> &FLASH_ACE1_ADDR

0x28 -

Source

pub const fn flash_ace2_addr(&self) -> &FLASH_ACE2_ADDR

0x2c -

Source

pub const fn flash_ace3_addr(&self) -> &FLASH_ACE3_ADDR

0x30 -

Source

pub const fn flash_ace0_size(&self) -> &FLASH_ACE0_SIZE

0x34 -

Source

pub const fn flash_ace1_size(&self) -> &FLASH_ACE1_SIZE

0x38 -

Source

pub const fn flash_ace2_size(&self) -> &FLASH_ACE2_SIZE

0x3c -

Source

pub const fn flash_ace3_size(&self) -> &FLASH_ACE3_SIZE

0x40 -

Source

pub const fn sram_ace0_attr(&self) -> &SRAM_ACE0_ATTR

0x44 -

Source

pub const fn sram_ace1_attr(&self) -> &SRAM_ACE1_ATTR

0x48 -

Source

pub const fn sram_ace2_attr(&self) -> &SRAM_ACE2_ATTR

0x4c -

Source

pub const fn sram_ace3_attr(&self) -> &SRAM_ACE3_ATTR

0x50 -

Source

pub const fn sram_ace0_addr(&self) -> &SRAM_ACE0_ADDR

0x54 -

Source

pub const fn sram_ace1_addr(&self) -> &SRAM_ACE1_ADDR

0x58 -

Source

pub const fn sram_ace2_addr(&self) -> &SRAM_ACE2_ADDR

0x5c -

Source

pub const fn sram_ace3_addr(&self) -> &SRAM_ACE3_ADDR

0x60 -

Source

pub const fn sram_ace0_size(&self) -> &SRAM_ACE0_SIZE

0x64 -

Source

pub const fn sram_ace1_size(&self) -> &SRAM_ACE1_SIZE

0x68 -

Source

pub const fn sram_ace2_size(&self) -> &SRAM_ACE2_SIZE

0x6c -

Source

pub const fn sram_ace3_size(&self) -> &SRAM_ACE3_SIZE

0x70 -

Source

pub const fn spi_mem_pms_ctrl(&self) -> &SPI_MEM_PMS_CTRL

0x74 -

Source

pub const fn spi_mem_reject_addr(&self) -> &SPI_MEM_REJECT_ADDR

0x78 -

Source

pub const fn sdio_ctrl(&self) -> &SDIO_CTRL

0x7c -

Source

pub const fn redcy_sig0(&self) -> &REDCY_SIG0

0x80 -

Source

pub const fn redcy_sig1(&self) -> &REDCY_SIG1

0x84 -

Source

pub const fn wifi_bb_cfg(&self) -> &WIFI_BB_CFG

0x88 -

Source

pub const fn wifi_bb_cfg_2(&self) -> &WIFI_BB_CFG_2

0x8c -

Source

pub const fn wifi_clk_en(&self) -> &WIFI_CLK_EN

0x90 -

Source

pub const fn wifi_rst_en(&self) -> &WIFI_RST_EN

0x94 -

Source

pub const fn front_end_mem_pd(&self) -> &FRONT_END_MEM_PD

0x98 -

Source

pub const fn date(&self) -> &DATE

0x3fc -

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.