pub struct DFSDM { /* private fields */ }
Expand description
Digital filter for sigma delta modulators
Implementations§
§impl DFSDM
impl DFSDM
pub const PTR: *const RegisterBlock = {0x40017000 as *const stm32h7xx_hal::stm32::dfsdm::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40017000 as *const stm32h7xx_hal::stm32::dfsdm::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DFSDM
impl RefUnwindSafe for DFSDM
impl !Sync for DFSDM
impl Unpin for DFSDM
impl UnwindSafe for DFSDM
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