pub struct R(_);Expand description
Register INTEN reader
Implementations
impl R
impl R
pub fn usbreset(&self) -> USBRESET_R
pub fn usbreset(&self) -> USBRESET_R
Bit 0 - Enable or disable interrupt for event USBRESET
pub fn endepin0(&self) -> ENDEPIN0_R
pub fn endepin0(&self) -> ENDEPIN0_R
Bit 2 - Enable or disable interrupt for event ENDEPIN[0]
pub fn endepin1(&self) -> ENDEPIN1_R
pub fn endepin1(&self) -> ENDEPIN1_R
Bit 3 - Enable or disable interrupt for event ENDEPIN[1]
pub fn endepin2(&self) -> ENDEPIN2_R
pub fn endepin2(&self) -> ENDEPIN2_R
Bit 4 - Enable or disable interrupt for event ENDEPIN[2]
pub fn endepin3(&self) -> ENDEPIN3_R
pub fn endepin3(&self) -> ENDEPIN3_R
Bit 5 - Enable or disable interrupt for event ENDEPIN[3]
pub fn endepin4(&self) -> ENDEPIN4_R
pub fn endepin4(&self) -> ENDEPIN4_R
Bit 6 - Enable or disable interrupt for event ENDEPIN[4]
pub fn endepin5(&self) -> ENDEPIN5_R
pub fn endepin5(&self) -> ENDEPIN5_R
Bit 7 - Enable or disable interrupt for event ENDEPIN[5]
pub fn endepin6(&self) -> ENDEPIN6_R
pub fn endepin6(&self) -> ENDEPIN6_R
Bit 8 - Enable or disable interrupt for event ENDEPIN[6]
pub fn endepin7(&self) -> ENDEPIN7_R
pub fn endepin7(&self) -> ENDEPIN7_R
Bit 9 - Enable or disable interrupt for event ENDEPIN[7]
pub fn ep0datadone(&self) -> EP0DATADONE_R
pub fn ep0datadone(&self) -> EP0DATADONE_R
Bit 10 - Enable or disable interrupt for event EP0DATADONE
pub fn endisoin(&self) -> ENDISOIN_R
pub fn endisoin(&self) -> ENDISOIN_R
Bit 11 - Enable or disable interrupt for event ENDISOIN
pub fn endepout0(&self) -> ENDEPOUT0_R
pub fn endepout0(&self) -> ENDEPOUT0_R
Bit 12 - Enable or disable interrupt for event ENDEPOUT[0]
pub fn endepout1(&self) -> ENDEPOUT1_R
pub fn endepout1(&self) -> ENDEPOUT1_R
Bit 13 - Enable or disable interrupt for event ENDEPOUT[1]
pub fn endepout2(&self) -> ENDEPOUT2_R
pub fn endepout2(&self) -> ENDEPOUT2_R
Bit 14 - Enable or disable interrupt for event ENDEPOUT[2]
pub fn endepout3(&self) -> ENDEPOUT3_R
pub fn endepout3(&self) -> ENDEPOUT3_R
Bit 15 - Enable or disable interrupt for event ENDEPOUT[3]
pub fn endepout4(&self) -> ENDEPOUT4_R
pub fn endepout4(&self) -> ENDEPOUT4_R
Bit 16 - Enable or disable interrupt for event ENDEPOUT[4]
pub fn endepout5(&self) -> ENDEPOUT5_R
pub fn endepout5(&self) -> ENDEPOUT5_R
Bit 17 - Enable or disable interrupt for event ENDEPOUT[5]
pub fn endepout6(&self) -> ENDEPOUT6_R
pub fn endepout6(&self) -> ENDEPOUT6_R
Bit 18 - Enable or disable interrupt for event ENDEPOUT[6]
pub fn endepout7(&self) -> ENDEPOUT7_R
pub fn endepout7(&self) -> ENDEPOUT7_R
Bit 19 - Enable or disable interrupt for event ENDEPOUT[7]
pub fn endisoout(&self) -> ENDISOOUT_R
pub fn endisoout(&self) -> ENDISOOUT_R
Bit 20 - Enable or disable interrupt for event ENDISOOUT
pub fn usbevent(&self) -> USBEVENT_R
pub fn usbevent(&self) -> USBEVENT_R
Bit 22 - Enable or disable interrupt for event USBEVENT
pub fn ep0setup(&self) -> EP0SETUP_R
pub fn ep0setup(&self) -> EP0SETUP_R
Bit 23 - Enable or disable interrupt for event EP0SETUP
Methods from Deref<Target = R<INTEN_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<INTEN_SPEC>> for R
impl From<R<INTEN_SPEC>> for R
fn from(reader: R<INTEN_SPEC>) -> R
fn from(reader: R<INTEN_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> CheckedAs for T
impl<T> CheckedAs for T
sourcefn checked_as<Dst>(self) -> Option<Dst> where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst> where
T: CheckedCast<Dst>,
Casts the value.
sourceimpl<Src, Dst> CheckedCastFrom<Src> for Dst where
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dst where
Src: CheckedCast<Dst>,
sourcefn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
sourceimpl<Src, Dst> LosslessTryInto<Dst> for Src where
Dst: LosslessTryFrom<Src>,
impl<Src, Dst> LosslessTryInto<Dst> for Src where
Dst: LosslessTryFrom<Src>,
sourcefn lossless_try_into(self) -> Option<Dst>
fn lossless_try_into(self) -> Option<Dst>
Performs the conversion.
sourceimpl<Src, Dst> LossyInto<Dst> for Src where
Dst: LossyFrom<Src>,
impl<Src, Dst> LossyInto<Dst> for Src where
Dst: LossyFrom<Src>,
sourcefn lossy_into(self) -> Dst
fn lossy_into(self) -> Dst
Performs the conversion.
sourceimpl<T> OverflowingAs for T
impl<T> OverflowingAs for T
sourcefn overflowing_as<Dst>(self) -> (Dst, bool) where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool) where
T: OverflowingCast<Dst>,
Casts the value.
sourceimpl<Src, Dst> OverflowingCastFrom<Src> for Dst where
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dst where
Src: OverflowingCast<Dst>,
sourcefn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
OverflowingCasts the value.
sourceimpl<T> SaturatingAs for T
impl<T> SaturatingAs for T
sourcefn saturating_as<Dst>(self) -> Dst where
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dst where
T: SaturatingCast<Dst>,
Casts the value.
sourceimpl<Src, Dst> SaturatingCastFrom<Src> for Dst where
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dst where
Src: SaturatingCast<Dst>,
sourcefn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
sourceimpl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
sourcefn unwrapped_as<Dst>(self) -> Dst where
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dst where
T: UnwrappedCast<Dst>,
Casts the value.
sourceimpl<Src, Dst> UnwrappedCastFrom<Src> for Dst where
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dst where
Src: UnwrappedCast<Dst>,
sourcefn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
UnwrappedCasts the value.
sourceimpl<T> WrappingAs for T
impl<T> WrappingAs for T
sourcefn wrapping_as<Dst>(self) -> Dst where
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dst where
T: WrappingCast<Dst>,
Casts the value.
sourceimpl<Src, Dst> WrappingCastFrom<Src> for Dst where
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dst where
Src: WrappingCast<Dst>,
sourcefn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
WrappingCasts the value.