pub struct Pwm<TIM, CHANNEL> { /* private fields */ }
Trait Implementations§
Source§impl PwmPin for Pwm<TIM10, C1>
impl PwmPin for Pwm<TIM10, C1>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM11, C1>
impl PwmPin for Pwm<TIM11, C1>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM2, C1>
impl PwmPin for Pwm<TIM2, C1>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM2, C2>
impl PwmPin for Pwm<TIM2, C2>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM2, C3>
impl PwmPin for Pwm<TIM2, C3>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM2, C4>
impl PwmPin for Pwm<TIM2, C4>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM3, C1>
impl PwmPin for Pwm<TIM3, C1>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM3, C2>
impl PwmPin for Pwm<TIM3, C2>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM3, C3>
impl PwmPin for Pwm<TIM3, C3>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM3, C4>
impl PwmPin for Pwm<TIM3, C4>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM4, C1>
impl PwmPin for Pwm<TIM4, C1>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM4, C2>
impl PwmPin for Pwm<TIM4, C2>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM4, C3>
impl PwmPin for Pwm<TIM4, C3>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM4, C4>
impl PwmPin for Pwm<TIM4, C4>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM5, C1>
impl PwmPin for Pwm<TIM5, C1>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM5, C2>
impl PwmPin for Pwm<TIM5, C2>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Source§impl PwmPin for Pwm<TIM5, C3>
impl PwmPin for Pwm<TIM5, C3>
Source§fn get_max_duty(&self) -> u16
fn get_max_duty(&self) -> u16
Returns the maximum duty cycle value
Auto Trait Implementations§
impl<TIM, CHANNEL> Freeze for Pwm<TIM, CHANNEL>
impl<TIM, CHANNEL> RefUnwindSafe for Pwm<TIM, CHANNEL>where
CHANNEL: RefUnwindSafe,
TIM: RefUnwindSafe,
impl<TIM, CHANNEL> Send for Pwm<TIM, CHANNEL>
impl<TIM, CHANNEL> Sync for Pwm<TIM, CHANNEL>
impl<TIM, CHANNEL> Unpin for Pwm<TIM, CHANNEL>
impl<TIM, CHANNEL> UnwindSafe for Pwm<TIM, CHANNEL>where
CHANNEL: UnwindSafe,
TIM: UnwindSafe,
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