Struct esp32h2::pcr::mspi_clk_conf::R
source · pub struct R(_);
Expand description
Register MSPI_CLK_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn mspi_fast_div_num(&self) -> MSPI_FAST_DIV_NUM_R
pub fn mspi_fast_div_num(&self) -> MSPI_FAST_DIV_NUM_R
Bits 0:7 - Set as one within (0,1,2) to generate div1(default)/div2/div4 of low-speed clock-source to drive clk_mspi_fast. Only avaiable whe the clck-source is a low-speed clock-source such as XTAL/FOSC.
Methods from Deref<Target = R<MSPI_CLK_CONF_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