Struct esp32s3::gpiosd::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 Configure Register of SDM%s
sigmadelta_cg: SIGMADELTA_CG0x20 - Clock Gating Configure Register
sigmadelta_misc: SIGMADELTA_MISC0x24 - MISC Register
sigmadelta_version: SIGMADELTA_VERSION0x28 - 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