#[repr(u8)]pub enum Load {
COMMON = 0,
GROUPED = 1,
INDIVIDUAL = 2,
WAVE_FORM = 3,
}
Variants§
COMMON = 0
1st half word (16-bit) used in all PWM channels 0..3
GROUPED = 1
1st half word (16-bit) used in channel 0..1; 2nd word in channel 2..3
INDIVIDUAL = 2
1st half word (16-bit) in ch.0; 2nd in ch.1; …; 4th in ch.3
WAVE_FORM = 3
1st half word (16-bit) in ch.0; 2nd in ch.1; …; 4th in COUNTERTOP
Implementations§
Trait Implementations§
Source§impl Ord for Load
impl Ord for Load
Source§impl PartialOrd for Load
impl PartialOrd for Load
impl Copy for Load
impl Eq for Load
impl StructuralPartialEq for Load
Auto Trait Implementations§
impl Freeze for Load
impl RefUnwindSafe for Load
impl Send for Load
impl Sync for Load
impl Unpin for Load
impl UnwindSafe for Load
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)