Struct HrtimAdcps2
#[repr(transparent)]pub struct HrtimAdcps2(pub u32);Expand description
HRTIM ADC Post Scaler Register 2
Tuple Fields§
§0: u32Implementations§
§impl HrtimAdcps2
impl HrtimAdcps2
pub fn set_adc6psc(&mut self, val: u8)
pub fn set_adc6psc(&mut self, val: u8)
ADC6 Post Scaler
pub fn set_adc7psc(&mut self, val: u8)
pub fn set_adc7psc(&mut self, val: u8)
ADC7 Post Scaler
pub fn set_adc8psc(&mut self, val: u8)
pub fn set_adc8psc(&mut self, val: u8)
ADC8 Post Scaler
pub fn set_adc9psc(&mut self, val: u8)
pub fn set_adc9psc(&mut self, val: u8)
ADC9 Post Scaler
pub fn set_adc10psc(&mut self, val: u8)
pub fn set_adc10psc(&mut self, val: u8)
ADC10 Post Scaler
Trait Implementations§
§impl Clone for HrtimAdcps2
impl Clone for HrtimAdcps2
§fn clone(&self) -> HrtimAdcps2
fn clone(&self) -> HrtimAdcps2
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 HrtimAdcps2
impl Debug for HrtimAdcps2
§impl Default for HrtimAdcps2
impl Default for HrtimAdcps2
§fn default() -> HrtimAdcps2
fn default() -> HrtimAdcps2
Returns the “default value” for a type. Read more
§impl PartialEq for HrtimAdcps2
impl PartialEq for HrtimAdcps2
impl Copy for HrtimAdcps2
impl Eq for HrtimAdcps2
impl StructuralPartialEq for HrtimAdcps2
Auto Trait Implementations§
impl Freeze for HrtimAdcps2
impl RefUnwindSafe for HrtimAdcps2
impl Send for HrtimAdcps2
impl Sync for HrtimAdcps2
impl Unpin for HrtimAdcps2
impl UnwindSafe for HrtimAdcps2
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