#[doc = "Register `1INT_ENA1` reader"]
pub struct R(crate::R<_1INT_ENA1_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<_1INT_ENA1_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl core::convert::From<crate::R<_1INT_ENA1_SPEC>> for R {
    fn from(reader: crate::R<_1INT_ENA1_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `1INT_ENA1` writer"]
pub struct W(crate::W<_1INT_ENA1_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<_1INT_ENA1_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 core::convert::From<crate::W<_1INT_ENA1_SPEC>> for W {
    fn from(writer: crate::W<_1INT_ENA1_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `SLC1_TX_ERR_EOF_INT_ENA1` reader - "]
pub struct SLC1_TX_ERR_EOF_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_TX_ERR_EOF_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_TX_ERR_EOF_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_TX_ERR_EOF_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_TX_ERR_EOF_INT_ENA1` writer - "]
pub struct SLC1_TX_ERR_EOF_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_TX_ERR_EOF_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 24)) | (((value as u32) & 0x01) << 24);
        self.w
    }
}
#[doc = "Field `SLC1_WR_RETRY_DONE_INT_ENA1` reader - "]
pub struct SLC1_WR_RETRY_DONE_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_WR_RETRY_DONE_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_WR_RETRY_DONE_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_WR_RETRY_DONE_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_WR_RETRY_DONE_INT_ENA1` writer - "]
pub struct SLC1_WR_RETRY_DONE_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_WR_RETRY_DONE_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 23)) | (((value as u32) & 0x01) << 23);
        self.w
    }
}
#[doc = "Field `SLC1_HOST_RD_ACK_INT_ENA1` reader - "]
pub struct SLC1_HOST_RD_ACK_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_HOST_RD_ACK_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_HOST_RD_ACK_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_HOST_RD_ACK_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_HOST_RD_ACK_INT_ENA1` writer - "]
pub struct SLC1_HOST_RD_ACK_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_HOST_RD_ACK_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 22)) | (((value as u32) & 0x01) << 22);
        self.w
    }
}
#[doc = "Field `SLC1_TX_DSCR_EMPTY_INT_ENA1` reader - "]
pub struct SLC1_TX_DSCR_EMPTY_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_TX_DSCR_EMPTY_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_TX_DSCR_EMPTY_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_TX_DSCR_EMPTY_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_TX_DSCR_EMPTY_INT_ENA1` writer - "]
pub struct SLC1_TX_DSCR_EMPTY_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_TX_DSCR_EMPTY_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 21)) | (((value as u32) & 0x01) << 21);
        self.w
    }
}
#[doc = "Field `SLC1_RX_DSCR_ERR_INT_ENA1` reader - "]
pub struct SLC1_RX_DSCR_ERR_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_RX_DSCR_ERR_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_RX_DSCR_ERR_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_RX_DSCR_ERR_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_RX_DSCR_ERR_INT_ENA1` writer - "]
pub struct SLC1_RX_DSCR_ERR_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_RX_DSCR_ERR_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 20)) | (((value as u32) & 0x01) << 20);
        self.w
    }
}
#[doc = "Field `SLC1_TX_DSCR_ERR_INT_ENA1` reader - "]
pub struct SLC1_TX_DSCR_ERR_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_TX_DSCR_ERR_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_TX_DSCR_ERR_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_TX_DSCR_ERR_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_TX_DSCR_ERR_INT_ENA1` writer - "]
pub struct SLC1_TX_DSCR_ERR_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_TX_DSCR_ERR_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 19)) | (((value as u32) & 0x01) << 19);
        self.w
    }
}
#[doc = "Field `SLC1_TOHOST_INT_ENA1` reader - "]
pub struct SLC1_TOHOST_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_TOHOST_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_TOHOST_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_TOHOST_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_TOHOST_INT_ENA1` writer - "]
pub struct SLC1_TOHOST_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_TOHOST_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 18)) | (((value as u32) & 0x01) << 18);
        self.w
    }
}
#[doc = "Field `SLC1_RX_EOF_INT_ENA1` reader - "]
pub struct SLC1_RX_EOF_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_RX_EOF_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_RX_EOF_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_RX_EOF_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_RX_EOF_INT_ENA1` writer - "]
pub struct SLC1_RX_EOF_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_RX_EOF_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 17)) | (((value as u32) & 0x01) << 17);
        self.w
    }
}
#[doc = "Field `SLC1_RX_DONE_INT_ENA1` reader - "]
pub struct SLC1_RX_DONE_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_RX_DONE_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_RX_DONE_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_RX_DONE_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_RX_DONE_INT_ENA1` writer - "]
pub struct SLC1_RX_DONE_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_RX_DONE_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 16)) | (((value as u32) & 0x01) << 16);
        self.w
    }
}
#[doc = "Field `SLC1_TX_SUC_EOF_INT_ENA1` reader - "]
pub struct SLC1_TX_SUC_EOF_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_TX_SUC_EOF_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_TX_SUC_EOF_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_TX_SUC_EOF_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_TX_SUC_EOF_INT_ENA1` writer - "]
pub struct SLC1_TX_SUC_EOF_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_TX_SUC_EOF_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 15)) | (((value as u32) & 0x01) << 15);
        self.w
    }
}
#[doc = "Field `SLC1_TX_DONE_INT_ENA1` reader - "]
pub struct SLC1_TX_DONE_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_TX_DONE_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_TX_DONE_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_TX_DONE_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_TX_DONE_INT_ENA1` writer - "]
pub struct SLC1_TX_DONE_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_TX_DONE_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 14)) | (((value as u32) & 0x01) << 14);
        self.w
    }
}
#[doc = "Field `SLC1_TOKEN1_1TO0_INT_ENA1` reader - "]
pub struct SLC1_TOKEN1_1TO0_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_TOKEN1_1TO0_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_TOKEN1_1TO0_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_TOKEN1_1TO0_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_TOKEN1_1TO0_INT_ENA1` writer - "]
pub struct SLC1_TOKEN1_1TO0_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_TOKEN1_1TO0_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 13)) | (((value as u32) & 0x01) << 13);
        self.w
    }
}
#[doc = "Field `SLC1_TOKEN0_1TO0_INT_ENA1` reader - "]
pub struct SLC1_TOKEN0_1TO0_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_TOKEN0_1TO0_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_TOKEN0_1TO0_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_TOKEN0_1TO0_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_TOKEN0_1TO0_INT_ENA1` writer - "]
pub struct SLC1_TOKEN0_1TO0_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_TOKEN0_1TO0_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 12)) | (((value as u32) & 0x01) << 12);
        self.w
    }
}
#[doc = "Field `SLC1_TX_OVF_INT_ENA1` reader - "]
pub struct SLC1_TX_OVF_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_TX_OVF_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_TX_OVF_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_TX_OVF_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_TX_OVF_INT_ENA1` writer - "]
pub struct SLC1_TX_OVF_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_TX_OVF_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 11)) | (((value as u32) & 0x01) << 11);
        self.w
    }
}
#[doc = "Field `SLC1_RX_UDF_INT_ENA1` reader - "]
pub struct SLC1_RX_UDF_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_RX_UDF_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_RX_UDF_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_RX_UDF_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_RX_UDF_INT_ENA1` writer - "]
pub struct SLC1_RX_UDF_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_RX_UDF_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 10)) | (((value as u32) & 0x01) << 10);
        self.w
    }
}
#[doc = "Field `SLC1_TX_START_INT_ENA1` reader - "]
pub struct SLC1_TX_START_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_TX_START_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_TX_START_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_TX_START_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_TX_START_INT_ENA1` writer - "]
pub struct SLC1_TX_START_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_TX_START_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 9)) | (((value as u32) & 0x01) << 9);
        self.w
    }
}
#[doc = "Field `SLC1_RX_START_INT_ENA1` reader - "]
pub struct SLC1_RX_START_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl SLC1_RX_START_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        SLC1_RX_START_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for SLC1_RX_START_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `SLC1_RX_START_INT_ENA1` writer - "]
pub struct SLC1_RX_START_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> SLC1_RX_START_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 8)) | (((value as u32) & 0x01) << 8);
        self.w
    }
}
#[doc = "Field `FRHOST_BIT15_INT_ENA1` reader - "]
pub struct FRHOST_BIT15_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl FRHOST_BIT15_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        FRHOST_BIT15_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for FRHOST_BIT15_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `FRHOST_BIT15_INT_ENA1` writer - "]
pub struct FRHOST_BIT15_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> FRHOST_BIT15_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 7)) | (((value as u32) & 0x01) << 7);
        self.w
    }
}
#[doc = "Field `FRHOST_BIT14_INT_ENA1` reader - "]
pub struct FRHOST_BIT14_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl FRHOST_BIT14_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        FRHOST_BIT14_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for FRHOST_BIT14_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `FRHOST_BIT14_INT_ENA1` writer - "]
pub struct FRHOST_BIT14_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> FRHOST_BIT14_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 6)) | (((value as u32) & 0x01) << 6);
        self.w
    }
}
#[doc = "Field `FRHOST_BIT13_INT_ENA1` reader - "]
pub struct FRHOST_BIT13_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl FRHOST_BIT13_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        FRHOST_BIT13_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for FRHOST_BIT13_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `FRHOST_BIT13_INT_ENA1` writer - "]
pub struct FRHOST_BIT13_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> FRHOST_BIT13_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 5)) | (((value as u32) & 0x01) << 5);
        self.w
    }
}
#[doc = "Field `FRHOST_BIT12_INT_ENA1` reader - "]
pub struct FRHOST_BIT12_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl FRHOST_BIT12_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        FRHOST_BIT12_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for FRHOST_BIT12_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `FRHOST_BIT12_INT_ENA1` writer - "]
pub struct FRHOST_BIT12_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> FRHOST_BIT12_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 4)) | (((value as u32) & 0x01) << 4);
        self.w
    }
}
#[doc = "Field `FRHOST_BIT11_INT_ENA1` reader - "]
pub struct FRHOST_BIT11_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl FRHOST_BIT11_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        FRHOST_BIT11_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for FRHOST_BIT11_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `FRHOST_BIT11_INT_ENA1` writer - "]
pub struct FRHOST_BIT11_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> FRHOST_BIT11_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 3)) | (((value as u32) & 0x01) << 3);
        self.w
    }
}
#[doc = "Field `FRHOST_BIT10_INT_ENA1` reader - "]
pub struct FRHOST_BIT10_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl FRHOST_BIT10_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        FRHOST_BIT10_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for FRHOST_BIT10_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `FRHOST_BIT10_INT_ENA1` writer - "]
pub struct FRHOST_BIT10_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> FRHOST_BIT10_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 2)) | (((value as u32) & 0x01) << 2);
        self.w
    }
}
#[doc = "Field `FRHOST_BIT9_INT_ENA1` reader - "]
pub struct FRHOST_BIT9_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl FRHOST_BIT9_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        FRHOST_BIT9_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for FRHOST_BIT9_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `FRHOST_BIT9_INT_ENA1` writer - "]
pub struct FRHOST_BIT9_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> FRHOST_BIT9_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 1)) | (((value as u32) & 0x01) << 1);
        self.w
    }
}
#[doc = "Field `FRHOST_BIT8_INT_ENA1` reader - "]
pub struct FRHOST_BIT8_INT_ENA1_R(crate::FieldReader<bool, bool>);
impl FRHOST_BIT8_INT_ENA1_R {
    pub(crate) fn new(bits: bool) -> Self {
        FRHOST_BIT8_INT_ENA1_R(crate::FieldReader::new(bits))
    }
}
impl core::ops::Deref for FRHOST_BIT8_INT_ENA1_R {
    type Target = crate::FieldReader<bool, bool>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
#[doc = "Field `FRHOST_BIT8_INT_ENA1` writer - "]
pub struct FRHOST_BIT8_INT_ENA1_W<'a> {
    w: &'a mut W,
}
impl<'a> FRHOST_BIT8_INT_ENA1_W<'a> {
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !0x01) | ((value as u32) & 0x01);
        self.w
    }
}
impl R {
    #[doc = "Bit 24"]
    #[inline(always)]
    pub fn slc1_tx_err_eof_int_ena1(&self) -> SLC1_TX_ERR_EOF_INT_ENA1_R {
        SLC1_TX_ERR_EOF_INT_ENA1_R::new(((self.bits >> 24) & 0x01) != 0)
    }
    #[doc = "Bit 23"]
    #[inline(always)]
    pub fn slc1_wr_retry_done_int_ena1(&self) -> SLC1_WR_RETRY_DONE_INT_ENA1_R {
        SLC1_WR_RETRY_DONE_INT_ENA1_R::new(((self.bits >> 23) & 0x01) != 0)
    }
    #[doc = "Bit 22"]
    #[inline(always)]
    pub fn slc1_host_rd_ack_int_ena1(&self) -> SLC1_HOST_RD_ACK_INT_ENA1_R {
        SLC1_HOST_RD_ACK_INT_ENA1_R::new(((self.bits >> 22) & 0x01) != 0)
    }
    #[doc = "Bit 21"]
    #[inline(always)]
    pub fn slc1_tx_dscr_empty_int_ena1(&self) -> SLC1_TX_DSCR_EMPTY_INT_ENA1_R {
        SLC1_TX_DSCR_EMPTY_INT_ENA1_R::new(((self.bits >> 21) & 0x01) != 0)
    }
    #[doc = "Bit 20"]
    #[inline(always)]
    pub fn slc1_rx_dscr_err_int_ena1(&self) -> SLC1_RX_DSCR_ERR_INT_ENA1_R {
        SLC1_RX_DSCR_ERR_INT_ENA1_R::new(((self.bits >> 20) & 0x01) != 0)
    }
    #[doc = "Bit 19"]
    #[inline(always)]
    pub fn slc1_tx_dscr_err_int_ena1(&self) -> SLC1_TX_DSCR_ERR_INT_ENA1_R {
        SLC1_TX_DSCR_ERR_INT_ENA1_R::new(((self.bits >> 19) & 0x01) != 0)
    }
    #[doc = "Bit 18"]
    #[inline(always)]
    pub fn slc1_tohost_int_ena1(&self) -> SLC1_TOHOST_INT_ENA1_R {
        SLC1_TOHOST_INT_ENA1_R::new(((self.bits >> 18) & 0x01) != 0)
    }
    #[doc = "Bit 17"]
    #[inline(always)]
    pub fn slc1_rx_eof_int_ena1(&self) -> SLC1_RX_EOF_INT_ENA1_R {
        SLC1_RX_EOF_INT_ENA1_R::new(((self.bits >> 17) & 0x01) != 0)
    }
    #[doc = "Bit 16"]
    #[inline(always)]
    pub fn slc1_rx_done_int_ena1(&self) -> SLC1_RX_DONE_INT_ENA1_R {
        SLC1_RX_DONE_INT_ENA1_R::new(((self.bits >> 16) & 0x01) != 0)
    }
    #[doc = "Bit 15"]
    #[inline(always)]
    pub fn slc1_tx_suc_eof_int_ena1(&self) -> SLC1_TX_SUC_EOF_INT_ENA1_R {
        SLC1_TX_SUC_EOF_INT_ENA1_R::new(((self.bits >> 15) & 0x01) != 0)
    }
    #[doc = "Bit 14"]
    #[inline(always)]
    pub fn slc1_tx_done_int_ena1(&self) -> SLC1_TX_DONE_INT_ENA1_R {
        SLC1_TX_DONE_INT_ENA1_R::new(((self.bits >> 14) & 0x01) != 0)
    }
    #[doc = "Bit 13"]
    #[inline(always)]
    pub fn slc1_token1_1to0_int_ena1(&self) -> SLC1_TOKEN1_1TO0_INT_ENA1_R {
        SLC1_TOKEN1_1TO0_INT_ENA1_R::new(((self.bits >> 13) & 0x01) != 0)
    }
    #[doc = "Bit 12"]
    #[inline(always)]
    pub fn slc1_token0_1to0_int_ena1(&self) -> SLC1_TOKEN0_1TO0_INT_ENA1_R {
        SLC1_TOKEN0_1TO0_INT_ENA1_R::new(((self.bits >> 12) & 0x01) != 0)
    }
    #[doc = "Bit 11"]
    #[inline(always)]
    pub fn slc1_tx_ovf_int_ena1(&self) -> SLC1_TX_OVF_INT_ENA1_R {
        SLC1_TX_OVF_INT_ENA1_R::new(((self.bits >> 11) & 0x01) != 0)
    }
    #[doc = "Bit 10"]
    #[inline(always)]
    pub fn slc1_rx_udf_int_ena1(&self) -> SLC1_RX_UDF_INT_ENA1_R {
        SLC1_RX_UDF_INT_ENA1_R::new(((self.bits >> 10) & 0x01) != 0)
    }
    #[doc = "Bit 9"]
    #[inline(always)]
    pub fn slc1_tx_start_int_ena1(&self) -> SLC1_TX_START_INT_ENA1_R {
        SLC1_TX_START_INT_ENA1_R::new(((self.bits >> 9) & 0x01) != 0)
    }
    #[doc = "Bit 8"]
    #[inline(always)]
    pub fn slc1_rx_start_int_ena1(&self) -> SLC1_RX_START_INT_ENA1_R {
        SLC1_RX_START_INT_ENA1_R::new(((self.bits >> 8) & 0x01) != 0)
    }
    #[doc = "Bit 7"]
    #[inline(always)]
    pub fn frhost_bit15_int_ena1(&self) -> FRHOST_BIT15_INT_ENA1_R {
        FRHOST_BIT15_INT_ENA1_R::new(((self.bits >> 7) & 0x01) != 0)
    }
    #[doc = "Bit 6"]
    #[inline(always)]
    pub fn frhost_bit14_int_ena1(&self) -> FRHOST_BIT14_INT_ENA1_R {
        FRHOST_BIT14_INT_ENA1_R::new(((self.bits >> 6) & 0x01) != 0)
    }
    #[doc = "Bit 5"]
    #[inline(always)]
    pub fn frhost_bit13_int_ena1(&self) -> FRHOST_BIT13_INT_ENA1_R {
        FRHOST_BIT13_INT_ENA1_R::new(((self.bits >> 5) & 0x01) != 0)
    }
    #[doc = "Bit 4"]
    #[inline(always)]
    pub fn frhost_bit12_int_ena1(&self) -> FRHOST_BIT12_INT_ENA1_R {
        FRHOST_BIT12_INT_ENA1_R::new(((self.bits >> 4) & 0x01) != 0)
    }
    #[doc = "Bit 3"]
    #[inline(always)]
    pub fn frhost_bit11_int_ena1(&self) -> FRHOST_BIT11_INT_ENA1_R {
        FRHOST_BIT11_INT_ENA1_R::new(((self.bits >> 3) & 0x01) != 0)
    }
    #[doc = "Bit 2"]
    #[inline(always)]
    pub fn frhost_bit10_int_ena1(&self) -> FRHOST_BIT10_INT_ENA1_R {
        FRHOST_BIT10_INT_ENA1_R::new(((self.bits >> 2) & 0x01) != 0)
    }
    #[doc = "Bit 1"]
    #[inline(always)]
    pub fn frhost_bit9_int_ena1(&self) -> FRHOST_BIT9_INT_ENA1_R {
        FRHOST_BIT9_INT_ENA1_R::new(((self.bits >> 1) & 0x01) != 0)
    }
    #[doc = "Bit 0"]
    #[inline(always)]
    pub fn frhost_bit8_int_ena1(&self) -> FRHOST_BIT8_INT_ENA1_R {
        FRHOST_BIT8_INT_ENA1_R::new((self.bits & 0x01) != 0)
    }
}
impl W {
    #[doc = "Bit 24"]
    #[inline(always)]
    pub fn slc1_tx_err_eof_int_ena1(&mut self) -> SLC1_TX_ERR_EOF_INT_ENA1_W {
        SLC1_TX_ERR_EOF_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 23"]
    #[inline(always)]
    pub fn slc1_wr_retry_done_int_ena1(&mut self) -> SLC1_WR_RETRY_DONE_INT_ENA1_W {
        SLC1_WR_RETRY_DONE_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 22"]
    #[inline(always)]
    pub fn slc1_host_rd_ack_int_ena1(&mut self) -> SLC1_HOST_RD_ACK_INT_ENA1_W {
        SLC1_HOST_RD_ACK_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 21"]
    #[inline(always)]
    pub fn slc1_tx_dscr_empty_int_ena1(&mut self) -> SLC1_TX_DSCR_EMPTY_INT_ENA1_W {
        SLC1_TX_DSCR_EMPTY_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 20"]
    #[inline(always)]
    pub fn slc1_rx_dscr_err_int_ena1(&mut self) -> SLC1_RX_DSCR_ERR_INT_ENA1_W {
        SLC1_RX_DSCR_ERR_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 19"]
    #[inline(always)]
    pub fn slc1_tx_dscr_err_int_ena1(&mut self) -> SLC1_TX_DSCR_ERR_INT_ENA1_W {
        SLC1_TX_DSCR_ERR_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 18"]
    #[inline(always)]
    pub fn slc1_tohost_int_ena1(&mut self) -> SLC1_TOHOST_INT_ENA1_W {
        SLC1_TOHOST_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 17"]
    #[inline(always)]
    pub fn slc1_rx_eof_int_ena1(&mut self) -> SLC1_RX_EOF_INT_ENA1_W {
        SLC1_RX_EOF_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 16"]
    #[inline(always)]
    pub fn slc1_rx_done_int_ena1(&mut self) -> SLC1_RX_DONE_INT_ENA1_W {
        SLC1_RX_DONE_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 15"]
    #[inline(always)]
    pub fn slc1_tx_suc_eof_int_ena1(&mut self) -> SLC1_TX_SUC_EOF_INT_ENA1_W {
        SLC1_TX_SUC_EOF_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 14"]
    #[inline(always)]
    pub fn slc1_tx_done_int_ena1(&mut self) -> SLC1_TX_DONE_INT_ENA1_W {
        SLC1_TX_DONE_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 13"]
    #[inline(always)]
    pub fn slc1_token1_1to0_int_ena1(&mut self) -> SLC1_TOKEN1_1TO0_INT_ENA1_W {
        SLC1_TOKEN1_1TO0_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 12"]
    #[inline(always)]
    pub fn slc1_token0_1to0_int_ena1(&mut self) -> SLC1_TOKEN0_1TO0_INT_ENA1_W {
        SLC1_TOKEN0_1TO0_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 11"]
    #[inline(always)]
    pub fn slc1_tx_ovf_int_ena1(&mut self) -> SLC1_TX_OVF_INT_ENA1_W {
        SLC1_TX_OVF_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 10"]
    #[inline(always)]
    pub fn slc1_rx_udf_int_ena1(&mut self) -> SLC1_RX_UDF_INT_ENA1_W {
        SLC1_RX_UDF_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 9"]
    #[inline(always)]
    pub fn slc1_tx_start_int_ena1(&mut self) -> SLC1_TX_START_INT_ENA1_W {
        SLC1_TX_START_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 8"]
    #[inline(always)]
    pub fn slc1_rx_start_int_ena1(&mut self) -> SLC1_RX_START_INT_ENA1_W {
        SLC1_RX_START_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 7"]
    #[inline(always)]
    pub fn frhost_bit15_int_ena1(&mut self) -> FRHOST_BIT15_INT_ENA1_W {
        FRHOST_BIT15_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 6"]
    #[inline(always)]
    pub fn frhost_bit14_int_ena1(&mut self) -> FRHOST_BIT14_INT_ENA1_W {
        FRHOST_BIT14_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 5"]
    #[inline(always)]
    pub fn frhost_bit13_int_ena1(&mut self) -> FRHOST_BIT13_INT_ENA1_W {
        FRHOST_BIT13_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 4"]
    #[inline(always)]
    pub fn frhost_bit12_int_ena1(&mut self) -> FRHOST_BIT12_INT_ENA1_W {
        FRHOST_BIT12_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 3"]
    #[inline(always)]
    pub fn frhost_bit11_int_ena1(&mut self) -> FRHOST_BIT11_INT_ENA1_W {
        FRHOST_BIT11_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 2"]
    #[inline(always)]
    pub fn frhost_bit10_int_ena1(&mut self) -> FRHOST_BIT10_INT_ENA1_W {
        FRHOST_BIT10_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 1"]
    #[inline(always)]
    pub fn frhost_bit9_int_ena1(&mut self) -> FRHOST_BIT9_INT_ENA1_W {
        FRHOST_BIT9_INT_ENA1_W { w: self }
    }
    #[doc = "Bit 0"]
    #[inline(always)]
    pub fn frhost_bit8_int_ena1(&mut self) -> FRHOST_BIT8_INT_ENA1_W {
        FRHOST_BIT8_INT_ENA1_W { w: self }
    }
    #[doc = "Writes raw bits to the register."]
    pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
        self.0.bits(bits);
        self
    }
}
#[doc = "SLC_1INT_ENA1\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 [_1int_ena1](index.html) module"]
pub struct _1INT_ENA1_SPEC;
impl crate::RegisterSpec for _1INT_ENA1_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [_1int_ena1::R](R) reader structure"]
impl crate::Readable for _1INT_ENA1_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [_1int_ena1::W](W) writer structure"]
impl crate::Writable for _1INT_ENA1_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets 1INT_ENA1 to value 0"]
impl crate::Resettable for _1INT_ENA1_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}