Enum IoVddHslv
#[repr(u8)]pub enum IoVddHslv {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
High-speed IO at low VDD voltage feature disabled (VDD can exceed 2.5 V)
B_0X1 = 1
High-speed IO at low VDD voltage feature enabled (VDD remains below 2.5 V)
Implementations§
Trait Implementations§
§impl Ord for IoVddHslv
impl Ord for IoVddHslv
§impl PartialOrd for IoVddHslv
impl PartialOrd for IoVddHslv
impl Copy for IoVddHslv
impl Eq for IoVddHslv
impl StructuralPartialEq for IoVddHslv
Auto Trait Implementations§
impl Freeze for IoVddHslv
impl RefUnwindSafe for IoVddHslv
impl Send for IoVddHslv
impl Sync for IoVddHslv
impl Unpin for IoVddHslv
impl UnwindSafe for IoVddHslv
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