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