#[repr(u16)]pub enum CNT_A {
DISABLED = 0,
}
Expand description
Number of values (duty cycles) in this sequence
Value on reset: 0
Variants§
DISABLED = 0
0: Sequence is disabled, and shall not be started as it is empty
Trait Implementations§
impl Copy for CNT_A
impl StructuralPartialEq for CNT_A
Auto Trait Implementations§
impl Freeze for CNT_A
impl RefUnwindSafe for CNT_A
impl Send for CNT_A
impl Sync for CNT_A
impl Unpin for CNT_A
impl UnwindSafe for CNT_A
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
)