#[repr(C)]pub struct COMP_TypeDef {
pub CSR: u32,
}
Expand description
Comparator
Fields§
§CSR: u32
< COMP control and status register, Address offset: 0x00
Trait Implementations§
Source§impl Clone for COMP_TypeDef
impl Clone for COMP_TypeDef
Source§fn clone(&self) -> COMP_TypeDef
fn clone(&self) -> COMP_TypeDef
Returns a duplicate 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 moreSource§impl Debug for COMP_TypeDef
impl Debug for COMP_TypeDef
impl Copy for COMP_TypeDef
Auto Trait Implementations§
impl Freeze for COMP_TypeDef
impl RefUnwindSafe for COMP_TypeDef
impl Send for COMP_TypeDef
impl Sync for COMP_TypeDef
impl Unpin for COMP_TypeDef
impl UnwindSafe for COMP_TypeDef
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