Struct stm32f30x_memory_map::dbgmcu::IdcodeW
[−]
[src]
pub struct IdcodeW { /* fields omitted */ }Methods
impl IdcodeW[src]
fn reset_value() -> Self
Reset value
fn dev_id(&mut self, value: u16) -> &mut Self
Bits 0:11 - Device Identifier
fn rev_id(&mut self, value: u16) -> &mut Self
Bits 16:31 - Revision Identifier
Trait Implementations
impl Clone for IdcodeW[src]
fn clone(&self) -> IdcodeW
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more