Enum k32l3a60_cm0plus::portb::pcr6::PE_A
source · pub enum PE_A {
PE_0,
PE_1,
}
Expand description
Pull Enable
Value on reset: 0
Variants§
PE_0
0: Internal pull resistor is not enabled on the corresponding pin.
PE_1
1: Internal pull resistor is enabled on the corresponding pin, if the pin is configured as a digital input.
Trait Implementations§
source§impl PartialEq<PE_A> for PE_A
impl PartialEq<PE_A> for PE_A
impl Copy for PE_A
impl Eq for PE_A
impl StructuralEq for PE_A
impl StructuralPartialEq for PE_A
Auto Trait Implementations§
impl RefUnwindSafe for PE_A
impl Send for PE_A
impl Sync for PE_A
impl Unpin for PE_A
impl UnwindSafe for PE_A
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