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