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