Struct esp32s3::io_mux::RegisterBlock
source · [−]#[repr(C)]pub struct RegisterBlock {
pub pin_ctrl: Reg<PIN_CTRL_SPEC>,
pub gpio: [Reg<GPIO_SPEC>; 49],
pub date: Reg<DATE_SPEC>,
/* private fields */
}
Expand description
Register block
Fields
pin_ctrl: Reg<PIN_CTRL_SPEC>
0x00 - Clock Output Configuration Register
gpio: [Reg<GPIO_SPEC>; 49]
0x04..0xc8 - IO MUX Configure Register for pad GPIO0
date: Reg<DATE_SPEC>
0xfc - IO MUX Version Control Register
Auto Trait Implementations
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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