corstone300_pac/dma0/
int_status.rs1#[doc = "Register `IntStatus` reader"]
6pub struct R(crate::R<INT_STATUS_SPEC>);
7impl core::ops::Deref for R {
8 type Target = crate::R<INT_STATUS_SPEC>;
9 #[inline(always)]
10 fn deref(&self) -> &Self::Target {
11 &self.0
12 }
13}
14impl From<crate::R<INT_STATUS_SPEC>> for R {
15 #[inline(always)]
16 fn from(reader: crate::R<INT_STATUS_SPEC>) -> Self {
17 R(reader)
18 }
19}
20#[doc = "Interrupt Status\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_status](index.html) module"]
21pub struct INT_STATUS_SPEC;
22impl crate::RegisterSpec for INT_STATUS_SPEC {
23 type Ux = u32;
24}
25#[doc = "`read()` method returns [int_status::R](R) reader structure"]
26impl crate::Readable for INT_STATUS_SPEC {
27 type Reader = R;
28}
29#[doc = "`reset()` method sets IntStatus to value 0"]
30impl crate::Resettable for INT_STATUS_SPEC {
31 #[inline(always)]
32 fn reset_value() -> Self::Ux {
33 0
34 }
35}