Struct Mms
#[repr(transparent)]pub struct Mms(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Mms
impl Mms
pub const RESET: Self
pub const RESET: Self
The UG bit from the TIMx_EGR register is used as trigger output
pub const ENABLE: Self
pub const ENABLE: Self
The counter enable signal, CNT_EN, is used as trigger output
pub const UPDATE: Self
pub const UPDATE: Self
The update event is selected as trigger output
pub const COMPAREPULSE: Self
pub const COMPAREPULSE: Self
The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred
pub const COMPAREOC1: Self
pub const COMPAREOC1: Self
OC1REF signal is used as trigger output
pub const COMPAREOC2: Self
pub const COMPAREOC2: Self
OC2REF signal is used as trigger output
pub const COMPAREOC3: Self
pub const COMPAREOC3: Self
OC3REF signal is used as trigger output
pub const COMPAREOC4: Self
pub const COMPAREOC4: Self
OC4REF signal is used as trigger output
Trait Implementations§
§impl Ord for Mms
impl Ord for Mms
§impl PartialOrd for Mms
impl PartialOrd for Mms
impl Copy for Mms
impl Eq for Mms
impl StructuralPartialEq for Mms
Auto Trait Implementations§
impl Freeze for Mms
impl RefUnwindSafe for Mms
impl Send for Mms
impl Sync for Mms
impl Unpin for Mms
impl UnwindSafe for Mms
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