Struct esp32c3::gpio_sd::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub sigmadelta: [SIGMADELTA; 4],
pub sigmadelta_cg: SIGMADELTA_CG,
pub sigmadelta_misc: SIGMADELTA_MISC,
pub sigmadelta_version: SIGMADELTA_VERSION,
/* private fields */
}Expand description
Register block
Fields§
§sigmadelta: [SIGMADELTA; 4]0x00..0x10 - 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§
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