Struct stm32_metapac::hrtim::regs::Timxdt
#[repr(transparent)]pub struct Timxdt(pub u32);
Expand description
Timerx Deadtime Register
Tuple Fields§
§0: u32
Implementations§
§impl Timxdt
impl Timxdt
pub fn set_dtprsc(&mut self, val: u8)
pub fn set_dtprsc(&mut self, val: u8)
Deadtime Prescaler
pub fn set_dtrslk(&mut self, val: bool)
pub fn set_dtrslk(&mut self, val: bool)
Deadtime Rising Sign Lock
pub fn set_dtfslk(&mut self, val: bool)
pub fn set_dtfslk(&mut self, val: bool)
Deadtime Falling Sign Lock
Trait Implementations§
impl Copy for Timxdt
impl Eq for Timxdt
impl StructuralPartialEq for Timxdt
Auto Trait Implementations§
impl Freeze for Timxdt
impl RefUnwindSafe for Timxdt
impl Send for Timxdt
impl Sync for Timxdt
impl Unpin for Timxdt
impl UnwindSafe for Timxdt
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
)