#[repr(C)]pub struct COMP_Common_TypeDef {
pub CSR_ODD: u32,
pub FR_ODD: u32,
pub RESERVED: [u32; 2],
pub CSR_EVEN: u32,
pub FR_EVEN: u32,
}
Fields§
§CSR_ODD: u32
< COMP control and status register located in register of comparator instance odd, used for bits common to several COMP instances, Address offset: 0x00
FR_ODD: u32
§RESERVED: [u32; 2]
§CSR_EVEN: u32
< COMP control and status register located in register of comparator instance even, used for bits common to several COMP instances, Address offset: 0x04
FR_EVEN: u32
Trait Implementations§
Source§impl Clone for COMP_Common_TypeDef
impl Clone for COMP_Common_TypeDef
Source§fn clone(&self) -> COMP_Common_TypeDef
fn clone(&self) -> COMP_Common_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_Common_TypeDef
impl Debug for COMP_Common_TypeDef
impl Copy for COMP_Common_TypeDef
Auto Trait Implementations§
impl Freeze for COMP_Common_TypeDef
impl RefUnwindSafe for COMP_Common_TypeDef
impl Send for COMP_Common_TypeDef
impl Sync for COMP_Common_TypeDef
impl Unpin for COMP_Common_TypeDef
impl UnwindSafe for COMP_Common_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