pub struct HRTIM1 { /* private fields */ }
Expand description
HRTIM1 peripheral
Implementations§
Trait Implementations§
Source§impl ChannelAComplementaryPin<HRTIM1> for PA9
impl ChannelAComplementaryPin<HRTIM1> for PA9
Source§impl ChannelAPin<HRTIM1> for PA8
impl ChannelAPin<HRTIM1> for PA8
Source§impl ChannelBComplementaryPin<HRTIM1> for PA11
impl ChannelBComplementaryPin<HRTIM1> for PA11
Source§impl ChannelBPin<HRTIM1> for PA10
impl ChannelBPin<HRTIM1> for PA10
Source§impl ChannelCComplementaryPin<HRTIM1> for PB13
impl ChannelCComplementaryPin<HRTIM1> for PB13
Source§impl ChannelCPin<HRTIM1> for PB12
impl ChannelCPin<HRTIM1> for PB12
Source§impl ChannelDComplementaryPin<HRTIM1> for PB15
impl ChannelDComplementaryPin<HRTIM1> for PB15
Source§impl ChannelDPin<HRTIM1> for PB14
impl ChannelDPin<HRTIM1> for PB14
Source§impl ChannelEComplementaryPin<HRTIM1> for PC9
impl ChannelEComplementaryPin<HRTIM1> for PC9
Source§impl ChannelEPin<HRTIM1> for PC8
impl ChannelEPin<HRTIM1> for PC8
Source§impl ChannelFComplementaryPin<HRTIM1> for PC7
impl ChannelFComplementaryPin<HRTIM1> for PC7
Source§impl ChannelFPin<HRTIM1> for PC6
impl ChannelFPin<HRTIM1> for PC6
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