Enum Dse
pub enum Dse {
_0 = 0,
_1 = 1,
}Expand description
Drive Strength Enable
Value on reset: 1
Variants§
_0 = 0
0: Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.
_1 = 1
1: High drive strength is configured on the corresponding pin, if pin is configured as a digital output.
Trait Implementations§
impl Copy for Dse
impl Eq for Dse
impl StructuralPartialEq for Dse
Auto Trait Implementations§
impl Freeze for Dse
impl RefUnwindSafe for Dse
impl Send for Dse
impl Sync for Dse
impl Unpin for Dse
impl UnwindSafe for Dse
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