pub struct Pwm1 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Pwm for Pwm1
impl Pwm for Pwm1
Source§type Channel = Channel
type Channel = Channel
Enumeration of channels that can be used with this
Pwm
interface Read moreSource§type Time = Rate<u32, 1, 1>
type Time = Rate<u32, 1, 1>
A time unit that can be converted into a human time unit (e.g. seconds)
Source§fn get_period(&self) -> Self::Time
fn get_period(&self) -> Self::Time
Returns the current PWM period
Source§fn get_max_duty(&self) -> Self::Duty
fn get_max_duty(&self) -> Self::Duty
Returns the maximum duty cycle value
Source§fn set_period<P>(&mut self, period: P)
fn set_period<P>(&mut self, period: P)
Sets a new PWM period
Auto Trait Implementations§
impl Freeze for Pwm1
impl RefUnwindSafe for Pwm1
impl Send for Pwm1
impl !Sync for Pwm1
impl Unpin for Pwm1
impl UnwindSafe for Pwm1
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