#[repr(transparent)]pub struct DacTrig(pub u32);Expand description
DAC0 Trigger input connections.
Tuple Fields§
§0: u32Implementations§
Source§impl DacTrig
impl DacTrig
Sourcepub const fn trigin(&self) -> DacTrigTrigin
pub const fn trigin(&self) -> DacTrigTrigin
DAC0 trigger input
Sourcepub const fn set_trigin(&mut self, val: DacTrigTrigin)
pub const fn set_trigin(&mut self, val: DacTrigTrigin)
DAC0 trigger input
Trait Implementations§
impl Copy for DacTrig
impl Eq for DacTrig
impl StructuralPartialEq for DacTrig
Auto Trait Implementations§
impl Freeze for DacTrig
impl RefUnwindSafe for DacTrig
impl Send for DacTrig
impl Sync for DacTrig
impl Unpin for DacTrig
impl UnwindSafe for DacTrig
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