Enum Err
#[repr(u8)]pub enum Err {
_0 = 0,
_1 = 1,
}Expand description
PDB Channel Sequence Error Flags
Value on reset: 0
Variants§
_0 = 0
0: Sequence error not detected on PDB channel’s corresponding pre-trigger.
_1 = 1
1: Sequence error detected on PDB channel’s corresponding pre-trigger. ADCn block can be triggered for a conversion by one pre-trigger from PDB channel n. When one conversion, which is triggered by one of the pre-triggers from PDB channel n, is in progress, new trigger from PDB channel’s corresponding pre-trigger m cannot be accepted by ADCn, and ERR[m] is set. Writing 0’s to clear the sequence error flags.
Trait Implementations§
impl Copy for Err
impl Eq for Err
impl IsEnum for Err
impl StructuralPartialEq for Err
Auto Trait Implementations§
impl Freeze for Err
impl RefUnwindSafe for Err
impl Send for Err
impl Sync for Err
impl Unpin for Err
impl UnwindSafe for Err
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