Enum d1_pac::pwm::pccr23::PWM23_CLK_DIV_M_A
source · #[repr(u8)]pub enum PWM23_CLK_DIV_M_A {
M1 = 0,
M2 = 1,
M4 = 2,
M8 = 3,
M16 = 4,
M32 = 5,
M64 = 6,
M128 = 7,
M256 = 8,
}
Expand description
PWM23 Clock Divide M
Value on reset: 0
Variants§
M1 = 0
0: /1
M2 = 1
1: /2
M4 = 2
2: /4
M8 = 3
3: /8
M16 = 4
4: /16
M32 = 5
5: /32
M64 = 6
6: /64
M128 = 7
7: /128
M256 = 8
8: /256
Trait Implementations§
source§impl Clone for PWM23_CLK_DIV_M_A
impl Clone for PWM23_CLK_DIV_M_A
source§fn clone(&self) -> PWM23_CLK_DIV_M_A
fn clone(&self) -> PWM23_CLK_DIV_M_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PWM23_CLK_DIV_M_A
impl Debug for PWM23_CLK_DIV_M_A
source§impl From<PWM23_CLK_DIV_M_A> for u8
impl From<PWM23_CLK_DIV_M_A> for u8
source§fn from(variant: PWM23_CLK_DIV_M_A) -> Self
fn from(variant: PWM23_CLK_DIV_M_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for PWM23_CLK_DIV_M_A
impl PartialEq for PWM23_CLK_DIV_M_A
impl Copy for PWM23_CLK_DIV_M_A
impl Eq for PWM23_CLK_DIV_M_A
impl StructuralPartialEq for PWM23_CLK_DIV_M_A
Auto Trait Implementations§
impl Freeze for PWM23_CLK_DIV_M_A
impl RefUnwindSafe for PWM23_CLK_DIV_M_A
impl Send for PWM23_CLK_DIV_M_A
impl Sync for PWM23_CLK_DIV_M_A
impl Unpin for PWM23_CLK_DIV_M_A
impl UnwindSafe for PWM23_CLK_DIV_M_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
)