pub struct PwmMapper {
pub mode: DutyMode,
pub sigma_delta: SigmaDelta,
pub sigma_delta_2nd: SigmaDelta2ndOrder,
}Expand description
Full output path: optional ΣΔ then duty.
Fields§
§mode: DutyMode§sigma_delta: SigmaDelta§sigma_delta_2nd: SigmaDelta2ndOrderImplementations§
Auto Trait Implementations§
impl Freeze for PwmMapper
impl RefUnwindSafe for PwmMapper
impl Send for PwmMapper
impl Sync for PwmMapper
impl Unpin for PwmMapper
impl UnsafeUnpin for PwmMapper
impl UnwindSafe for PwmMapper
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