#[repr(transparent)]pub struct Trig3Result10(pub u32);Expand description
ETC_TRIG Result Data 1/0 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Trig3Result10
impl Trig3Result10
Sourcepub const fn data0(&self) -> u16
pub const fn data0(&self) -> u16
Result DATA0The 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_data0(&mut self, val: u16)
pub const fn set_data0(&mut self, val: u16)
Result DATA0The 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 Trig3Result10
impl Clone for Trig3Result10
Source§fn clone(&self) -> Trig3Result10
fn clone(&self) -> Trig3Result10
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 Trig3Result10
impl Debug for Trig3Result10
Source§impl Default for Trig3Result10
impl Default for Trig3Result10
Source§fn default() -> Trig3Result10
fn default() -> Trig3Result10
Returns the “default value” for a type. Read more
Source§impl PartialEq for Trig3Result10
impl PartialEq for Trig3Result10
impl Copy for Trig3Result10
impl Eq for Trig3Result10
impl StructuralPartialEq for Trig3Result10
Auto Trait Implementations§
impl Freeze for Trig3Result10
impl RefUnwindSafe for Trig3Result10
impl Send for Trig3Result10
impl Sync for Trig3Result10
impl Unpin for Trig3Result10
impl UnwindSafe for Trig3Result10
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