#[doc = "Reader of register OTYPER"]
pub type R = crate::R<u32, super::OTYPER>;
#[doc = "Writer for register OTYPER"]
pub type W = crate::W<u32, super::OTYPER>;
#[doc = "Register OTYPER `reset()`'s with value 0"]
impl crate::ResetValue for super::OTYPER {
type Type = u32;
#[inline(always)]
fn reset_value() -> Self::Type {
0
}
}
#[doc = "Port x configuration bits (y = 0..15)\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum OT15_A {
#[doc = "0: Output push-pull (reset state)"]
PUSHPULL,
#[doc = "1: Output open-drain"]
OPENDRAIN,
}
impl From<OT15_A> for bool {
#[inline(always)]
fn from(variant: OT15_A) -> Self {
match variant {
OT15_A::PUSHPULL => false,
OT15_A::OPENDRAIN => true,
}
}
}
#[doc = "Reader of field `OT15`"]
pub type OT15_R = crate::R<bool, OT15_A>;
impl OT15_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> OT15_A {
match self.bits {
false => OT15_A::PUSHPULL,
true => OT15_A::OPENDRAIN,
}
}
#[doc = "Checks if the value of the field is `PUSHPULL`"]
#[inline(always)]
pub fn is_push_pull(&self) -> bool {
*self == OT15_A::PUSHPULL
}
#[doc = "Checks if the value of the field is `OPENDRAIN`"]
#[inline(always)]
pub fn is_open_drain(&self) -> bool {
*self == OT15_A::OPENDRAIN
}
}
#[doc = "Write proxy for field `OT15`"]
pub struct OT15_W<'a> {
w: &'a mut W,
}
impl<'a> OT15_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT15_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT14_A = OT15_A;
#[doc = "Reader of field `OT14`"]
pub type OT14_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT14`"]
pub struct OT14_W<'a> {
w: &'a mut W,
}
impl<'a> OT14_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT14_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT13_A = OT15_A;
#[doc = "Reader of field `OT13`"]
pub type OT13_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT13`"]
pub struct OT13_W<'a> {
w: &'a mut W,
}
impl<'a> OT13_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT13_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT12_A = OT15_A;
#[doc = "Reader of field `OT12`"]
pub type OT12_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT12`"]
pub struct OT12_W<'a> {
w: &'a mut W,
}
impl<'a> OT12_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT12_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT11_A = OT15_A;
#[doc = "Reader of field `OT11`"]
pub type OT11_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT11`"]
pub struct OT11_W<'a> {
w: &'a mut W,
}
impl<'a> OT11_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT11_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT10_A = OT15_A;
#[doc = "Reader of field `OT10`"]
pub type OT10_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT10`"]
pub struct OT10_W<'a> {
w: &'a mut W,
}
impl<'a> OT10_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT10_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT9_A = OT15_A;
#[doc = "Reader of field `OT9`"]
pub type OT9_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT9`"]
pub struct OT9_W<'a> {
w: &'a mut W,
}
impl<'a> OT9_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT9_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT8_A = OT15_A;
#[doc = "Reader of field `OT8`"]
pub type OT8_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT8`"]
pub struct OT8_W<'a> {
w: &'a mut W,
}
impl<'a> OT8_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT8_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT7_A = OT15_A;
#[doc = "Reader of field `OT7`"]
pub type OT7_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT7`"]
pub struct OT7_W<'a> {
w: &'a mut W,
}
impl<'a> OT7_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT7_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT6_A = OT15_A;
#[doc = "Reader of field `OT6`"]
pub type OT6_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT6`"]
pub struct OT6_W<'a> {
w: &'a mut W,
}
impl<'a> OT6_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT6_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT5_A = OT15_A;
#[doc = "Reader of field `OT5`"]
pub type OT5_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT5`"]
pub struct OT5_W<'a> {
w: &'a mut W,
}
impl<'a> OT5_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT5_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT4_A = OT15_A;
#[doc = "Reader of field `OT4`"]
pub type OT4_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT4`"]
pub struct OT4_W<'a> {
w: &'a mut W,
}
impl<'a> OT4_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT4_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT3_A = OT15_A;
#[doc = "Reader of field `OT3`"]
pub type OT3_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT3`"]
pub struct OT3_W<'a> {
w: &'a mut W,
}
impl<'a> OT3_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT3_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT2_A = OT15_A;
#[doc = "Reader of field `OT2`"]
pub type OT2_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT2`"]
pub struct OT2_W<'a> {
w: &'a mut W,
}
impl<'a> OT2_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT2_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT1_A = OT15_A;
#[doc = "Reader of field `OT1`"]
pub type OT1_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT1`"]
pub struct OT1_W<'a> {
w: &'a mut W,
}
impl<'a> OT1_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT1_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 = "Port x configuration bits (y = 0..15)"]
pub type OT0_A = OT15_A;
#[doc = "Reader of field `OT0`"]
pub type OT0_R = crate::R<bool, OT15_A>;
#[doc = "Write proxy for field `OT0`"]
pub struct OT0_W<'a> {
w: &'a mut W,
}
impl<'a> OT0_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: OT0_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Output push-pull (reset state)"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(OT15_A::PUSHPULL)
}
#[doc = "Output open-drain"]
#[inline(always)]
pub fn open_drain(self) -> &'a mut W {
self.variant(OT15_A::OPENDRAIN)
}
#[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 15 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot15(&self) -> OT15_R {
OT15_R::new(((self.bits >> 15) & 0x01) != 0)
}
#[doc = "Bit 14 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot14(&self) -> OT14_R {
OT14_R::new(((self.bits >> 14) & 0x01) != 0)
}
#[doc = "Bit 13 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot13(&self) -> OT13_R {
OT13_R::new(((self.bits >> 13) & 0x01) != 0)
}
#[doc = "Bit 12 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot12(&self) -> OT12_R {
OT12_R::new(((self.bits >> 12) & 0x01) != 0)
}
#[doc = "Bit 11 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot11(&self) -> OT11_R {
OT11_R::new(((self.bits >> 11) & 0x01) != 0)
}
#[doc = "Bit 10 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot10(&self) -> OT10_R {
OT10_R::new(((self.bits >> 10) & 0x01) != 0)
}
#[doc = "Bit 9 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot9(&self) -> OT9_R {
OT9_R::new(((self.bits >> 9) & 0x01) != 0)
}
#[doc = "Bit 8 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot8(&self) -> OT8_R {
OT8_R::new(((self.bits >> 8) & 0x01) != 0)
}
#[doc = "Bit 7 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot7(&self) -> OT7_R {
OT7_R::new(((self.bits >> 7) & 0x01) != 0)
}
#[doc = "Bit 6 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot6(&self) -> OT6_R {
OT6_R::new(((self.bits >> 6) & 0x01) != 0)
}
#[doc = "Bit 5 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot5(&self) -> OT5_R {
OT5_R::new(((self.bits >> 5) & 0x01) != 0)
}
#[doc = "Bit 4 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot4(&self) -> OT4_R {
OT4_R::new(((self.bits >> 4) & 0x01) != 0)
}
#[doc = "Bit 3 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot3(&self) -> OT3_R {
OT3_R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 2 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot2(&self) -> OT2_R {
OT2_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 1 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot1(&self) -> OT1_R {
OT1_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 0 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot0(&self) -> OT0_R {
OT0_R::new((self.bits & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 15 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot15(&mut self) -> OT15_W {
OT15_W { w: self }
}
#[doc = "Bit 14 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot14(&mut self) -> OT14_W {
OT14_W { w: self }
}
#[doc = "Bit 13 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot13(&mut self) -> OT13_W {
OT13_W { w: self }
}
#[doc = "Bit 12 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot12(&mut self) -> OT12_W {
OT12_W { w: self }
}
#[doc = "Bit 11 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot11(&mut self) -> OT11_W {
OT11_W { w: self }
}
#[doc = "Bit 10 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot10(&mut self) -> OT10_W {
OT10_W { w: self }
}
#[doc = "Bit 9 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot9(&mut self) -> OT9_W {
OT9_W { w: self }
}
#[doc = "Bit 8 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot8(&mut self) -> OT8_W {
OT8_W { w: self }
}
#[doc = "Bit 7 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot7(&mut self) -> OT7_W {
OT7_W { w: self }
}
#[doc = "Bit 6 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot6(&mut self) -> OT6_W {
OT6_W { w: self }
}
#[doc = "Bit 5 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot5(&mut self) -> OT5_W {
OT5_W { w: self }
}
#[doc = "Bit 4 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot4(&mut self) -> OT4_W {
OT4_W { w: self }
}
#[doc = "Bit 3 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot3(&mut self) -> OT3_W {
OT3_W { w: self }
}
#[doc = "Bit 2 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot2(&mut self) -> OT2_W {
OT2_W { w: self }
}
#[doc = "Bit 1 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot1(&mut self) -> OT1_W {
OT1_W { w: self }
}
#[doc = "Bit 0 - Port x configuration bits (y = 0..15)"]
#[inline(always)]
pub fn ot0(&mut self) -> OT0_W {
OT0_W { w: self }
}
}