#[doc = "Register `INT_RAW` reader"]
pub struct R(crate::R<INT_RAW_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<INT_RAW_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<INT_RAW_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<INT_RAW_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Register `INT_RAW` writer"]
pub struct W(crate::W<INT_RAW_SPEC>);
impl core::ops::Deref for W {
type Target = crate::W<INT_RAW_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl core::ops::DerefMut for W {
#[inline(always)]
fn deref_mut(&mut self) -> &mut Self::Target {
&mut self.0
}
}
impl From<crate::W<INT_RAW_SPEC>> for W {
#[inline(always)]
fn from(writer: crate::W<INT_RAW_SPEC>) -> Self {
W(writer)
}
}
#[doc = "Field `CH_TX_END_INT_RAW[0-1]` reader - reg_ch%s_tx_end_int_raw."]
pub type CH_TX_END_INT_RAW_R = crate::BitReader;
#[doc = "Field `CH_TX_END_INT_RAW[0-1]` writer - reg_ch%s_tx_end_int_raw."]
pub type CH_TX_END_INT_RAW_W<'a, const O: u8> = crate::BitWriter<'a, INT_RAW_SPEC, O>;
#[doc = "Field `CH_RX_END_INT_RAW[2-3]` reader - reg_ch2_rx_end_int_raw."]
pub type CH_RX_END_INT_RAW_R = crate::BitReader;
#[doc = "Field `CH_RX_END_INT_RAW[2-3]` writer - reg_ch2_rx_end_int_raw."]
pub type CH_RX_END_INT_RAW_W<'a, const O: u8> = crate::BitWriter<'a, INT_RAW_SPEC, O>;
#[doc = "Field `CH_TX_ERR_INT_RAW[0-1]` reader - reg_ch%s_err_int_raw."]
pub type CH_TX_ERR_INT_RAW_R = crate::BitReader;
#[doc = "Field `CH_TX_ERR_INT_RAW[0-1]` writer - reg_ch%s_err_int_raw."]
pub type CH_TX_ERR_INT_RAW_W<'a, const O: u8> = crate::BitWriter<'a, INT_RAW_SPEC, O>;
#[doc = "Field `CH_RX_ERR_INT_RAW[2-3]` reader - reg_ch2_err_int_raw."]
pub type CH_RX_ERR_INT_RAW_R = crate::BitReader;
#[doc = "Field `CH_RX_ERR_INT_RAW[2-3]` writer - reg_ch2_err_int_raw."]
pub type CH_RX_ERR_INT_RAW_W<'a, const O: u8> = crate::BitWriter<'a, INT_RAW_SPEC, O>;
#[doc = "Field `CH_TX_THR_EVENT_INT_RAW[0-1]` reader - reg_ch%s_tx_thr_event_int_raw."]
pub type CH_TX_THR_EVENT_INT_RAW_R = crate::BitReader;
#[doc = "Field `CH_TX_THR_EVENT_INT_RAW[0-1]` writer - reg_ch%s_tx_thr_event_int_raw."]
pub type CH_TX_THR_EVENT_INT_RAW_W<'a, const O: u8> = crate::BitWriter<'a, INT_RAW_SPEC, O>;
#[doc = "Field `CH2_RX_THR_EVENT_INT_RAW` reader - reg_ch2_rx_thr_event_int_raw."]
pub type CH2_RX_THR_EVENT_INT_RAW_R = crate::BitReader;
#[doc = "Field `CH2_RX_THR_EVENT_INT_RAW` writer - reg_ch2_rx_thr_event_int_raw."]
pub type CH2_RX_THR_EVENT_INT_RAW_W<'a, const O: u8> = crate::BitWriter<'a, INT_RAW_SPEC, O>;
#[doc = "Field `CH3_RX_THR_EVENT_INT_RAW` reader - reg_ch3_rx_thr_event_int_raw."]
pub type CH3_RX_THR_EVENT_INT_RAW_R = crate::BitReader;
#[doc = "Field `CH3_RX_THR_EVENT_INT_RAW` writer - reg_ch3_rx_thr_event_int_raw."]
pub type CH3_RX_THR_EVENT_INT_RAW_W<'a, const O: u8> = crate::BitWriter<'a, INT_RAW_SPEC, O>;
#[doc = "Field `CH_TX_LOOP_INT_RAW[0-1]` reader - reg_ch%s_tx_loop_int_raw."]
pub type CH_TX_LOOP_INT_RAW_R = crate::BitReader;
#[doc = "Field `CH_TX_LOOP_INT_RAW[0-1]` writer - reg_ch%s_tx_loop_int_raw."]
pub type CH_TX_LOOP_INT_RAW_W<'a, const O: u8> = crate::BitWriter<'a, INT_RAW_SPEC, O>;
impl R {
#[doc = "reg_ch[0-1]_tx_end_int_raw."]
#[inline(always)]
pub unsafe fn ch_tx_end_int_raw(&self, n: u8) -> CH_TX_END_INT_RAW_R {
CH_TX_END_INT_RAW_R::new(((self.bits >> n) & 1) != 0)
}
#[doc = "Bit 0 - reg_ch0_tx_end_int_raw."]
#[inline(always)]
pub fn ch0_tx_end_int_raw(&self) -> CH_TX_END_INT_RAW_R {
CH_TX_END_INT_RAW_R::new((self.bits & 1) != 0)
}
#[doc = "Bit 1 - reg_ch1_tx_end_int_raw."]
#[inline(always)]
pub fn ch1_tx_end_int_raw(&self) -> CH_TX_END_INT_RAW_R {
CH_TX_END_INT_RAW_R::new(((self.bits >> 1) & 1) != 0)
}
#[doc = "reg_ch2_rx_end_int_raw."]
#[inline(always)]
pub unsafe fn ch_rx_end_int_raw(&self, n: u8) -> CH_RX_END_INT_RAW_R {
CH_RX_END_INT_RAW_R::new(((self.bits >> (n - 2 + 2)) & 1) != 0)
}
#[doc = "Bit 2 - reg_ch2_rx_end_int_raw."]
#[inline(always)]
pub fn ch2_rx_end_int_raw(&self) -> CH_RX_END_INT_RAW_R {
CH_RX_END_INT_RAW_R::new(((self.bits >> 2) & 1) != 0)
}
#[doc = "Bit 3 - reg_ch2_rx_end_int_raw."]
#[inline(always)]
pub fn ch3_rx_end_int_raw(&self) -> CH_RX_END_INT_RAW_R {
CH_RX_END_INT_RAW_R::new(((self.bits >> 3) & 1) != 0)
}
#[doc = "reg_ch[0-1]_err_int_raw."]
#[inline(always)]
pub unsafe fn ch_tx_err_int_raw(&self, n: u8) -> CH_TX_ERR_INT_RAW_R {
CH_TX_ERR_INT_RAW_R::new(((self.bits >> (n + 4)) & 1) != 0)
}
#[doc = "Bit 4 - reg_ch0_err_int_raw."]
#[inline(always)]
pub fn ch0_tx_err_int_raw(&self) -> CH_TX_ERR_INT_RAW_R {
CH_TX_ERR_INT_RAW_R::new(((self.bits >> 4) & 1) != 0)
}
#[doc = "Bit 5 - reg_ch1_err_int_raw."]
#[inline(always)]
pub fn ch1_tx_err_int_raw(&self) -> CH_TX_ERR_INT_RAW_R {
CH_TX_ERR_INT_RAW_R::new(((self.bits >> 5) & 1) != 0)
}
#[doc = "reg_ch2_err_int_raw."]
#[inline(always)]
pub unsafe fn ch_rx_err_int_raw(&self, n: u8) -> CH_RX_ERR_INT_RAW_R {
CH_RX_ERR_INT_RAW_R::new(((self.bits >> (n - 2 + 6)) & 1) != 0)
}
#[doc = "Bit 6 - reg_ch2_err_int_raw."]
#[inline(always)]
pub fn ch2_rx_err_int_raw(&self) -> CH_RX_ERR_INT_RAW_R {
CH_RX_ERR_INT_RAW_R::new(((self.bits >> 6) & 1) != 0)
}
#[doc = "Bit 7 - reg_ch2_err_int_raw."]
#[inline(always)]
pub fn ch3_rx_err_int_raw(&self) -> CH_RX_ERR_INT_RAW_R {
CH_RX_ERR_INT_RAW_R::new(((self.bits >> 7) & 1) != 0)
}
#[doc = "reg_ch[0-1]_tx_thr_event_int_raw."]
#[inline(always)]
pub unsafe fn ch_tx_thr_event_int_raw(&self, n: u8) -> CH_TX_THR_EVENT_INT_RAW_R {
CH_TX_THR_EVENT_INT_RAW_R::new(((self.bits >> (n + 8)) & 1) != 0)
}
#[doc = "Bit 8 - reg_ch0_tx_thr_event_int_raw."]
#[inline(always)]
pub fn ch0_tx_thr_event_int_raw(&self) -> CH_TX_THR_EVENT_INT_RAW_R {
CH_TX_THR_EVENT_INT_RAW_R::new(((self.bits >> 8) & 1) != 0)
}
#[doc = "Bit 9 - reg_ch1_tx_thr_event_int_raw."]
#[inline(always)]
pub fn ch1_tx_thr_event_int_raw(&self) -> CH_TX_THR_EVENT_INT_RAW_R {
CH_TX_THR_EVENT_INT_RAW_R::new(((self.bits >> 9) & 1) != 0)
}
#[doc = "Bit 10 - reg_ch2_rx_thr_event_int_raw."]
#[inline(always)]
pub fn ch2_rx_thr_event_int_raw(&self) -> CH2_RX_THR_EVENT_INT_RAW_R {
CH2_RX_THR_EVENT_INT_RAW_R::new(((self.bits >> 10) & 1) != 0)
}
#[doc = "Bit 11 - reg_ch3_rx_thr_event_int_raw."]
#[inline(always)]
pub fn ch3_rx_thr_event_int_raw(&self) -> CH3_RX_THR_EVENT_INT_RAW_R {
CH3_RX_THR_EVENT_INT_RAW_R::new(((self.bits >> 11) & 1) != 0)
}
#[doc = "reg_ch[0-1]_tx_loop_int_raw."]
#[inline(always)]
pub unsafe fn ch_tx_loop_int_raw(&self, n: u8) -> CH_TX_LOOP_INT_RAW_R {
CH_TX_LOOP_INT_RAW_R::new(((self.bits >> (n + 12)) & 1) != 0)
}
#[doc = "Bit 12 - reg_ch0_tx_loop_int_raw."]
#[inline(always)]
pub fn ch0_tx_loop_int_raw(&self) -> CH_TX_LOOP_INT_RAW_R {
CH_TX_LOOP_INT_RAW_R::new(((self.bits >> 12) & 1) != 0)
}
#[doc = "Bit 13 - reg_ch1_tx_loop_int_raw."]
#[inline(always)]
pub fn ch1_tx_loop_int_raw(&self) -> CH_TX_LOOP_INT_RAW_R {
CH_TX_LOOP_INT_RAW_R::new(((self.bits >> 13) & 1) != 0)
}
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("INT_RAW")
.field(
"ch0_tx_end_int_raw",
&format_args!("{}", self.ch0_tx_end_int_raw().bit()),
)
.field(
"ch1_tx_end_int_raw",
&format_args!("{}", self.ch1_tx_end_int_raw().bit()),
)
.field(
"ch2_rx_end_int_raw",
&format_args!("{}", self.ch2_rx_end_int_raw().bit()),
)
.field(
"ch3_rx_end_int_raw",
&format_args!("{}", self.ch3_rx_end_int_raw().bit()),
)
.field(
"ch0_tx_err_int_raw",
&format_args!("{}", self.ch0_tx_err_int_raw().bit()),
)
.field(
"ch1_tx_err_int_raw",
&format_args!("{}", self.ch1_tx_err_int_raw().bit()),
)
.field(
"ch2_rx_err_int_raw",
&format_args!("{}", self.ch2_rx_err_int_raw().bit()),
)
.field(
"ch3_rx_err_int_raw",
&format_args!("{}", self.ch3_rx_err_int_raw().bit()),
)
.field(
"ch0_tx_thr_event_int_raw",
&format_args!("{}", self.ch0_tx_thr_event_int_raw().bit()),
)
.field(
"ch1_tx_thr_event_int_raw",
&format_args!("{}", self.ch1_tx_thr_event_int_raw().bit()),
)
.field(
"ch2_rx_thr_event_int_raw",
&format_args!("{}", self.ch2_rx_thr_event_int_raw().bit()),
)
.field(
"ch3_rx_thr_event_int_raw",
&format_args!("{}", self.ch3_rx_thr_event_int_raw().bit()),
)
.field(
"ch0_tx_loop_int_raw",
&format_args!("{}", self.ch0_tx_loop_int_raw().bit()),
)
.field(
"ch1_tx_loop_int_raw",
&format_args!("{}", self.ch1_tx_loop_int_raw().bit()),
)
.finish()
}
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for crate::generic::Reg<INT_RAW_SPEC> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
self.read().fmt(f)
}
}
impl W {
#[doc = "reg_ch[0-1]_tx_end_int_raw."]
#[inline(always)]
#[must_use]
pub unsafe fn ch_tx_end_int_raw<const O: u8>(&mut self) -> CH_TX_END_INT_RAW_W<O> {
CH_TX_END_INT_RAW_W::new(self)
}
#[doc = "Bit 0 - reg_ch0_tx_end_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch0_tx_end_int_raw(&mut self) -> CH_TX_END_INT_RAW_W<0> {
CH_TX_END_INT_RAW_W::new(self)
}
#[doc = "Bit 1 - reg_ch1_tx_end_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch1_tx_end_int_raw(&mut self) -> CH_TX_END_INT_RAW_W<1> {
CH_TX_END_INT_RAW_W::new(self)
}
#[doc = "reg_ch2_rx_end_int_raw."]
#[inline(always)]
#[must_use]
pub unsafe fn ch_rx_end_int_raw<const O: u8>(&mut self) -> CH_RX_END_INT_RAW_W<O> {
CH_RX_END_INT_RAW_W::new(self)
}
#[doc = "Bit 2 - reg_ch2_rx_end_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch2_rx_end_int_raw(&mut self) -> CH_RX_END_INT_RAW_W<2> {
CH_RX_END_INT_RAW_W::new(self)
}
#[doc = "Bit 3 - reg_ch2_rx_end_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch3_rx_end_int_raw(&mut self) -> CH_RX_END_INT_RAW_W<3> {
CH_RX_END_INT_RAW_W::new(self)
}
#[doc = "reg_ch[0-1]_err_int_raw."]
#[inline(always)]
#[must_use]
pub unsafe fn ch_tx_err_int_raw<const O: u8>(&mut self) -> CH_TX_ERR_INT_RAW_W<O> {
CH_TX_ERR_INT_RAW_W::new(self)
}
#[doc = "Bit 4 - reg_ch0_err_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch0_tx_err_int_raw(&mut self) -> CH_TX_ERR_INT_RAW_W<4> {
CH_TX_ERR_INT_RAW_W::new(self)
}
#[doc = "Bit 5 - reg_ch1_err_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch1_tx_err_int_raw(&mut self) -> CH_TX_ERR_INT_RAW_W<5> {
CH_TX_ERR_INT_RAW_W::new(self)
}
#[doc = "reg_ch2_err_int_raw."]
#[inline(always)]
#[must_use]
pub unsafe fn ch_rx_err_int_raw<const O: u8>(&mut self) -> CH_RX_ERR_INT_RAW_W<O> {
CH_RX_ERR_INT_RAW_W::new(self)
}
#[doc = "Bit 6 - reg_ch2_err_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch2_rx_err_int_raw(&mut self) -> CH_RX_ERR_INT_RAW_W<6> {
CH_RX_ERR_INT_RAW_W::new(self)
}
#[doc = "Bit 7 - reg_ch2_err_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch3_rx_err_int_raw(&mut self) -> CH_RX_ERR_INT_RAW_W<7> {
CH_RX_ERR_INT_RAW_W::new(self)
}
#[doc = "reg_ch[0-1]_tx_thr_event_int_raw."]
#[inline(always)]
#[must_use]
pub unsafe fn ch_tx_thr_event_int_raw<const O: u8>(&mut self) -> CH_TX_THR_EVENT_INT_RAW_W<O> {
CH_TX_THR_EVENT_INT_RAW_W::new(self)
}
#[doc = "Bit 8 - reg_ch0_tx_thr_event_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch0_tx_thr_event_int_raw(&mut self) -> CH_TX_THR_EVENT_INT_RAW_W<8> {
CH_TX_THR_EVENT_INT_RAW_W::new(self)
}
#[doc = "Bit 9 - reg_ch1_tx_thr_event_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch1_tx_thr_event_int_raw(&mut self) -> CH_TX_THR_EVENT_INT_RAW_W<9> {
CH_TX_THR_EVENT_INT_RAW_W::new(self)
}
#[doc = "Bit 10 - reg_ch2_rx_thr_event_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch2_rx_thr_event_int_raw(&mut self) -> CH2_RX_THR_EVENT_INT_RAW_W<10> {
CH2_RX_THR_EVENT_INT_RAW_W::new(self)
}
#[doc = "Bit 11 - reg_ch3_rx_thr_event_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch3_rx_thr_event_int_raw(&mut self) -> CH3_RX_THR_EVENT_INT_RAW_W<11> {
CH3_RX_THR_EVENT_INT_RAW_W::new(self)
}
#[doc = "reg_ch[0-1]_tx_loop_int_raw."]
#[inline(always)]
#[must_use]
pub unsafe fn ch_tx_loop_int_raw<const O: u8>(&mut self) -> CH_TX_LOOP_INT_RAW_W<O> {
CH_TX_LOOP_INT_RAW_W::new(self)
}
#[doc = "Bit 12 - reg_ch0_tx_loop_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch0_tx_loop_int_raw(&mut self) -> CH_TX_LOOP_INT_RAW_W<12> {
CH_TX_LOOP_INT_RAW_W::new(self)
}
#[doc = "Bit 13 - reg_ch1_tx_loop_int_raw."]
#[inline(always)]
#[must_use]
pub fn ch1_tx_loop_int_raw(&mut self) -> CH_TX_LOOP_INT_RAW_W<13> {
CH_TX_LOOP_INT_RAW_W::new(self)
}
#[doc = "Writes raw bits to the register."]
#[inline(always)]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.0.bits(bits);
self
}
}
#[doc = "RMT_INT_RAW_REG.\n\nThis register you can [`read`](crate::generic::Reg::read), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_raw](index.html) module"]
pub struct INT_RAW_SPEC;
impl crate::RegisterSpec for INT_RAW_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [int_raw::R](R) reader structure"]
impl crate::Readable for INT_RAW_SPEC {
type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [int_raw::W](W) writer structure"]
impl crate::Writable for INT_RAW_SPEC {
type Writer = W;
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
}
#[doc = "`reset()` method sets INT_RAW to value 0"]
impl crate::Resettable for INT_RAW_SPEC {
const RESET_VALUE: Self::Ux = 0;
}