pub struct ComplementaryPwmPin<'d, T, C> { /* private fields */ }
Expand description
HRTIM complementary PWM pin.
Implementations§
Source§impl<'d, T: Instance> ComplementaryPwmPin<'d, T, ChA<T>>
impl<'d, T: Instance> ComplementaryPwmPin<'d, T, ChA<T>>
Sourcepub fn new_cha(pin: Peri<'d, impl ChannelAComplementaryPin<T>>) -> Self
pub fn new_cha(pin: Peri<'d, impl ChannelAComplementaryPin<T>>) -> Self
Create a new ChA complementary PWM pin instance.
Source§impl<'d, T: Instance> ComplementaryPwmPin<'d, T, ChB<T>>
impl<'d, T: Instance> ComplementaryPwmPin<'d, T, ChB<T>>
Sourcepub fn new_chb(pin: Peri<'d, impl ChannelBComplementaryPin<T>>) -> Self
pub fn new_chb(pin: Peri<'d, impl ChannelBComplementaryPin<T>>) -> Self
Create a new ChB complementary PWM pin instance.
Source§impl<'d, T: Instance> ComplementaryPwmPin<'d, T, ChC<T>>
impl<'d, T: Instance> ComplementaryPwmPin<'d, T, ChC<T>>
Sourcepub fn new_chc(pin: Peri<'d, impl ChannelCComplementaryPin<T>>) -> Self
pub fn new_chc(pin: Peri<'d, impl ChannelCComplementaryPin<T>>) -> Self
Create a new ChC complementary PWM pin instance.
Source§impl<'d, T: Instance> ComplementaryPwmPin<'d, T, ChD<T>>
impl<'d, T: Instance> ComplementaryPwmPin<'d, T, ChD<T>>
Sourcepub fn new_chd(pin: Peri<'d, impl ChannelDComplementaryPin<T>>) -> Self
pub fn new_chd(pin: Peri<'d, impl ChannelDComplementaryPin<T>>) -> Self
Create a new ChD complementary PWM pin instance.
Source§impl<'d, T: Instance> ComplementaryPwmPin<'d, T, ChE<T>>
impl<'d, T: Instance> ComplementaryPwmPin<'d, T, ChE<T>>
Sourcepub fn new_che(pin: Peri<'d, impl ChannelEComplementaryPin<T>>) -> Self
pub fn new_che(pin: Peri<'d, impl ChannelEComplementaryPin<T>>) -> Self
Create a new ChE complementary PWM pin instance.
Auto Trait Implementations§
impl<'d, T, C> Freeze for ComplementaryPwmPin<'d, T, C>
impl<'d, T, C> RefUnwindSafe for ComplementaryPwmPin<'d, T, C>where
T: RefUnwindSafe,
C: RefUnwindSafe,
impl<'d, T, C> Send for ComplementaryPwmPin<'d, T, C>
impl<'d, T, C> Sync for ComplementaryPwmPin<'d, T, C>
impl<'d, T, C> Unpin for ComplementaryPwmPin<'d, T, C>
impl<'d, T, C> !UnwindSafe for ComplementaryPwmPin<'d, T, C>
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