pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn dsp_boot_rammap(&self) -> &DSP_BOOT_RAMMAP
pub const fn dsp_boot_rammap(&self) -> &DSP_BOOT_RAMMAP
0x08 - DSP Boot SRAM Remap Control Register
Sourcepub const fn emac_ephy_clk0(&self) -> &EMAC_EPHY_CLK0
pub const fn emac_ephy_clk0(&self) -> &EMAC_EPHY_CLK0
0x30 - EMAC-EPHY Clock Register 0
Sourcepub const fn sys_ldo_ctrl(&self) -> &SYS_LDO_CTRL
pub const fn sys_ldo_ctrl(&self) -> &SYS_LDO_CTRL
0x150 - System LDO Control Register
Sourcepub const fn rescal_ctrl(&self) -> &RESCAL_CTRL
pub const fn rescal_ctrl(&self) -> &RESCAL_CTRL
0x160 - Resistor Calibration Control Register
Sourcepub const fn res240_ctrl(&self) -> &RES240_CTRL
pub const fn res240_ctrl(&self) -> &RES240_CTRL
0x168 - 240ohms Resistor Manual Control Register
Sourcepub const fn rescal_status(&self) -> &RESCAL_STATUS
pub const fn rescal_status(&self) -> &RESCAL_STATUS
0x16c - Resistor Calibration Status Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more