Struct rp2040_pac2::usb::regs::IntEpCtrl[][src]

#[repr(transparent)]pub struct IntEpCtrl(pub u32);

interrupt endpoint control register

Implementations

impl IntEpCtrl[src]

pub const fn int_ep_active(&self) -> u16[src]

Host: Enable interrupt endpoint 1 -> 15

pub fn set_int_ep_active(&mut self, val: u16)[src]

Host: Enable interrupt endpoint 1 -> 15

Trait Implementations

impl Clone for IntEpCtrl[src]

impl Copy for IntEpCtrl[src]

impl Default for IntEpCtrl[src]

Auto Trait Implementations

impl Send for IntEpCtrl

impl Sync for IntEpCtrl

impl Unpin for IntEpCtrl

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.