Struct flipperzero_sys::COMP_TypeDef
source · [−]#[repr(C)]pub struct COMP_TypeDef {
pub CSR: u32,
}Expand description
@brief Comparator
Fields
CSR: u32< COMP control and status register, Address offset: 0x00
Trait Implementations
sourceimpl Clone for COMP_TypeDef
impl Clone for COMP_TypeDef
sourcefn clone(&self) -> COMP_TypeDef
fn clone(&self) -> COMP_TypeDef
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for COMP_TypeDef
impl Debug for COMP_TypeDef
impl Copy for COMP_TypeDef
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more