pub struct R(_);
Expand description
Register SYS_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn apb_fifo_mask(&self) -> APB_FIFO_MASK_R
pub fn apb_fifo_mask(&self) -> APB_FIFO_MASK_R
Bit 0 - reg_apb_fifo_mask.
sourcepub fn mem_clk_force_on(&self) -> MEM_CLK_FORCE_ON_R
pub fn mem_clk_force_on(&self) -> MEM_CLK_FORCE_ON_R
Bit 1 - reg_mem_clk_force_on.
sourcepub fn mem_force_pd(&self) -> MEM_FORCE_PD_R
pub fn mem_force_pd(&self) -> MEM_FORCE_PD_R
Bit 2 - reg_rmt_mem_force_pd.
sourcepub fn mem_force_pu(&self) -> MEM_FORCE_PU_R
pub fn mem_force_pu(&self) -> MEM_FORCE_PU_R
Bit 3 - reg_rmt_mem_force_pu.
sourcepub fn sclk_div_num(&self) -> SCLK_DIV_NUM_R
pub fn sclk_div_num(&self) -> SCLK_DIV_NUM_R
Bits 4:11 - reg_rmt_sclk_div_num.
sourcepub fn sclk_div_a(&self) -> SCLK_DIV_A_R
pub fn sclk_div_a(&self) -> SCLK_DIV_A_R
Bits 12:17 - reg_rmt_sclk_div_a.
sourcepub fn sclk_div_b(&self) -> SCLK_DIV_B_R
pub fn sclk_div_b(&self) -> SCLK_DIV_B_R
Bits 18:23 - reg_rmt_sclk_div_b.
sourcepub fn sclk_sel(&self) -> SCLK_SEL_R
pub fn sclk_sel(&self) -> SCLK_SEL_R
Bits 24:25 - reg_rmt_sclk_sel.
sourcepub fn sclk_active(&self) -> SCLK_ACTIVE_R
pub fn sclk_active(&self) -> SCLK_ACTIVE_R
Bit 26 - reg_rmt_sclk_active.
Methods from Deref<Target = R<SYS_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<SYS_CONF_SPEC>> for R
impl From<R<SYS_CONF_SPEC>> for R
sourcefn from(reader: R<SYS_CONF_SPEC>) -> Self
fn from(reader: R<SYS_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more