Enum stm32_metapac::lptim::vals::Ccsel
#[repr(u8)]pub enum Ccsel {
OUTPUTCOMPARE = 0,
INPUTCAPTURE = 1,
}
Variants§
OUTPUTCOMPARE = 0
channel is configured in output PWM mode
INPUTCAPTURE = 1
channel is configured in input capture mode
Implementations§
Trait Implementations§
§impl Ord for Ccsel
impl Ord for Ccsel
§impl PartialOrd for Ccsel
impl PartialOrd for Ccsel
impl Copy for Ccsel
impl Eq for Ccsel
impl StructuralPartialEq for Ccsel
Auto Trait Implementations§
impl Freeze for Ccsel
impl RefUnwindSafe for Ccsel
impl Send for Ccsel
impl Sync for Ccsel
impl Unpin for Ccsel
impl UnwindSafe for Ccsel
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
)