#[repr(transparent)]pub struct UsbOtg2OcSelectInput(pub u32);Expand description
USB_OTG2_OC_SELECT_INPUT DAISY Register
Tuple Fields§
§0: u32Implementations§
Source§impl UsbOtg2OcSelectInput
impl UsbOtg2OcSelectInput
Sourcepub const fn daisy(&self) -> UsbOtg2OcSelectInputDaisy
pub const fn daisy(&self) -> UsbOtg2OcSelectInputDaisy
Selecting Pads Involved in Daisy Chain.
Sourcepub const fn set_daisy(&mut self, val: UsbOtg2OcSelectInputDaisy)
pub const fn set_daisy(&mut self, val: UsbOtg2OcSelectInputDaisy)
Selecting Pads Involved in Daisy Chain.
Trait Implementations§
Source§impl Clone for UsbOtg2OcSelectInput
impl Clone for UsbOtg2OcSelectInput
Source§fn clone(&self) -> UsbOtg2OcSelectInput
fn clone(&self) -> UsbOtg2OcSelectInput
Returns a duplicate 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 UsbOtg2OcSelectInput
impl Debug for UsbOtg2OcSelectInput
Source§impl Default for UsbOtg2OcSelectInput
impl Default for UsbOtg2OcSelectInput
Source§fn default() -> UsbOtg2OcSelectInput
fn default() -> UsbOtg2OcSelectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for UsbOtg2OcSelectInput
impl PartialEq for UsbOtg2OcSelectInput
impl Copy for UsbOtg2OcSelectInput
impl Eq for UsbOtg2OcSelectInput
impl StructuralPartialEq for UsbOtg2OcSelectInput
Auto Trait Implementations§
impl Freeze for UsbOtg2OcSelectInput
impl RefUnwindSafe for UsbOtg2OcSelectInput
impl Send for UsbOtg2OcSelectInput
impl Sync for UsbOtg2OcSelectInput
impl Unpin for UsbOtg2OcSelectInput
impl UnwindSafe for UsbOtg2OcSelectInput
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