pub enum ADCPREW {
DIV2,
DIV4,
DIV6,
DIV8,
}
Expand description
Values that can be written to the field ADCPRE
Variants§
Auto Trait Implementations§
impl Freeze for ADCPREW
impl RefUnwindSafe for ADCPREW
impl Send for ADCPREW
impl Sync for ADCPREW
impl Unpin for ADCPREW
impl UnwindSafe for ADCPREW
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