Enum stm32_metapac::timer::vals::Occs
#[repr(u8)]pub enum Occs {
INPUT = 0,
ETRF = 1,
}
Variants§
INPUT = 0
tim_ocref_clr_int is connected to the tim_ocref_clr input
ETRF = 1
tim_ocref_clr_int is connected to tim_etrf
Implementations§
Trait Implementations§
§impl Ord for Occs
impl Ord for Occs
§impl PartialOrd for Occs
impl PartialOrd for Occs
impl Copy for Occs
impl Eq for Occs
impl StructuralPartialEq for Occs
Auto Trait Implementations§
impl Freeze for Occs
impl RefUnwindSafe for Occs
impl Send for Occs
impl Sync for Occs
impl Unpin for Occs
impl UnwindSafe for Occs
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
)