#[doc = "Register `IN` reader"]
pub struct R(crate::R<IN_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<IN_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<IN_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<IN_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Pin 0.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN0_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN0_A> for bool {
#[inline(always)]
fn from(variant: PIN0_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN0` reader - Pin 0."]
pub struct PIN0_R(crate::FieldReader<bool, PIN0_A>);
impl PIN0_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN0_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN0_A {
match self.bits {
false => PIN0_A::LOW,
true => PIN0_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN0_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN0_A::HIGH
}
}
impl core::ops::Deref for PIN0_R {
type Target = crate::FieldReader<bool, PIN0_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 1.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN1_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN1_A> for bool {
#[inline(always)]
fn from(variant: PIN1_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN1` reader - Pin 1."]
pub struct PIN1_R(crate::FieldReader<bool, PIN1_A>);
impl PIN1_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN1_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN1_A {
match self.bits {
false => PIN1_A::LOW,
true => PIN1_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN1_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN1_A::HIGH
}
}
impl core::ops::Deref for PIN1_R {
type Target = crate::FieldReader<bool, PIN1_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 2.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN2_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN2_A> for bool {
#[inline(always)]
fn from(variant: PIN2_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN2` reader - Pin 2."]
pub struct PIN2_R(crate::FieldReader<bool, PIN2_A>);
impl PIN2_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN2_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN2_A {
match self.bits {
false => PIN2_A::LOW,
true => PIN2_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN2_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN2_A::HIGH
}
}
impl core::ops::Deref for PIN2_R {
type Target = crate::FieldReader<bool, PIN2_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 3.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN3_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN3_A> for bool {
#[inline(always)]
fn from(variant: PIN3_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN3` reader - Pin 3."]
pub struct PIN3_R(crate::FieldReader<bool, PIN3_A>);
impl PIN3_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN3_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN3_A {
match self.bits {
false => PIN3_A::LOW,
true => PIN3_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN3_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN3_A::HIGH
}
}
impl core::ops::Deref for PIN3_R {
type Target = crate::FieldReader<bool, PIN3_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 4.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN4_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN4_A> for bool {
#[inline(always)]
fn from(variant: PIN4_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN4` reader - Pin 4."]
pub struct PIN4_R(crate::FieldReader<bool, PIN4_A>);
impl PIN4_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN4_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN4_A {
match self.bits {
false => PIN4_A::LOW,
true => PIN4_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN4_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN4_A::HIGH
}
}
impl core::ops::Deref for PIN4_R {
type Target = crate::FieldReader<bool, PIN4_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 5.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN5_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN5_A> for bool {
#[inline(always)]
fn from(variant: PIN5_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN5` reader - Pin 5."]
pub struct PIN5_R(crate::FieldReader<bool, PIN5_A>);
impl PIN5_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN5_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN5_A {
match self.bits {
false => PIN5_A::LOW,
true => PIN5_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN5_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN5_A::HIGH
}
}
impl core::ops::Deref for PIN5_R {
type Target = crate::FieldReader<bool, PIN5_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 6.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN6_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN6_A> for bool {
#[inline(always)]
fn from(variant: PIN6_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN6` reader - Pin 6."]
pub struct PIN6_R(crate::FieldReader<bool, PIN6_A>);
impl PIN6_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN6_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN6_A {
match self.bits {
false => PIN6_A::LOW,
true => PIN6_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN6_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN6_A::HIGH
}
}
impl core::ops::Deref for PIN6_R {
type Target = crate::FieldReader<bool, PIN6_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 7.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN7_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN7_A> for bool {
#[inline(always)]
fn from(variant: PIN7_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN7` reader - Pin 7."]
pub struct PIN7_R(crate::FieldReader<bool, PIN7_A>);
impl PIN7_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN7_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN7_A {
match self.bits {
false => PIN7_A::LOW,
true => PIN7_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN7_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN7_A::HIGH
}
}
impl core::ops::Deref for PIN7_R {
type Target = crate::FieldReader<bool, PIN7_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 8.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN8_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN8_A> for bool {
#[inline(always)]
fn from(variant: PIN8_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN8` reader - Pin 8."]
pub struct PIN8_R(crate::FieldReader<bool, PIN8_A>);
impl PIN8_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN8_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN8_A {
match self.bits {
false => PIN8_A::LOW,
true => PIN8_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN8_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN8_A::HIGH
}
}
impl core::ops::Deref for PIN8_R {
type Target = crate::FieldReader<bool, PIN8_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 9.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN9_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN9_A> for bool {
#[inline(always)]
fn from(variant: PIN9_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN9` reader - Pin 9."]
pub struct PIN9_R(crate::FieldReader<bool, PIN9_A>);
impl PIN9_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN9_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN9_A {
match self.bits {
false => PIN9_A::LOW,
true => PIN9_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN9_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN9_A::HIGH
}
}
impl core::ops::Deref for PIN9_R {
type Target = crate::FieldReader<bool, PIN9_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 10.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN10_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN10_A> for bool {
#[inline(always)]
fn from(variant: PIN10_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN10` reader - Pin 10."]
pub struct PIN10_R(crate::FieldReader<bool, PIN10_A>);
impl PIN10_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN10_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN10_A {
match self.bits {
false => PIN10_A::LOW,
true => PIN10_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN10_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN10_A::HIGH
}
}
impl core::ops::Deref for PIN10_R {
type Target = crate::FieldReader<bool, PIN10_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 11.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN11_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN11_A> for bool {
#[inline(always)]
fn from(variant: PIN11_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN11` reader - Pin 11."]
pub struct PIN11_R(crate::FieldReader<bool, PIN11_A>);
impl PIN11_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN11_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN11_A {
match self.bits {
false => PIN11_A::LOW,
true => PIN11_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN11_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN11_A::HIGH
}
}
impl core::ops::Deref for PIN11_R {
type Target = crate::FieldReader<bool, PIN11_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 12.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN12_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN12_A> for bool {
#[inline(always)]
fn from(variant: PIN12_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN12` reader - Pin 12."]
pub struct PIN12_R(crate::FieldReader<bool, PIN12_A>);
impl PIN12_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN12_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN12_A {
match self.bits {
false => PIN12_A::LOW,
true => PIN12_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN12_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN12_A::HIGH
}
}
impl core::ops::Deref for PIN12_R {
type Target = crate::FieldReader<bool, PIN12_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 13.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN13_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN13_A> for bool {
#[inline(always)]
fn from(variant: PIN13_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN13` reader - Pin 13."]
pub struct PIN13_R(crate::FieldReader<bool, PIN13_A>);
impl PIN13_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN13_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN13_A {
match self.bits {
false => PIN13_A::LOW,
true => PIN13_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN13_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN13_A::HIGH
}
}
impl core::ops::Deref for PIN13_R {
type Target = crate::FieldReader<bool, PIN13_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 14.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN14_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN14_A> for bool {
#[inline(always)]
fn from(variant: PIN14_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN14` reader - Pin 14."]
pub struct PIN14_R(crate::FieldReader<bool, PIN14_A>);
impl PIN14_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN14_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN14_A {
match self.bits {
false => PIN14_A::LOW,
true => PIN14_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN14_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN14_A::HIGH
}
}
impl core::ops::Deref for PIN14_R {
type Target = crate::FieldReader<bool, PIN14_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 15.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN15_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN15_A> for bool {
#[inline(always)]
fn from(variant: PIN15_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN15` reader - Pin 15."]
pub struct PIN15_R(crate::FieldReader<bool, PIN15_A>);
impl PIN15_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN15_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN15_A {
match self.bits {
false => PIN15_A::LOW,
true => PIN15_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN15_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN15_A::HIGH
}
}
impl core::ops::Deref for PIN15_R {
type Target = crate::FieldReader<bool, PIN15_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 16.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN16_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN16_A> for bool {
#[inline(always)]
fn from(variant: PIN16_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN16` reader - Pin 16."]
pub struct PIN16_R(crate::FieldReader<bool, PIN16_A>);
impl PIN16_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN16_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN16_A {
match self.bits {
false => PIN16_A::LOW,
true => PIN16_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN16_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN16_A::HIGH
}
}
impl core::ops::Deref for PIN16_R {
type Target = crate::FieldReader<bool, PIN16_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 17.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN17_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN17_A> for bool {
#[inline(always)]
fn from(variant: PIN17_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN17` reader - Pin 17."]
pub struct PIN17_R(crate::FieldReader<bool, PIN17_A>);
impl PIN17_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN17_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN17_A {
match self.bits {
false => PIN17_A::LOW,
true => PIN17_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN17_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN17_A::HIGH
}
}
impl core::ops::Deref for PIN17_R {
type Target = crate::FieldReader<bool, PIN17_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 18.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN18_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN18_A> for bool {
#[inline(always)]
fn from(variant: PIN18_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN18` reader - Pin 18."]
pub struct PIN18_R(crate::FieldReader<bool, PIN18_A>);
impl PIN18_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN18_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN18_A {
match self.bits {
false => PIN18_A::LOW,
true => PIN18_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN18_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN18_A::HIGH
}
}
impl core::ops::Deref for PIN18_R {
type Target = crate::FieldReader<bool, PIN18_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 19.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN19_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN19_A> for bool {
#[inline(always)]
fn from(variant: PIN19_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN19` reader - Pin 19."]
pub struct PIN19_R(crate::FieldReader<bool, PIN19_A>);
impl PIN19_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN19_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN19_A {
match self.bits {
false => PIN19_A::LOW,
true => PIN19_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN19_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN19_A::HIGH
}
}
impl core::ops::Deref for PIN19_R {
type Target = crate::FieldReader<bool, PIN19_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 20.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN20_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN20_A> for bool {
#[inline(always)]
fn from(variant: PIN20_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN20` reader - Pin 20."]
pub struct PIN20_R(crate::FieldReader<bool, PIN20_A>);
impl PIN20_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN20_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN20_A {
match self.bits {
false => PIN20_A::LOW,
true => PIN20_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN20_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN20_A::HIGH
}
}
impl core::ops::Deref for PIN20_R {
type Target = crate::FieldReader<bool, PIN20_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 21.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN21_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN21_A> for bool {
#[inline(always)]
fn from(variant: PIN21_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN21` reader - Pin 21."]
pub struct PIN21_R(crate::FieldReader<bool, PIN21_A>);
impl PIN21_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN21_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN21_A {
match self.bits {
false => PIN21_A::LOW,
true => PIN21_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN21_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN21_A::HIGH
}
}
impl core::ops::Deref for PIN21_R {
type Target = crate::FieldReader<bool, PIN21_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 22.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN22_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN22_A> for bool {
#[inline(always)]
fn from(variant: PIN22_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN22` reader - Pin 22."]
pub struct PIN22_R(crate::FieldReader<bool, PIN22_A>);
impl PIN22_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN22_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN22_A {
match self.bits {
false => PIN22_A::LOW,
true => PIN22_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN22_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN22_A::HIGH
}
}
impl core::ops::Deref for PIN22_R {
type Target = crate::FieldReader<bool, PIN22_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 23.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN23_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN23_A> for bool {
#[inline(always)]
fn from(variant: PIN23_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN23` reader - Pin 23."]
pub struct PIN23_R(crate::FieldReader<bool, PIN23_A>);
impl PIN23_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN23_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN23_A {
match self.bits {
false => PIN23_A::LOW,
true => PIN23_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN23_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN23_A::HIGH
}
}
impl core::ops::Deref for PIN23_R {
type Target = crate::FieldReader<bool, PIN23_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 24.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN24_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN24_A> for bool {
#[inline(always)]
fn from(variant: PIN24_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN24` reader - Pin 24."]
pub struct PIN24_R(crate::FieldReader<bool, PIN24_A>);
impl PIN24_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN24_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN24_A {
match self.bits {
false => PIN24_A::LOW,
true => PIN24_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN24_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN24_A::HIGH
}
}
impl core::ops::Deref for PIN24_R {
type Target = crate::FieldReader<bool, PIN24_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 25.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN25_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN25_A> for bool {
#[inline(always)]
fn from(variant: PIN25_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN25` reader - Pin 25."]
pub struct PIN25_R(crate::FieldReader<bool, PIN25_A>);
impl PIN25_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN25_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN25_A {
match self.bits {
false => PIN25_A::LOW,
true => PIN25_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN25_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN25_A::HIGH
}
}
impl core::ops::Deref for PIN25_R {
type Target = crate::FieldReader<bool, PIN25_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 26.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN26_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN26_A> for bool {
#[inline(always)]
fn from(variant: PIN26_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN26` reader - Pin 26."]
pub struct PIN26_R(crate::FieldReader<bool, PIN26_A>);
impl PIN26_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN26_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN26_A {
match self.bits {
false => PIN26_A::LOW,
true => PIN26_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN26_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN26_A::HIGH
}
}
impl core::ops::Deref for PIN26_R {
type Target = crate::FieldReader<bool, PIN26_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 27.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN27_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN27_A> for bool {
#[inline(always)]
fn from(variant: PIN27_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN27` reader - Pin 27."]
pub struct PIN27_R(crate::FieldReader<bool, PIN27_A>);
impl PIN27_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN27_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN27_A {
match self.bits {
false => PIN27_A::LOW,
true => PIN27_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN27_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN27_A::HIGH
}
}
impl core::ops::Deref for PIN27_R {
type Target = crate::FieldReader<bool, PIN27_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 28.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN28_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN28_A> for bool {
#[inline(always)]
fn from(variant: PIN28_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN28` reader - Pin 28."]
pub struct PIN28_R(crate::FieldReader<bool, PIN28_A>);
impl PIN28_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN28_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN28_A {
match self.bits {
false => PIN28_A::LOW,
true => PIN28_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN28_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN28_A::HIGH
}
}
impl core::ops::Deref for PIN28_R {
type Target = crate::FieldReader<bool, PIN28_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 29.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN29_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN29_A> for bool {
#[inline(always)]
fn from(variant: PIN29_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN29` reader - Pin 29."]
pub struct PIN29_R(crate::FieldReader<bool, PIN29_A>);
impl PIN29_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN29_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN29_A {
match self.bits {
false => PIN29_A::LOW,
true => PIN29_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN29_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN29_A::HIGH
}
}
impl core::ops::Deref for PIN29_R {
type Target = crate::FieldReader<bool, PIN29_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 30.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN30_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN30_A> for bool {
#[inline(always)]
fn from(variant: PIN30_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN30` reader - Pin 30."]
pub struct PIN30_R(crate::FieldReader<bool, PIN30_A>);
impl PIN30_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN30_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN30_A {
match self.bits {
false => PIN30_A::LOW,
true => PIN30_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN30_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN30_A::HIGH
}
}
impl core::ops::Deref for PIN30_R {
type Target = crate::FieldReader<bool, PIN30_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Pin 31.\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PIN31_A {
#[doc = "0: Pin input is low."]
LOW = 0,
#[doc = "1: Pin input is high."]
HIGH = 1,
}
impl From<PIN31_A> for bool {
#[inline(always)]
fn from(variant: PIN31_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Field `PIN31` reader - Pin 31."]
pub struct PIN31_R(crate::FieldReader<bool, PIN31_A>);
impl PIN31_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PIN31_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PIN31_A {
match self.bits {
false => PIN31_A::LOW,
true => PIN31_A::HIGH,
}
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
**self == PIN31_A::LOW
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
**self == PIN31_A::HIGH
}
}
impl core::ops::Deref for PIN31_R {
type Target = crate::FieldReader<bool, PIN31_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl R {
#[doc = "Bit 0 - Pin 0."]
#[inline(always)]
pub fn pin0(&self) -> PIN0_R {
PIN0_R::new((self.bits & 0x01) != 0)
}
#[doc = "Bit 1 - Pin 1."]
#[inline(always)]
pub fn pin1(&self) -> PIN1_R {
PIN1_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 2 - Pin 2."]
#[inline(always)]
pub fn pin2(&self) -> PIN2_R {
PIN2_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 3 - Pin 3."]
#[inline(always)]
pub fn pin3(&self) -> PIN3_R {
PIN3_R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 4 - Pin 4."]
#[inline(always)]
pub fn pin4(&self) -> PIN4_R {
PIN4_R::new(((self.bits >> 4) & 0x01) != 0)
}
#[doc = "Bit 5 - Pin 5."]
#[inline(always)]
pub fn pin5(&self) -> PIN5_R {
PIN5_R::new(((self.bits >> 5) & 0x01) != 0)
}
#[doc = "Bit 6 - Pin 6."]
#[inline(always)]
pub fn pin6(&self) -> PIN6_R {
PIN6_R::new(((self.bits >> 6) & 0x01) != 0)
}
#[doc = "Bit 7 - Pin 7."]
#[inline(always)]
pub fn pin7(&self) -> PIN7_R {
PIN7_R::new(((self.bits >> 7) & 0x01) != 0)
}
#[doc = "Bit 8 - Pin 8."]
#[inline(always)]
pub fn pin8(&self) -> PIN8_R {
PIN8_R::new(((self.bits >> 8) & 0x01) != 0)
}
#[doc = "Bit 9 - Pin 9."]
#[inline(always)]
pub fn pin9(&self) -> PIN9_R {
PIN9_R::new(((self.bits >> 9) & 0x01) != 0)
}
#[doc = "Bit 10 - Pin 10."]
#[inline(always)]
pub fn pin10(&self) -> PIN10_R {
PIN10_R::new(((self.bits >> 10) & 0x01) != 0)
}
#[doc = "Bit 11 - Pin 11."]
#[inline(always)]
pub fn pin11(&self) -> PIN11_R {
PIN11_R::new(((self.bits >> 11) & 0x01) != 0)
}
#[doc = "Bit 12 - Pin 12."]
#[inline(always)]
pub fn pin12(&self) -> PIN12_R {
PIN12_R::new(((self.bits >> 12) & 0x01) != 0)
}
#[doc = "Bit 13 - Pin 13."]
#[inline(always)]
pub fn pin13(&self) -> PIN13_R {
PIN13_R::new(((self.bits >> 13) & 0x01) != 0)
}
#[doc = "Bit 14 - Pin 14."]
#[inline(always)]
pub fn pin14(&self) -> PIN14_R {
PIN14_R::new(((self.bits >> 14) & 0x01) != 0)
}
#[doc = "Bit 15 - Pin 15."]
#[inline(always)]
pub fn pin15(&self) -> PIN15_R {
PIN15_R::new(((self.bits >> 15) & 0x01) != 0)
}
#[doc = "Bit 16 - Pin 16."]
#[inline(always)]
pub fn pin16(&self) -> PIN16_R {
PIN16_R::new(((self.bits >> 16) & 0x01) != 0)
}
#[doc = "Bit 17 - Pin 17."]
#[inline(always)]
pub fn pin17(&self) -> PIN17_R {
PIN17_R::new(((self.bits >> 17) & 0x01) != 0)
}
#[doc = "Bit 18 - Pin 18."]
#[inline(always)]
pub fn pin18(&self) -> PIN18_R {
PIN18_R::new(((self.bits >> 18) & 0x01) != 0)
}
#[doc = "Bit 19 - Pin 19."]
#[inline(always)]
pub fn pin19(&self) -> PIN19_R {
PIN19_R::new(((self.bits >> 19) & 0x01) != 0)
}
#[doc = "Bit 20 - Pin 20."]
#[inline(always)]
pub fn pin20(&self) -> PIN20_R {
PIN20_R::new(((self.bits >> 20) & 0x01) != 0)
}
#[doc = "Bit 21 - Pin 21."]
#[inline(always)]
pub fn pin21(&self) -> PIN21_R {
PIN21_R::new(((self.bits >> 21) & 0x01) != 0)
}
#[doc = "Bit 22 - Pin 22."]
#[inline(always)]
pub fn pin22(&self) -> PIN22_R {
PIN22_R::new(((self.bits >> 22) & 0x01) != 0)
}
#[doc = "Bit 23 - Pin 23."]
#[inline(always)]
pub fn pin23(&self) -> PIN23_R {
PIN23_R::new(((self.bits >> 23) & 0x01) != 0)
}
#[doc = "Bit 24 - Pin 24."]
#[inline(always)]
pub fn pin24(&self) -> PIN24_R {
PIN24_R::new(((self.bits >> 24) & 0x01) != 0)
}
#[doc = "Bit 25 - Pin 25."]
#[inline(always)]
pub fn pin25(&self) -> PIN25_R {
PIN25_R::new(((self.bits >> 25) & 0x01) != 0)
}
#[doc = "Bit 26 - Pin 26."]
#[inline(always)]
pub fn pin26(&self) -> PIN26_R {
PIN26_R::new(((self.bits >> 26) & 0x01) != 0)
}
#[doc = "Bit 27 - Pin 27."]
#[inline(always)]
pub fn pin27(&self) -> PIN27_R {
PIN27_R::new(((self.bits >> 27) & 0x01) != 0)
}
#[doc = "Bit 28 - Pin 28."]
#[inline(always)]
pub fn pin28(&self) -> PIN28_R {
PIN28_R::new(((self.bits >> 28) & 0x01) != 0)
}
#[doc = "Bit 29 - Pin 29."]
#[inline(always)]
pub fn pin29(&self) -> PIN29_R {
PIN29_R::new(((self.bits >> 29) & 0x01) != 0)
}
#[doc = "Bit 30 - Pin 30."]
#[inline(always)]
pub fn pin30(&self) -> PIN30_R {
PIN30_R::new(((self.bits >> 30) & 0x01) != 0)
}
#[doc = "Bit 31 - Pin 31."]
#[inline(always)]
pub fn pin31(&self) -> PIN31_R {
PIN31_R::new(((self.bits >> 31) & 0x01) != 0)
}
}
#[doc = "Read GPIO port.\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 [in_](index.html) module"]
pub struct IN_SPEC;
impl crate::RegisterSpec for IN_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [in_::R](R) reader structure"]
impl crate::Readable for IN_SPEC {
type Reader = R;
}
#[doc = "`reset()` method sets IN to value 0"]
impl crate::Resettable for IN_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0
}
}