#[repr(u8)]pub enum DRMC_A {
EQUAL = 0,
DOUBLE = 1,
TRIPLE = 2,
}
Expand description
Duty ratio of modulated carrier is high level/low level.
Value on reset: 0
Variants§
EQUAL = 0
0: Low level is equal to high level
DOUBLE = 1
1: Low level is the double of high level
TRIPLE = 2
2: Low level is the triple of high level
Trait Implementations§
impl Copy for DRMC_A
impl Eq for DRMC_A
impl StructuralPartialEq for DRMC_A
Auto Trait Implementations§
impl Freeze for DRMC_A
impl RefUnwindSafe for DRMC_A
impl Send for DRMC_A
impl Sync for DRMC_A
impl Unpin for DRMC_A
impl UnwindSafe for DRMC_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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)