pub enum Split {
Disabled = 0,
Enabled = 1,
}Expand description
Split the DBLPWM signal to PWM_A and PWM_B
Value on reset: 0
Variants§
Disabled = 0
0: DBLPWM is not split. PWM_A and PWM_B each have double pulses.
Enabled = 1
1: DBLPWM is split to PWM_A and PWM_B.
Trait Implementations§
impl Copy for Split
impl Eq for Split
impl StructuralPartialEq for Split
Auto Trait Implementations§
impl Freeze for Split
impl RefUnwindSafe for Split
impl Send for Split
impl Sync for Split
impl Unpin for Split
impl UnsafeUnpin for Split
impl UnwindSafe for Split
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