#[repr(transparent)]pub struct Trig7Result32(pub u32);Expand description
ETC_TRIG Result Data 3/2 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Trig7Result32
impl Trig7Result32
Sourcepub const fn data2(&self) -> u16
pub const fn data2(&self) -> u16
Result DATA2The sign bit from ADC result FIFO is ignored by ETC_TRIG result, so only 12-bit unsigned results is supported by ADC_ETC module
Sourcepub const fn set_data2(&mut self, val: u16)
pub const fn set_data2(&mut self, val: u16)
Result DATA2The sign bit from ADC result FIFO is ignored by ETC_TRIG result, so only 12-bit unsigned results is supported by ADC_ETC module
Trait Implementations§
Source§impl Clone for Trig7Result32
impl Clone for Trig7Result32
Source§fn clone(&self) -> Trig7Result32
fn clone(&self) -> Trig7Result32
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 moreSource§impl Debug for Trig7Result32
impl Debug for Trig7Result32
Source§impl Default for Trig7Result32
impl Default for Trig7Result32
Source§fn default() -> Trig7Result32
fn default() -> Trig7Result32
Returns the “default value” for a type. Read more
Source§impl PartialEq for Trig7Result32
impl PartialEq for Trig7Result32
impl Copy for Trig7Result32
impl Eq for Trig7Result32
impl StructuralPartialEq for Trig7Result32
Auto Trait Implementations§
impl Freeze for Trig7Result32
impl RefUnwindSafe for Trig7Result32
impl Send for Trig7Result32
impl Sync for Trig7Result32
impl Unpin for Trig7Result32
impl UnwindSafe for Trig7Result32
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