Struct esp32::emac_ext::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
source§impl RegisterBlock
impl RegisterBlock
sourcepub const fn ex_clkout_conf(&self) -> &EX_CLKOUT_CONF
pub const fn ex_clkout_conf(&self) -> &EX_CLKOUT_CONF
0x00 - RMII clock divider setting
sourcepub const fn ex_oscclk_conf(&self) -> &EX_OSCCLK_CONF
pub const fn ex_oscclk_conf(&self) -> &EX_OSCCLK_CONF
0x04 - RMII clock half and whole divider settings
sourcepub const fn ex_clk_ctrl(&self) -> &EX_CLK_CTRL
pub const fn ex_clk_ctrl(&self) -> &EX_CLK_CTRL
0x08 - Clock enable and external/internal clock selection
sourcepub const fn ex_phyinf_conf(&self) -> &EX_PHYINF_CONF
pub const fn ex_phyinf_conf(&self) -> &EX_PHYINF_CONF
0x0c - Selection of MII/RMII phy
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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