Enum stm32_metapac::hrtim::vals::Sdt
#[repr(u8)]pub enum Sdt {
POSITIVE = 0,
NEGATIVE = 1,
}
Variants§
POSITIVE = 0
Positive deadtime (both outputs inactive during deadtime)
NEGATIVE = 1
Negative deadtime (both outputs active during deadtime)
Implementations§
Trait Implementations§
§impl Ord for Sdt
impl Ord for Sdt
§impl PartialOrd for Sdt
impl PartialOrd for Sdt
impl Copy for Sdt
impl Eq for Sdt
impl StructuralPartialEq for Sdt
Auto Trait Implementations§
impl Freeze for Sdt
impl RefUnwindSafe for Sdt
impl Send for Sdt
impl Sync for Sdt
impl Unpin for Sdt
impl UnwindSafe for Sdt
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
)