Struct esp32s2::gpio_sd::RegisterBlock
source · [−]#[repr(C)]pub struct RegisterBlock {
pub sigmadelta: [SIGMADELTA; 8],
pub sigmadelta_cg: SIGMADELTA_CG,
pub sigmadelta_misc: SIGMADELTA_MISC,
pub sigmadelta_version: SIGMADELTA_VERSION,
}
Expand description
Register block
Fields
sigmadelta: [SIGMADELTA; 8]
0x00..0x20 - Duty-cycle configuration register of SDM%s
sigmadelta_cg: SIGMADELTA_CG
0x20 - Clock gating configuration register
sigmadelta_misc: SIGMADELTA_MISC
0x24 - MISC register
sigmadelta_version: SIGMADELTA_VERSION
0x28 - 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 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