pub enum FRSTX {
NoEffect = 0,
Enabled = 1,
}Expand description
FRS Tx signaling enable. Setting the bit enables FRS Tx signaling. The bit is cleared by hardware after a delay respecting the USB Power Delivery specification Revision 3.0.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FRSTX
impl Eq for FRSTX
impl StructuralPartialEq for FRSTX
Auto Trait Implementations§
impl Freeze for FRSTX
impl RefUnwindSafe for FRSTX
impl Send for FRSTX
impl Sync for FRSTX
impl Unpin for FRSTX
impl UnwindSafe for FRSTX
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