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