Struct esp32c3_hal::pac::rmt::sys_conf::R
pub struct R(_);
Expand description
Register SYS_CONF
reader
Implementations
impl R
impl R
pub fn apb_fifo_mask(&self) -> BitReaderRaw<bool>
pub fn apb_fifo_mask(&self) -> BitReaderRaw<bool>
Bit 0 - reg_apb_fifo_mask.
pub fn mem_clk_force_on(&self) -> BitReaderRaw<bool>
pub fn mem_clk_force_on(&self) -> BitReaderRaw<bool>
Bit 1 - reg_mem_clk_force_on.
pub fn mem_force_pd(&self) -> BitReaderRaw<bool>
pub fn mem_force_pd(&self) -> BitReaderRaw<bool>
Bit 2 - reg_rmt_mem_force_pd.
pub fn mem_force_pu(&self) -> BitReaderRaw<bool>
pub fn mem_force_pu(&self) -> BitReaderRaw<bool>
Bit 3 - reg_rmt_mem_force_pu.
pub fn sclk_div_num(&self) -> FieldReaderRaw<u8, u8>
pub fn sclk_div_num(&self) -> FieldReaderRaw<u8, u8>
Bits 4:11 - reg_rmt_sclk_div_num.
pub fn sclk_div_a(&self) -> FieldReaderRaw<u8, u8>
pub fn sclk_div_a(&self) -> FieldReaderRaw<u8, u8>
Bits 12:17 - reg_rmt_sclk_div_a.
pub fn sclk_div_b(&self) -> FieldReaderRaw<u8, u8>
pub fn sclk_div_b(&self) -> FieldReaderRaw<u8, u8>
Bits 18:23 - reg_rmt_sclk_div_b.
pub fn sclk_active(&self) -> BitReaderRaw<bool>
pub fn sclk_active(&self) -> BitReaderRaw<bool>
Bit 26 - reg_rmt_sclk_active.
Methods from Deref<Target = R<SYS_CONF_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<SYS_CONF_SPEC>> for R
impl From<R<SYS_CONF_SPEC>> for R
fn from(reader: R<SYS_CONF_SPEC>) -> R
fn from(reader: R<SYS_CONF_SPEC>) -> R
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