Struct HrtimAdcps1
#[repr(transparent)]pub struct HrtimAdcps1(pub u32);Expand description
HRTIM ADC Post Scaler Register 1
Tuple Fields§
§0: u32Implementations§
§impl HrtimAdcps1
impl HrtimAdcps1
pub fn set_adc1psc(&mut self, val: u8)
pub fn set_adc1psc(&mut self, val: u8)
ADC1 Post Scaler
pub fn set_adc2psc(&mut self, val: u8)
pub fn set_adc2psc(&mut self, val: u8)
ADC2 Post Scaler
pub fn set_adc3psc(&mut self, val: u8)
pub fn set_adc3psc(&mut self, val: u8)
ADC3 Post Scaler
pub fn set_adc4psc(&mut self, val: u8)
pub fn set_adc4psc(&mut self, val: u8)
ADC4 Post Scaler
pub fn set_adc5psc(&mut self, val: u8)
pub fn set_adc5psc(&mut self, val: u8)
ADC5 Post Scaler
Trait Implementations§
§impl Clone for HrtimAdcps1
impl Clone for HrtimAdcps1
§fn clone(&self) -> HrtimAdcps1
fn clone(&self) -> HrtimAdcps1
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 more§impl Debug for HrtimAdcps1
impl Debug for HrtimAdcps1
§impl Default for HrtimAdcps1
impl Default for HrtimAdcps1
§fn default() -> HrtimAdcps1
fn default() -> HrtimAdcps1
Returns the “default value” for a type. Read more
§impl PartialEq for HrtimAdcps1
impl PartialEq for HrtimAdcps1
impl Copy for HrtimAdcps1
impl Eq for HrtimAdcps1
impl StructuralPartialEq for HrtimAdcps1
Auto Trait Implementations§
impl Freeze for HrtimAdcps1
impl RefUnwindSafe for HrtimAdcps1
impl Send for HrtimAdcps1
impl Sync for HrtimAdcps1
impl Unpin for HrtimAdcps1
impl UnwindSafe for HrtimAdcps1
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