Struct flipperzero_sys::COMP_TypeDef
source · #[repr(C)]pub struct COMP_TypeDef {
pub CSR: u32,
}Expand description
Re-export bindings Comparator
Fields§
§CSR: u32COMP 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 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