#[repr(u8)]pub enum Trgsel {
DISABLED = 0,
TRG_RXD = 1,
TRG_CTS = 2,
TRG_TXD = 3,
}Variants§
DISABLED = 0
Input trigger disabled
TRG_RXD = 1
Input trigger used instead of the RXD pin input
TRG_CTS = 2
Input trigger used instead of the CTS_B pin input
TRG_TXD = 3
Input trigger used to modulate the TXD pin output, which (after TXINV configuration) is internally ANDed with the input trigger
Implementations§
Trait Implementations§
Source§impl Ord for Trgsel
impl Ord for Trgsel
Source§impl PartialOrd for Trgsel
impl PartialOrd for Trgsel
impl Copy for Trgsel
impl Eq for Trgsel
impl StructuralPartialEq for Trgsel
Auto Trait Implementations§
impl Freeze for Trgsel
impl RefUnwindSafe for Trgsel
impl Send for Trgsel
impl Sync for Trgsel
impl Unpin for Trgsel
impl UnwindSafe for Trgsel
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