pub struct HRTIM1 { /* private fields */ }
Expand description
HRTIM1 peripheral
Implementations§
Trait Implementations§
Source§impl ChannelAComplementaryPin<HRTIM1> for PC7
impl ChannelAComplementaryPin<HRTIM1> for PC7
Source§impl ChannelAPin<HRTIM1> for PC6
impl ChannelAPin<HRTIM1> for PC6
Source§impl ChannelBComplementaryPin<HRTIM1> for PA8
impl ChannelBComplementaryPin<HRTIM1> for PA8
Source§impl ChannelBPin<HRTIM1> for PC8
impl ChannelBPin<HRTIM1> for PC8
Source§impl ChannelCComplementaryPin<HRTIM1> for PA10
impl ChannelCComplementaryPin<HRTIM1> for PA10
Source§impl ChannelCPin<HRTIM1> for PA9
impl ChannelCPin<HRTIM1> for PA9
Source§impl ChannelDComplementaryPin<HRTIM1> for PA12
impl ChannelDComplementaryPin<HRTIM1> for PA12
Source§impl ChannelDPin<HRTIM1> for PA11
impl ChannelDPin<HRTIM1> for PA11
Source§impl ChannelEComplementaryPin<HRTIM1> for PG7
impl ChannelEComplementaryPin<HRTIM1> for PG7
Source§impl ChannelEPin<HRTIM1> for PG6
impl ChannelEPin<HRTIM1> for PG6
Source§impl Peripheral for HRTIM1
impl Peripheral for HRTIM1
impl Instance for HRTIM1
impl RccPeripheral for HRTIM1
Auto Trait Implementations§
impl Freeze for HRTIM1
impl RefUnwindSafe for HRTIM1
impl Send for HRTIM1
impl Sync for HRTIM1
impl Unpin for HRTIM1
impl UnwindSafe for HRTIM1
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