pub struct TSEL2_R(/* private fields */);Expand description
Field TSEL2 reader - DAC channel2 trigger selection These bits select the external event used to trigger DAC channel2 Note: Only used if bit TEN2 = 1 (DAC channel2 trigger enabled).
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TSEL2_R
impl RefUnwindSafe for TSEL2_R
impl Send for TSEL2_R
impl Sync for TSEL2_R
impl Unpin for TSEL2_R
impl UnwindSafe for TSEL2_R
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