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