Struct esp32h2::parl_io::rx_clk_cfg::R
source · pub struct R(_);
Expand description
Register RX_CLK_CFG
reader
Implementations§
source§impl R
impl R
sourcepub fn rx_clk_i_inv(&self) -> RX_CLK_I_INV_R
pub fn rx_clk_i_inv(&self) -> RX_CLK_I_INV_R
Bit 30 - Set this bit to invert the input Rx core clock.
sourcepub fn rx_clk_o_inv(&self) -> RX_CLK_O_INV_R
pub fn rx_clk_o_inv(&self) -> RX_CLK_O_INV_R
Bit 31 - Set this bit to invert the output Rx core clock.
Methods from Deref<Target = R<RX_CLK_CFG_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