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