Enum daisy::pac::tim12::ccmr1_output::CC1S_A
#[repr(u8)]pub enum CC1S_A {
Output = 0,
}
Expand description
CC1S
Value on reset: 0
Variants§
Output = 0
0: CC1 channel is configured as output
Trait Implementations§
impl Copy for CC1S_A
impl StructuralPartialEq for CC1S_A
Auto Trait Implementations§
impl Freeze for CC1S_A
impl RefUnwindSafe for CC1S_A
impl Send for CC1S_A
impl Sync for CC1S_A
impl Unpin for CC1S_A
impl UnwindSafe for CC1S_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