pub struct R(_);
Expand description
Register LPBUS
reader
Implementations§
source§impl R
impl R
sourcepub fn fast_mem_wpulse(&self) -> FAST_MEM_WPULSE_R
pub fn fast_mem_wpulse(&self) -> FAST_MEM_WPULSE_R
Bits 16:18 - This field controls fast memory WPULSE parameter. 0b000 for 1.1V/1.0V/0.9V operating Voltage.
sourcepub fn fast_mem_wa(&self) -> FAST_MEM_WA_R
pub fn fast_mem_wa(&self) -> FAST_MEM_WA_R
Bits 19:21 - This field controls fast memory WA parameter. 0b100 for 1.1V operating Voltage, 0b101 for 1.0V, 0b110 for 0.9V.
sourcepub fn fast_mem_ra(&self) -> FAST_MEM_RA_R
pub fn fast_mem_ra(&self) -> FAST_MEM_RA_R
Bits 22:23 - This field controls fast memory RA parameter. 0b00 for 1.1V/1.0V operating Voltage, 0b01 for 0.9V.
sourcepub fn fast_mem_rm(&self) -> FAST_MEM_RM_R
pub fn fast_mem_rm(&self) -> FAST_MEM_RM_R
Bits 24:27 - This field controls fast memory RM parameter. 0b0011 for 1.1V operating Voltage, 0b0010 for 1.0V, 0b0000 for 0.9V.
sourcepub fn fast_mem_mux_fsm_idle(&self) -> FAST_MEM_MUX_FSM_IDLE_R
pub fn fast_mem_mux_fsm_idle(&self) -> FAST_MEM_MUX_FSM_IDLE_R
Bit 28 - reserved
sourcepub fn fast_mem_mux_sel_status(&self) -> FAST_MEM_MUX_SEL_STATUS_R
pub fn fast_mem_mux_sel_status(&self) -> FAST_MEM_MUX_SEL_STATUS_R
Bit 29 - reserved
sourcepub fn fast_mem_mux_sel_update(&self) -> FAST_MEM_MUX_SEL_UPDATE_R
pub fn fast_mem_mux_sel_update(&self) -> FAST_MEM_MUX_SEL_UPDATE_R
Bit 30 - reserved
sourcepub fn fast_mem_mux_sel(&self) -> FAST_MEM_MUX_SEL_R
pub fn fast_mem_mux_sel(&self) -> FAST_MEM_MUX_SEL_R
Bit 31 - reserved
Methods from Deref<Target = R<LPBUS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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