Struct daisy::pac::HRTIM_COMMON
pub struct HRTIM_COMMON { /* private fields */ }
Expand description
High Resolution Timer: Common functions
Implementations§
§impl HRTIM_COMMON
impl HRTIM_COMMON
pub const PTR: *const RegisterBlock = {0x40017780 as *const stm32h7xx_hal::stm32::hrtim_common::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40017780 as *const stm32h7xx_hal::stm32::hrtim_common::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§
§impl Debug for HRTIM_COMMON
impl Debug for HRTIM_COMMON
§impl Deref for HRTIM_COMMON
impl Deref for HRTIM_COMMON
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
§fn deref(&self) -> &<HRTIM_COMMON as Deref>::Target
fn deref(&self) -> &<HRTIM_COMMON as Deref>::Target
Dereferences the value.
impl Send for HRTIM_COMMON
Auto Trait Implementations§
impl Freeze for HRTIM_COMMON
impl RefUnwindSafe for HRTIM_COMMON
impl !Sync for HRTIM_COMMON
impl Unpin for HRTIM_COMMON
impl UnwindSafe for HRTIM_COMMON
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