#[doc = "Reader of register INT"] pub type R = crate::R; #[doc = "Writer for register INT"] pub type W = crate::W; #[doc = "Register INT `reset()`'s with value 0"] impl crate::ResetValue for super::INT { type Type = u32; #[inline(always)] fn reset_value() -> Self::Type { 0 } } #[doc = "Interrupt Request 0\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT0_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT0_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT0`"] pub type INT0_R = crate::R; impl INT0_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT0_A { match self.bits { false => INT0_A::_0, true => INT0_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT0_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT0_A::_1 } } #[doc = "Write proxy for field `INT0`"] pub struct INT0_W<'a> { w: &'a mut W, } impl<'a> INT0_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT0_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT0_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT0_A::_1) } #[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 } } #[doc = "Interrupt Request 1\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT1_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT1_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT1`"] pub type INT1_R = crate::R; impl INT1_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT1_A { match self.bits { false => INT1_A::_0, true => INT1_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT1_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT1_A::_1 } } #[doc = "Write proxy for field `INT1`"] pub struct INT1_W<'a> { w: &'a mut W, } impl<'a> INT1_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT1_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT1_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT1_A::_1) } #[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 = "Interrupt Request 2\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT2_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT2_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT2`"] pub type INT2_R = crate::R; impl INT2_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT2_A { match self.bits { false => INT2_A::_0, true => INT2_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT2_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT2_A::_1 } } #[doc = "Write proxy for field `INT2`"] pub struct INT2_W<'a> { w: &'a mut W, } impl<'a> INT2_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT2_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT2_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT2_A::_1) } #[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 = "Interrupt Request 3\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT3_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT3_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT3`"] pub type INT3_R = crate::R; impl INT3_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT3_A { match self.bits { false => INT3_A::_0, true => INT3_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT3_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT3_A::_1 } } #[doc = "Write proxy for field `INT3`"] pub struct INT3_W<'a> { w: &'a mut W, } impl<'a> INT3_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT3_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT3_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT3_A::_1) } #[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 = "Interrupt Request 4\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT4_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT4_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT4`"] pub type INT4_R = crate::R; impl INT4_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT4_A { match self.bits { false => INT4_A::_0, true => INT4_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT4_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT4_A::_1 } } #[doc = "Write proxy for field `INT4`"] pub struct INT4_W<'a> { w: &'a mut W, } impl<'a> INT4_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT4_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT4_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT4_A::_1) } #[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 = "Interrupt Request 5\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT5_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT5_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT5`"] pub type INT5_R = crate::R; impl INT5_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT5_A { match self.bits { false => INT5_A::_0, true => INT5_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT5_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT5_A::_1 } } #[doc = "Write proxy for field `INT5`"] pub struct INT5_W<'a> { w: &'a mut W, } impl<'a> INT5_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT5_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT5_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT5_A::_1) } #[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 = "Interrupt Request 6\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT6_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT6_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT6`"] pub type INT6_R = crate::R; impl INT6_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT6_A { match self.bits { false => INT6_A::_0, true => INT6_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT6_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT6_A::_1 } } #[doc = "Write proxy for field `INT6`"] pub struct INT6_W<'a> { w: &'a mut W, } impl<'a> INT6_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT6_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT6_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT6_A::_1) } #[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 = "Interrupt Request 7\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT7_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT7_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT7`"] pub type INT7_R = crate::R; impl INT7_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT7_A { match self.bits { false => INT7_A::_0, true => INT7_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT7_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT7_A::_1 } } #[doc = "Write proxy for field `INT7`"] pub struct INT7_W<'a> { w: &'a mut W, } impl<'a> INT7_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT7_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT7_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT7_A::_1) } #[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 = "Interrupt Request 8\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT8_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT8_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT8`"] pub type INT8_R = crate::R; impl INT8_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT8_A { match self.bits { false => INT8_A::_0, true => INT8_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT8_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT8_A::_1 } } #[doc = "Write proxy for field `INT8`"] pub struct INT8_W<'a> { w: &'a mut W, } impl<'a> INT8_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT8_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT8_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT8_A::_1) } #[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 = "Interrupt Request 9\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT9_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT9_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT9`"] pub type INT9_R = crate::R; impl INT9_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT9_A { match self.bits { false => INT9_A::_0, true => INT9_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT9_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT9_A::_1 } } #[doc = "Write proxy for field `INT9`"] pub struct INT9_W<'a> { w: &'a mut W, } impl<'a> INT9_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT9_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT9_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT9_A::_1) } #[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 = "Interrupt Request 10\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT10_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT10_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT10`"] pub type INT10_R = crate::R; impl INT10_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT10_A { match self.bits { false => INT10_A::_0, true => INT10_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT10_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT10_A::_1 } } #[doc = "Write proxy for field `INT10`"] pub struct INT10_W<'a> { w: &'a mut W, } impl<'a> INT10_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT10_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT10_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT10_A::_1) } #[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 = "Interrupt Request 11\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT11_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT11_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT11`"] pub type INT11_R = crate::R; impl INT11_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT11_A { match self.bits { false => INT11_A::_0, true => INT11_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT11_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT11_A::_1 } } #[doc = "Write proxy for field `INT11`"] pub struct INT11_W<'a> { w: &'a mut W, } impl<'a> INT11_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT11_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT11_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT11_A::_1) } #[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 = "Interrupt Request 12\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT12_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT12_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT12`"] pub type INT12_R = crate::R; impl INT12_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT12_A { match self.bits { false => INT12_A::_0, true => INT12_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT12_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT12_A::_1 } } #[doc = "Write proxy for field `INT12`"] pub struct INT12_W<'a> { w: &'a mut W, } impl<'a> INT12_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT12_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT12_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT12_A::_1) } #[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 = "Interrupt Request 13\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT13_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT13_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT13`"] pub type INT13_R = crate::R; impl INT13_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT13_A { match self.bits { false => INT13_A::_0, true => INT13_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT13_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT13_A::_1 } } #[doc = "Write proxy for field `INT13`"] pub struct INT13_W<'a> { w: &'a mut W, } impl<'a> INT13_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT13_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT13_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT13_A::_1) } #[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 = "Interrupt Request 14\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT14_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT14_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT14`"] pub type INT14_R = crate::R; impl INT14_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT14_A { match self.bits { false => INT14_A::_0, true => INT14_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT14_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT14_A::_1 } } #[doc = "Write proxy for field `INT14`"] pub struct INT14_W<'a> { w: &'a mut W, } impl<'a> INT14_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT14_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT14_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT14_A::_1) } #[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 = "Interrupt Request 15\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] pub enum INT15_A { #[doc = "0: The interrupt request for corresponding channel is cleared"] _0 = 0, #[doc = "1: The interrupt request for corresponding channel is active"] _1 = 1, } impl From for bool { #[inline(always)] fn from(variant: INT15_A) -> Self { variant as u8 != 0 } } #[doc = "Reader of field `INT15`"] pub type INT15_R = crate::R; impl INT15_R { #[doc = r"Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> INT15_A { match self.bits { false => INT15_A::_0, true => INT15_A::_1, } } #[doc = "Checks if the value of the field is `_0`"] #[inline(always)] pub fn is_0(&self) -> bool { *self == INT15_A::_0 } #[doc = "Checks if the value of the field is `_1`"] #[inline(always)] pub fn is_1(&self) -> bool { *self == INT15_A::_1 } } #[doc = "Write proxy for field `INT15`"] pub struct INT15_W<'a> { w: &'a mut W, } impl<'a> INT15_W<'a> { #[doc = r"Writes `variant` to the field"] #[inline(always)] pub fn variant(self, variant: INT15_A) -> &'a mut W { { self.bit(variant.into()) } } #[doc = "The interrupt request for corresponding channel is cleared"] #[inline(always)] pub fn _0(self) -> &'a mut W { self.variant(INT15_A::_0) } #[doc = "The interrupt request for corresponding channel is active"] #[inline(always)] pub fn _1(self) -> &'a mut W { self.variant(INT15_A::_1) } #[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 } } impl R { #[doc = "Bit 0 - Interrupt Request 0"] #[inline(always)] pub fn int0(&self) -> INT0_R { INT0_R::new((self.bits & 0x01) != 0) } #[doc = "Bit 1 - Interrupt Request 1"] #[inline(always)] pub fn int1(&self) -> INT1_R { INT1_R::new(((self.bits >> 1) & 0x01) != 0) } #[doc = "Bit 2 - Interrupt Request 2"] #[inline(always)] pub fn int2(&self) -> INT2_R { INT2_R::new(((self.bits >> 2) & 0x01) != 0) } #[doc = "Bit 3 - Interrupt Request 3"] #[inline(always)] pub fn int3(&self) -> INT3_R { INT3_R::new(((self.bits >> 3) & 0x01) != 0) } #[doc = "Bit 4 - Interrupt Request 4"] #[inline(always)] pub fn int4(&self) -> INT4_R { INT4_R::new(((self.bits >> 4) & 0x01) != 0) } #[doc = "Bit 5 - Interrupt Request 5"] #[inline(always)] pub fn int5(&self) -> INT5_R { INT5_R::new(((self.bits >> 5) & 0x01) != 0) } #[doc = "Bit 6 - Interrupt Request 6"] #[inline(always)] pub fn int6(&self) -> INT6_R { INT6_R::new(((self.bits >> 6) & 0x01) != 0) } #[doc = "Bit 7 - Interrupt Request 7"] #[inline(always)] pub fn int7(&self) -> INT7_R { INT7_R::new(((self.bits >> 7) & 0x01) != 0) } #[doc = "Bit 8 - Interrupt Request 8"] #[inline(always)] pub fn int8(&self) -> INT8_R { INT8_R::new(((self.bits >> 8) & 0x01) != 0) } #[doc = "Bit 9 - Interrupt Request 9"] #[inline(always)] pub fn int9(&self) -> INT9_R { INT9_R::new(((self.bits >> 9) & 0x01) != 0) } #[doc = "Bit 10 - Interrupt Request 10"] #[inline(always)] pub fn int10(&self) -> INT10_R { INT10_R::new(((self.bits >> 10) & 0x01) != 0) } #[doc = "Bit 11 - Interrupt Request 11"] #[inline(always)] pub fn int11(&self) -> INT11_R { INT11_R::new(((self.bits >> 11) & 0x01) != 0) } #[doc = "Bit 12 - Interrupt Request 12"] #[inline(always)] pub fn int12(&self) -> INT12_R { INT12_R::new(((self.bits >> 12) & 0x01) != 0) } #[doc = "Bit 13 - Interrupt Request 13"] #[inline(always)] pub fn int13(&self) -> INT13_R { INT13_R::new(((self.bits >> 13) & 0x01) != 0) } #[doc = "Bit 14 - Interrupt Request 14"] #[inline(always)] pub fn int14(&self) -> INT14_R { INT14_R::new(((self.bits >> 14) & 0x01) != 0) } #[doc = "Bit 15 - Interrupt Request 15"] #[inline(always)] pub fn int15(&self) -> INT15_R { INT15_R::new(((self.bits >> 15) & 0x01) != 0) } } impl W { #[doc = "Bit 0 - Interrupt Request 0"] #[inline(always)] pub fn int0(&mut self) -> INT0_W { INT0_W { w: self } } #[doc = "Bit 1 - Interrupt Request 1"] #[inline(always)] pub fn int1(&mut self) -> INT1_W { INT1_W { w: self } } #[doc = "Bit 2 - Interrupt Request 2"] #[inline(always)] pub fn int2(&mut self) -> INT2_W { INT2_W { w: self } } #[doc = "Bit 3 - Interrupt Request 3"] #[inline(always)] pub fn int3(&mut self) -> INT3_W { INT3_W { w: self } } #[doc = "Bit 4 - Interrupt Request 4"] #[inline(always)] pub fn int4(&mut self) -> INT4_W { INT4_W { w: self } } #[doc = "Bit 5 - Interrupt Request 5"] #[inline(always)] pub fn int5(&mut self) -> INT5_W { INT5_W { w: self } } #[doc = "Bit 6 - Interrupt Request 6"] #[inline(always)] pub fn int6(&mut self) -> INT6_W { INT6_W { w: self } } #[doc = "Bit 7 - Interrupt Request 7"] #[inline(always)] pub fn int7(&mut self) -> INT7_W { INT7_W { w: self } } #[doc = "Bit 8 - Interrupt Request 8"] #[inline(always)] pub fn int8(&mut self) -> INT8_W { INT8_W { w: self } } #[doc = "Bit 9 - Interrupt Request 9"] #[inline(always)] pub fn int9(&mut self) -> INT9_W { INT9_W { w: self } } #[doc = "Bit 10 - Interrupt Request 10"] #[inline(always)] pub fn int10(&mut self) -> INT10_W { INT10_W { w: self } } #[doc = "Bit 11 - Interrupt Request 11"] #[inline(always)] pub fn int11(&mut self) -> INT11_W { INT11_W { w: self } } #[doc = "Bit 12 - Interrupt Request 12"] #[inline(always)] pub fn int12(&mut self) -> INT12_W { INT12_W { w: self } } #[doc = "Bit 13 - Interrupt Request 13"] #[inline(always)] pub fn int13(&mut self) -> INT13_W { INT13_W { w: self } } #[doc = "Bit 14 - Interrupt Request 14"] #[inline(always)] pub fn int14(&mut self) -> INT14_W { INT14_W { w: self } } #[doc = "Bit 15 - Interrupt Request 15"] #[inline(always)] pub fn int15(&mut self) -> INT15_W { INT15_W { w: self } } }