Struct stm32_metapac::timer::regs::Bdtr1chCmp
#[repr(transparent)]pub struct Bdtr1chCmp(pub u32);
Expand description
break and dead-time register
Tuple Fields§
§0: u32
Implementations§
§impl Bdtr1chCmp
impl Bdtr1chCmp
pub const fn bkf(&self, n: usize) -> FilterValue
pub const fn bkf(&self, n: usize) -> FilterValue
Break x (x=1) filter
pub fn set_bkf(&mut self, n: usize, val: FilterValue)
pub fn set_bkf(&mut self, n: usize, val: FilterValue)
Break x (x=1) filter
Trait Implementations§
§impl Clone for Bdtr1chCmp
impl Clone for Bdtr1chCmp
§fn clone(&self) -> Bdtr1chCmp
fn clone(&self) -> Bdtr1chCmp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Bdtr1chCmp
impl Default for Bdtr1chCmp
§fn default() -> Bdtr1chCmp
fn default() -> Bdtr1chCmp
Returns the “default value” for a type. Read more
§impl PartialEq for Bdtr1chCmp
impl PartialEq for Bdtr1chCmp
impl Copy for Bdtr1chCmp
impl Eq for Bdtr1chCmp
impl StructuralPartialEq for Bdtr1chCmp
Auto Trait Implementations§
impl Freeze for Bdtr1chCmp
impl RefUnwindSafe for Bdtr1chCmp
impl Send for Bdtr1chCmp
impl Sync for Bdtr1chCmp
impl Unpin for Bdtr1chCmp
impl UnwindSafe for Bdtr1chCmp
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
)