Enum Refsel
#[repr(u8)]pub enum Refsel {
_00 = 0,
_01 = 1,
}Expand description
Voltage Reference Selection
Value on reset: 0
Variants§
_00 = 0
0: Default voltage reference pin pair, that is, external pins VREFH and VREFL
_01 = 1
1: Alternate reference voltage, that is, VALTH. This voltage may be additional external pin or internal source depending on the MCU configuration. See the chip configuration information for details specific to this MCU.
Trait Implementations§
impl Copy for Refsel
impl Eq for Refsel
impl IsEnum for Refsel
impl StructuralPartialEq for Refsel
Auto Trait Implementations§
impl Freeze for Refsel
impl RefUnwindSafe for Refsel
impl Send for Refsel
impl Sync for Refsel
impl Unpin for Refsel
impl UnwindSafe for Refsel
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