RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock { /* private fields */ }
Expand description

Register block

Implementations§

Source§

impl RegisterBlock

Source

pub const fn verid(&self) -> &Verid

0x00 - Version ID

Source

pub const fn sc(&self) -> &Sc

0x10 - Status Control

Source

pub const fn lpreq_cfg(&self) -> &LpreqCfg

0x1c - Low-Power Request Configuration

Source

pub const fn pd_status0(&self) -> &PdStatus0

0x30 - SPC Power Domain Mode Status

Source

pub const fn sramctl(&self) -> &Sramctl

0x40 - SRAM Control

Source

pub const fn sramretldo_reftrim(&self) -> &SramretldoReftrim

0x54 - SRAM Retention Reference Trim

Source

pub const fn sramretldo_cntrl(&self) -> &SramretldoCntrl

0x58 - SRAM Retention LDO Control

Source

pub const fn active_cfg(&self) -> &ActiveCfg

0x100 - Active Power Mode Configuration

Source

pub const fn active_cfg1(&self) -> &ActiveCfg1

0x104 - Active Power Mode Configuration 1

Source

pub const fn lp_cfg(&self) -> &LpCfg

0x108 - Low-Power Mode Configuration

Source

pub const fn lp_cfg1(&self) -> &LpCfg1

0x10c - Low Power Mode Configuration 1

Source

pub const fn lpwkup_delay(&self) -> &LpwkupDelay

0x120 - Low Power Wake-Up Delay

Source

pub const fn active_vdelay(&self) -> &ActiveVdelay

0x124 - Active Voltage Trim Delay

Source

pub const fn vd_stat(&self) -> &VdStat

0x130 - Voltage Detect Status

Source

pub const fn vd_core_cfg(&self) -> &VdCoreCfg

0x134 - Core Voltage Detect Configuration

Source

pub const fn vd_sys_cfg(&self) -> &VdSysCfg

0x138 - System Voltage Detect Configuration

Source

pub const fn evd_cfg(&self) -> &EvdCfg

0x140 - External Voltage Domain Configuration

Source

pub const fn coreldo_cfg(&self) -> &CoreldoCfg

0x300 - LDO_CORE Configuration

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.