Struct esp32s3::gpio_sd::RegisterBlock  
source · #[repr(C)]pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
source§impl RegisterBlock
 
impl RegisterBlock
sourcepub const fn sigmadelta(&self, n: usize) -> &SIGMADELTA
 
pub const fn sigmadelta(&self, n: usize) -> &SIGMADELTA
0x00..0x20 - Duty Cycle Configure Register of SDM%s
sourcepub fn sigmadelta_iter(&self) -> impl Iterator<Item = &SIGMADELTA>
 
pub fn sigmadelta_iter(&self) -> impl Iterator<Item = &SIGMADELTA>
Iterator for array of: 0x00..0x20 - Duty Cycle Configure Register of SDM%s
sourcepub const fn sigmadelta_cg(&self) -> &SIGMADELTA_CG
 
pub const fn sigmadelta_cg(&self) -> &SIGMADELTA_CG
0x20 - Clock Gating Configure Register
sourcepub const fn sigmadelta_misc(&self) -> &SIGMADELTA_MISC
 
pub const fn sigmadelta_misc(&self) -> &SIGMADELTA_MISC
0x24 - MISC Register
sourcepub const fn sigmadelta_version(&self) -> &SIGMADELTA_VERSION
 
pub const fn sigmadelta_version(&self) -> &SIGMADELTA_VERSION
0x28 - Version Control Register
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