Struct embassy_stm32::peripherals::HRTIM
source · pub struct HRTIM { /* private fields */ }
Expand description
HRTIM peripheral
Implementations§
Trait Implementations§
source§impl ChannelAComplementaryPin<HRTIM> for PC7
impl ChannelAComplementaryPin<HRTIM> for PC7
source§impl ChannelAPin<HRTIM> for PC6
impl ChannelAPin<HRTIM> for PC6
source§impl ChannelBComplementaryPin<HRTIM> for PA8
impl ChannelBComplementaryPin<HRTIM> for PA8
source§impl ChannelBPin<HRTIM> for PC8
impl ChannelBPin<HRTIM> for PC8
source§impl ChannelCComplementaryPin<HRTIM> for PA10
impl ChannelCComplementaryPin<HRTIM> for PA10
source§impl ChannelCPin<HRTIM> for PA9
impl ChannelCPin<HRTIM> for PA9
source§impl ChannelDComplementaryPin<HRTIM> for PA12
impl ChannelDComplementaryPin<HRTIM> for PA12
source§impl ChannelDPin<HRTIM> for PA11
impl ChannelDPin<HRTIM> for PA11
source§impl ChannelEComplementaryPin<HRTIM> for PG7
impl ChannelEComplementaryPin<HRTIM> for PG7
source§impl ChannelEPin<HRTIM> for PG6
impl ChannelEPin<HRTIM> for PG6
source§impl Peripheral for HRTIM
impl Peripheral for HRTIM
source§impl RccPeripheral for HRTIM
impl RccPeripheral for HRTIM
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl Instance for HRTIM
impl RccPeripheral for HRTIM
Auto Trait Implementations§
impl RefUnwindSafe for HRTIM
impl Send for HRTIM
impl Sync for HRTIM
impl Unpin for HRTIM
impl UnwindSafe for HRTIM
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