Enum PdbBbSel
pub enum PdbBbSel {
_0 = 0,
_1 = 1,
}Expand description
PDB back-to-back select
Value on reset: 0
Variants§
_0 = 0
0: PDB0 channel 0 back-to-back operation with ADC0 COCO[7:0] and PDB1 channel 0 back-to-back operation with ADC1 COCO[7:0]
_1 = 1
1: Channel 0 of PDB0 and PDB1 back-to-back operation with COCO[7:0] of ADC0 and ADC1.
Trait Implementations§
impl Copy for PdbBbSel
impl Eq for PdbBbSel
impl StructuralPartialEq for PdbBbSel
Auto Trait Implementations§
impl Freeze for PdbBbSel
impl RefUnwindSafe for PdbBbSel
impl Send for PdbBbSel
impl Sync for PdbBbSel
impl Unpin for PdbBbSel
impl UnwindSafe for PdbBbSel
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