Struct stm32_metapac::hrtim::regs::Timxoutr
#[repr(transparent)]pub struct Timxoutr(pub u32);
Expand description
Timerx Output Register
Tuple Fields§
§0: u32
Implementations§
§impl Timxoutr
impl Timxoutr
pub fn set_faultx(&mut self, n: usize, val: Fault)
pub fn set_faultx(&mut self, n: usize, val: Fault)
Output X Fault state
pub fn set_dlyprten(&mut self, val: bool)
pub fn set_dlyprten(&mut self, val: bool)
Delayed Protection Enable
pub fn set_dlyprt(&mut self, val: Dlyprt)
pub fn set_dlyprt(&mut self, val: Dlyprt)
Delayed Protection
Trait Implementations§
impl Copy for Timxoutr
impl Eq for Timxoutr
impl StructuralPartialEq for Timxoutr
Auto Trait Implementations§
impl Freeze for Timxoutr
impl RefUnwindSafe for Timxoutr
impl Send for Timxoutr
impl Sync for Timxoutr
impl Unpin for Timxoutr
impl UnwindSafe for Timxoutr
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
)