pub enum FUNCTION_A {
ENABLE = 1,
DISABLE = 0,
}
Expand description
Enable receive function
Value on reset: 0
Variants§
ENABLE = 1
1: Enable UART receive function signal
DISABLE = 0
0: Disable UART receive function signal
Trait Implementations§
Source§impl Clone for FUNCTION_A
impl Clone for FUNCTION_A
Source§fn clone(&self) -> FUNCTION_A
fn clone(&self) -> FUNCTION_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FUNCTION_A
impl Debug for FUNCTION_A
Source§impl From<FUNCTION_A> for bool
impl From<FUNCTION_A> for bool
Source§fn from(variant: FUNCTION_A) -> Self
fn from(variant: FUNCTION_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FUNCTION_A
impl PartialEq for FUNCTION_A
impl Copy for FUNCTION_A
impl Eq for FUNCTION_A
impl StructuralPartialEq for FUNCTION_A
Auto Trait Implementations§
impl Freeze for FUNCTION_A
impl RefUnwindSafe for FUNCTION_A
impl Send for FUNCTION_A
impl Sync for FUNCTION_A
impl Unpin for FUNCTION_A
impl UnwindSafe for FUNCTION_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