pub struct R(_);Expand description
Register INTEN reader
Implementations
impl R
impl R
pub fn triggered0(&self) -> TRIGGERED0_R
pub fn triggered0(&self) -> TRIGGERED0_R
Bit 0 - Enable or disable interrupt for event TRIGGERED[0]
pub fn triggered1(&self) -> TRIGGERED1_R
pub fn triggered1(&self) -> TRIGGERED1_R
Bit 1 - Enable or disable interrupt for event TRIGGERED[1]
pub fn triggered2(&self) -> TRIGGERED2_R
pub fn triggered2(&self) -> TRIGGERED2_R
Bit 2 - Enable or disable interrupt for event TRIGGERED[2]
pub fn triggered3(&self) -> TRIGGERED3_R
pub fn triggered3(&self) -> TRIGGERED3_R
Bit 3 - Enable or disable interrupt for event TRIGGERED[3]
pub fn triggered4(&self) -> TRIGGERED4_R
pub fn triggered4(&self) -> TRIGGERED4_R
Bit 4 - Enable or disable interrupt for event TRIGGERED[4]
pub fn triggered5(&self) -> TRIGGERED5_R
pub fn triggered5(&self) -> TRIGGERED5_R
Bit 5 - Enable or disable interrupt for event TRIGGERED[5]
pub fn triggered6(&self) -> TRIGGERED6_R
pub fn triggered6(&self) -> TRIGGERED6_R
Bit 6 - Enable or disable interrupt for event TRIGGERED[6]
pub fn triggered7(&self) -> TRIGGERED7_R
pub fn triggered7(&self) -> TRIGGERED7_R
Bit 7 - Enable or disable interrupt for event TRIGGERED[7]
pub fn triggered8(&self) -> TRIGGERED8_R
pub fn triggered8(&self) -> TRIGGERED8_R
Bit 8 - Enable or disable interrupt for event TRIGGERED[8]
pub fn triggered9(&self) -> TRIGGERED9_R
pub fn triggered9(&self) -> TRIGGERED9_R
Bit 9 - Enable or disable interrupt for event TRIGGERED[9]
pub fn triggered10(&self) -> TRIGGERED10_R
pub fn triggered10(&self) -> TRIGGERED10_R
Bit 10 - Enable or disable interrupt for event TRIGGERED[10]
pub fn triggered11(&self) -> TRIGGERED11_R
pub fn triggered11(&self) -> TRIGGERED11_R
Bit 11 - Enable or disable interrupt for event TRIGGERED[11]
pub fn triggered12(&self) -> TRIGGERED12_R
pub fn triggered12(&self) -> TRIGGERED12_R
Bit 12 - Enable or disable interrupt for event TRIGGERED[12]
pub fn triggered13(&self) -> TRIGGERED13_R
pub fn triggered13(&self) -> TRIGGERED13_R
Bit 13 - Enable or disable interrupt for event TRIGGERED[13]
pub fn triggered14(&self) -> TRIGGERED14_R
pub fn triggered14(&self) -> TRIGGERED14_R
Bit 14 - Enable or disable interrupt for event TRIGGERED[14]
pub fn triggered15(&self) -> TRIGGERED15_R
pub fn triggered15(&self) -> TRIGGERED15_R
Bit 15 - Enable or disable interrupt for event TRIGGERED[15]
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.