#[repr(C)]pub struct CRC_TypeDef {
pub DR: u32,
pub IDR: u32,
pub CR: u32,
}Expand description
@brief CRC calculation unit
Fields§
§DR: u32< CRC Data register, Address offset: 0x00
IDR: u32< CRC Independent data register, Address offset: 0x04
CR: u32< CRC Control register, Address offset: 0x08
Trait Implementations§
Source§impl Clone for CRC_TypeDef
impl Clone for CRC_TypeDef
Source§fn clone(&self) -> CRC_TypeDef
fn clone(&self) -> CRC_TypeDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CRC_TypeDef
Auto Trait Implementations§
impl Freeze for CRC_TypeDef
impl RefUnwindSafe for CRC_TypeDef
impl Send for CRC_TypeDef
impl Sync for CRC_TypeDef
impl Unpin for CRC_TypeDef
impl UnsafeUnpin for CRC_TypeDef
impl UnwindSafe for CRC_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