#[doc = r"Value read from the register"]
pub struct R {
bits: u32,
}
#[doc = r"Value to write to the register"]
pub struct W {
bits: u32,
}
impl super::IMR1 {
#[doc = r"Modifies the contents of the register"]
#[inline(always)]
pub fn modify<F>(&self, f: F)
where
for<'w> F: FnOnce(&R, &'w mut W) -> &'w mut W,
{
let bits = self.register.get();
self.register.set(f(&R { bits }, &mut W { bits }).bits);
}
#[doc = r"Reads the contents of the register"]
#[inline(always)]
pub fn read(&self) -> R {
R {
bits: self.register.get(),
}
}
#[doc = r"Writes to the register"]
#[inline(always)]
pub fn write<F>(&self, f: F)
where
F: FnOnce(&mut W) -> &mut W,
{
self.register.set(
f(&mut W {
bits: Self::reset_value(),
})
.bits,
);
}
#[doc = r"Reset value of the register"]
#[inline(always)]
pub const fn reset_value() -> u32 {
0xff82_0000
}
#[doc = r"Writes the reset value to the register"]
#[inline(always)]
pub fn reset(&self) {
self.register.set(Self::reset_value())
}
}
#[doc = r"Value of the field"]
pub struct IM0R {
bits: bool,
}
impl IM0R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM0W<'a> {
w: &'a mut W,
}
impl<'a> _IM0W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 0);
self.w.bits |= ((value as u32) & 0x01) << 0;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM1R {
bits: bool,
}
impl IM1R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM1W<'a> {
w: &'a mut W,
}
impl<'a> _IM1W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 1);
self.w.bits |= ((value as u32) & 0x01) << 1;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM2R {
bits: bool,
}
impl IM2R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM2W<'a> {
w: &'a mut W,
}
impl<'a> _IM2W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 2);
self.w.bits |= ((value as u32) & 0x01) << 2;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM3R {
bits: bool,
}
impl IM3R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM3W<'a> {
w: &'a mut W,
}
impl<'a> _IM3W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 3);
self.w.bits |= ((value as u32) & 0x01) << 3;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM4R {
bits: bool,
}
impl IM4R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM4W<'a> {
w: &'a mut W,
}
impl<'a> _IM4W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 4);
self.w.bits |= ((value as u32) & 0x01) << 4;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM5R {
bits: bool,
}
impl IM5R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM5W<'a> {
w: &'a mut W,
}
impl<'a> _IM5W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 5);
self.w.bits |= ((value as u32) & 0x01) << 5;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM6R {
bits: bool,
}
impl IM6R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM6W<'a> {
w: &'a mut W,
}
impl<'a> _IM6W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 6);
self.w.bits |= ((value as u32) & 0x01) << 6;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM7R {
bits: bool,
}
impl IM7R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM7W<'a> {
w: &'a mut W,
}
impl<'a> _IM7W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 7);
self.w.bits |= ((value as u32) & 0x01) << 7;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM8R {
bits: bool,
}
impl IM8R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM8W<'a> {
w: &'a mut W,
}
impl<'a> _IM8W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 8);
self.w.bits |= ((value as u32) & 0x01) << 8;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM9R {
bits: bool,
}
impl IM9R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM9W<'a> {
w: &'a mut W,
}
impl<'a> _IM9W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 9);
self.w.bits |= ((value as u32) & 0x01) << 9;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM10R {
bits: bool,
}
impl IM10R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM10W<'a> {
w: &'a mut W,
}
impl<'a> _IM10W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 10);
self.w.bits |= ((value as u32) & 0x01) << 10;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM11R {
bits: bool,
}
impl IM11R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM11W<'a> {
w: &'a mut W,
}
impl<'a> _IM11W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 11);
self.w.bits |= ((value as u32) & 0x01) << 11;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM12R {
bits: bool,
}
impl IM12R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM12W<'a> {
w: &'a mut W,
}
impl<'a> _IM12W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 12);
self.w.bits |= ((value as u32) & 0x01) << 12;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM13R {
bits: bool,
}
impl IM13R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM13W<'a> {
w: &'a mut W,
}
impl<'a> _IM13W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 13);
self.w.bits |= ((value as u32) & 0x01) << 13;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM14R {
bits: bool,
}
impl IM14R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM14W<'a> {
w: &'a mut W,
}
impl<'a> _IM14W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 14);
self.w.bits |= ((value as u32) & 0x01) << 14;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM15R {
bits: bool,
}
impl IM15R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM15W<'a> {
w: &'a mut W,
}
impl<'a> _IM15W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 15);
self.w.bits |= ((value as u32) & 0x01) << 15;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM16R {
bits: bool,
}
impl IM16R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM16W<'a> {
w: &'a mut W,
}
impl<'a> _IM16W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 16);
self.w.bits |= ((value as u32) & 0x01) << 16;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM17R {
bits: bool,
}
impl IM17R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM17W<'a> {
w: &'a mut W,
}
impl<'a> _IM17W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 17);
self.w.bits |= ((value as u32) & 0x01) << 17;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM18R {
bits: bool,
}
impl IM18R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM18W<'a> {
w: &'a mut W,
}
impl<'a> _IM18W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 18);
self.w.bits |= ((value as u32) & 0x01) << 18;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM19R {
bits: bool,
}
impl IM19R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM19W<'a> {
w: &'a mut W,
}
impl<'a> _IM19W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 19);
self.w.bits |= ((value as u32) & 0x01) << 19;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM20R {
bits: bool,
}
impl IM20R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM20W<'a> {
w: &'a mut W,
}
impl<'a> _IM20W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 20);
self.w.bits |= ((value as u32) & 0x01) << 20;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM21R {
bits: bool,
}
impl IM21R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM21W<'a> {
w: &'a mut W,
}
impl<'a> _IM21W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 21);
self.w.bits |= ((value as u32) & 0x01) << 21;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM22R {
bits: bool,
}
impl IM22R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM22W<'a> {
w: &'a mut W,
}
impl<'a> _IM22W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 22);
self.w.bits |= ((value as u32) & 0x01) << 22;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM23R {
bits: bool,
}
impl IM23R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM23W<'a> {
w: &'a mut W,
}
impl<'a> _IM23W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 23);
self.w.bits |= ((value as u32) & 0x01) << 23;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM24R {
bits: bool,
}
impl IM24R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM24W<'a> {
w: &'a mut W,
}
impl<'a> _IM24W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 24);
self.w.bits |= ((value as u32) & 0x01) << 24;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM25R {
bits: bool,
}
impl IM25R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM25W<'a> {
w: &'a mut W,
}
impl<'a> _IM25W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 25);
self.w.bits |= ((value as u32) & 0x01) << 25;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM26R {
bits: bool,
}
impl IM26R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM26W<'a> {
w: &'a mut W,
}
impl<'a> _IM26W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 26);
self.w.bits |= ((value as u32) & 0x01) << 26;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM27R {
bits: bool,
}
impl IM27R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM27W<'a> {
w: &'a mut W,
}
impl<'a> _IM27W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 27);
self.w.bits |= ((value as u32) & 0x01) << 27;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM28R {
bits: bool,
}
impl IM28R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM28W<'a> {
w: &'a mut W,
}
impl<'a> _IM28W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 28);
self.w.bits |= ((value as u32) & 0x01) << 28;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM29R {
bits: bool,
}
impl IM29R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM29W<'a> {
w: &'a mut W,
}
impl<'a> _IM29W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 29);
self.w.bits |= ((value as u32) & 0x01) << 29;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM30R {
bits: bool,
}
impl IM30R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM30W<'a> {
w: &'a mut W,
}
impl<'a> _IM30W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 30);
self.w.bits |= ((value as u32) & 0x01) << 30;
self.w
}
}
#[doc = r"Value of the field"]
pub struct IM31R {
bits: bool,
}
impl IM31R {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _IM31W<'a> {
w: &'a mut W,
}
impl<'a> _IM31W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits &= !(0x01 << 31);
self.w.bits |= ((value as u32) & 0x01) << 31;
self.w
}
}
impl R {
#[doc = r"Value of the register as raw bits"]
#[inline(always)]
pub fn bits(&self) -> u32 {
self.bits
}
#[doc = "Bit 0 - Interrupt Mask on line 0"]
#[inline(always)]
pub fn im0(&self) -> IM0R {
let bits = ((self.bits >> 0) & 0x01) != 0;
IM0R { bits }
}
#[doc = "Bit 1 - Interrupt Mask on line 1"]
#[inline(always)]
pub fn im1(&self) -> IM1R {
let bits = ((self.bits >> 1) & 0x01) != 0;
IM1R { bits }
}
#[doc = "Bit 2 - Interrupt Mask on line 2"]
#[inline(always)]
pub fn im2(&self) -> IM2R {
let bits = ((self.bits >> 2) & 0x01) != 0;
IM2R { bits }
}
#[doc = "Bit 3 - Interrupt Mask on line 3"]
#[inline(always)]
pub fn im3(&self) -> IM3R {
let bits = ((self.bits >> 3) & 0x01) != 0;
IM3R { bits }
}
#[doc = "Bit 4 - Interrupt Mask on line 4"]
#[inline(always)]
pub fn im4(&self) -> IM4R {
let bits = ((self.bits >> 4) & 0x01) != 0;
IM4R { bits }
}
#[doc = "Bit 5 - Interrupt Mask on line 5"]
#[inline(always)]
pub fn im5(&self) -> IM5R {
let bits = ((self.bits >> 5) & 0x01) != 0;
IM5R { bits }
}
#[doc = "Bit 6 - Interrupt Mask on line 6"]
#[inline(always)]
pub fn im6(&self) -> IM6R {
let bits = ((self.bits >> 6) & 0x01) != 0;
IM6R { bits }
}
#[doc = "Bit 7 - Interrupt Mask on line 7"]
#[inline(always)]
pub fn im7(&self) -> IM7R {
let bits = ((self.bits >> 7) & 0x01) != 0;
IM7R { bits }
}
#[doc = "Bit 8 - Interrupt Mask on line 8"]
#[inline(always)]
pub fn im8(&self) -> IM8R {
let bits = ((self.bits >> 8) & 0x01) != 0;
IM8R { bits }
}
#[doc = "Bit 9 - Interrupt Mask on line 9"]
#[inline(always)]
pub fn im9(&self) -> IM9R {
let bits = ((self.bits >> 9) & 0x01) != 0;
IM9R { bits }
}
#[doc = "Bit 10 - Interrupt Mask on line 10"]
#[inline(always)]
pub fn im10(&self) -> IM10R {
let bits = ((self.bits >> 10) & 0x01) != 0;
IM10R { bits }
}
#[doc = "Bit 11 - Interrupt Mask on line 11"]
#[inline(always)]
pub fn im11(&self) -> IM11R {
let bits = ((self.bits >> 11) & 0x01) != 0;
IM11R { bits }
}
#[doc = "Bit 12 - Interrupt Mask on line 12"]
#[inline(always)]
pub fn im12(&self) -> IM12R {
let bits = ((self.bits >> 12) & 0x01) != 0;
IM12R { bits }
}
#[doc = "Bit 13 - Interrupt Mask on line 13"]
#[inline(always)]
pub fn im13(&self) -> IM13R {
let bits = ((self.bits >> 13) & 0x01) != 0;
IM13R { bits }
}
#[doc = "Bit 14 - Interrupt Mask on line 14"]
#[inline(always)]
pub fn im14(&self) -> IM14R {
let bits = ((self.bits >> 14) & 0x01) != 0;
IM14R { bits }
}
#[doc = "Bit 15 - Interrupt Mask on line 15"]
#[inline(always)]
pub fn im15(&self) -> IM15R {
let bits = ((self.bits >> 15) & 0x01) != 0;
IM15R { bits }
}
#[doc = "Bit 16 - Interrupt Mask on line 16"]
#[inline(always)]
pub fn im16(&self) -> IM16R {
let bits = ((self.bits >> 16) & 0x01) != 0;
IM16R { bits }
}
#[doc = "Bit 17 - Interrupt Mask on line 17"]
#[inline(always)]
pub fn im17(&self) -> IM17R {
let bits = ((self.bits >> 17) & 0x01) != 0;
IM17R { bits }
}
#[doc = "Bit 18 - Interrupt Mask on line 18"]
#[inline(always)]
pub fn im18(&self) -> IM18R {
let bits = ((self.bits >> 18) & 0x01) != 0;
IM18R { bits }
}
#[doc = "Bit 19 - Interrupt Mask on line 19"]
#[inline(always)]
pub fn im19(&self) -> IM19R {
let bits = ((self.bits >> 19) & 0x01) != 0;
IM19R { bits }
}
#[doc = "Bit 20 - Interrupt Mask on line 20"]
#[inline(always)]
pub fn im20(&self) -> IM20R {
let bits = ((self.bits >> 20) & 0x01) != 0;
IM20R { bits }
}
#[doc = "Bit 21 - Interrupt Mask on line 21"]
#[inline(always)]
pub fn im21(&self) -> IM21R {
let bits = ((self.bits >> 21) & 0x01) != 0;
IM21R { bits }
}
#[doc = "Bit 22 - Interrupt Mask on line 22"]
#[inline(always)]
pub fn im22(&self) -> IM22R {
let bits = ((self.bits >> 22) & 0x01) != 0;
IM22R { bits }
}
#[doc = "Bit 23 - Interrupt Mask on line 23"]
#[inline(always)]
pub fn im23(&self) -> IM23R {
let bits = ((self.bits >> 23) & 0x01) != 0;
IM23R { bits }
}
#[doc = "Bit 24 - Interrupt Mask on line 24"]
#[inline(always)]
pub fn im24(&self) -> IM24R {
let bits = ((self.bits >> 24) & 0x01) != 0;
IM24R { bits }
}
#[doc = "Bit 25 - Interrupt Mask on line 25"]
#[inline(always)]
pub fn im25(&self) -> IM25R {
let bits = ((self.bits >> 25) & 0x01) != 0;
IM25R { bits }
}
#[doc = "Bit 26 - Interrupt Mask on line 26"]
#[inline(always)]
pub fn im26(&self) -> IM26R {
let bits = ((self.bits >> 26) & 0x01) != 0;
IM26R { bits }
}
#[doc = "Bit 27 - Interrupt Mask on line 27"]
#[inline(always)]
pub fn im27(&self) -> IM27R {
let bits = ((self.bits >> 27) & 0x01) != 0;
IM27R { bits }
}
#[doc = "Bit 28 - Interrupt Mask on line 28"]
#[inline(always)]
pub fn im28(&self) -> IM28R {
let bits = ((self.bits >> 28) & 0x01) != 0;
IM28R { bits }
}
#[doc = "Bit 29 - Interrupt Mask on line 29"]
#[inline(always)]
pub fn im29(&self) -> IM29R {
let bits = ((self.bits >> 29) & 0x01) != 0;
IM29R { bits }
}
#[doc = "Bit 30 - Interrupt Mask on line 30"]
#[inline(always)]
pub fn im30(&self) -> IM30R {
let bits = ((self.bits >> 30) & 0x01) != 0;
IM30R { bits }
}
#[doc = "Bit 31 - Interrupt Mask on line 31"]
#[inline(always)]
pub fn im31(&self) -> IM31R {
let bits = ((self.bits >> 31) & 0x01) != 0;
IM31R { bits }
}
}
impl W {
#[doc = r"Writes raw bits to the register"]
#[inline(always)]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.bits = bits;
self
}
#[doc = "Bit 0 - Interrupt Mask on line 0"]
#[inline(always)]
pub fn im0(&mut self) -> _IM0W {
_IM0W { w: self }
}
#[doc = "Bit 1 - Interrupt Mask on line 1"]
#[inline(always)]
pub fn im1(&mut self) -> _IM1W {
_IM1W { w: self }
}
#[doc = "Bit 2 - Interrupt Mask on line 2"]
#[inline(always)]
pub fn im2(&mut self) -> _IM2W {
_IM2W { w: self }
}
#[doc = "Bit 3 - Interrupt Mask on line 3"]
#[inline(always)]
pub fn im3(&mut self) -> _IM3W {
_IM3W { w: self }
}
#[doc = "Bit 4 - Interrupt Mask on line 4"]
#[inline(always)]
pub fn im4(&mut self) -> _IM4W {
_IM4W { w: self }
}
#[doc = "Bit 5 - Interrupt Mask on line 5"]
#[inline(always)]
pub fn im5(&mut self) -> _IM5W {
_IM5W { w: self }
}
#[doc = "Bit 6 - Interrupt Mask on line 6"]
#[inline(always)]
pub fn im6(&mut self) -> _IM6W {
_IM6W { w: self }
}
#[doc = "Bit 7 - Interrupt Mask on line 7"]
#[inline(always)]
pub fn im7(&mut self) -> _IM7W {
_IM7W { w: self }
}
#[doc = "Bit 8 - Interrupt Mask on line 8"]
#[inline(always)]
pub fn im8(&mut self) -> _IM8W {
_IM8W { w: self }
}
#[doc = "Bit 9 - Interrupt Mask on line 9"]
#[inline(always)]
pub fn im9(&mut self) -> _IM9W {
_IM9W { w: self }
}
#[doc = "Bit 10 - Interrupt Mask on line 10"]
#[inline(always)]
pub fn im10(&mut self) -> _IM10W {
_IM10W { w: self }
}
#[doc = "Bit 11 - Interrupt Mask on line 11"]
#[inline(always)]
pub fn im11(&mut self) -> _IM11W {
_IM11W { w: self }
}
#[doc = "Bit 12 - Interrupt Mask on line 12"]
#[inline(always)]
pub fn im12(&mut self) -> _IM12W {
_IM12W { w: self }
}
#[doc = "Bit 13 - Interrupt Mask on line 13"]
#[inline(always)]
pub fn im13(&mut self) -> _IM13W {
_IM13W { w: self }
}
#[doc = "Bit 14 - Interrupt Mask on line 14"]
#[inline(always)]
pub fn im14(&mut self) -> _IM14W {
_IM14W { w: self }
}
#[doc = "Bit 15 - Interrupt Mask on line 15"]
#[inline(always)]
pub fn im15(&mut self) -> _IM15W {
_IM15W { w: self }
}
#[doc = "Bit 16 - Interrupt Mask on line 16"]
#[inline(always)]
pub fn im16(&mut self) -> _IM16W {
_IM16W { w: self }
}
#[doc = "Bit 17 - Interrupt Mask on line 17"]
#[inline(always)]
pub fn im17(&mut self) -> _IM17W {
_IM17W { w: self }
}
#[doc = "Bit 18 - Interrupt Mask on line 18"]
#[inline(always)]
pub fn im18(&mut self) -> _IM18W {
_IM18W { w: self }
}
#[doc = "Bit 19 - Interrupt Mask on line 19"]
#[inline(always)]
pub fn im19(&mut self) -> _IM19W {
_IM19W { w: self }
}
#[doc = "Bit 20 - Interrupt Mask on line 20"]
#[inline(always)]
pub fn im20(&mut self) -> _IM20W {
_IM20W { w: self }
}
#[doc = "Bit 21 - Interrupt Mask on line 21"]
#[inline(always)]
pub fn im21(&mut self) -> _IM21W {
_IM21W { w: self }
}
#[doc = "Bit 22 - Interrupt Mask on line 22"]
#[inline(always)]
pub fn im22(&mut self) -> _IM22W {
_IM22W { w: self }
}
#[doc = "Bit 23 - Interrupt Mask on line 23"]
#[inline(always)]
pub fn im23(&mut self) -> _IM23W {
_IM23W { w: self }
}
#[doc = "Bit 24 - Interrupt Mask on line 24"]
#[inline(always)]
pub fn im24(&mut self) -> _IM24W {
_IM24W { w: self }
}
#[doc = "Bit 25 - Interrupt Mask on line 25"]
#[inline(always)]
pub fn im25(&mut self) -> _IM25W {
_IM25W { w: self }
}
#[doc = "Bit 26 - Interrupt Mask on line 26"]
#[inline(always)]
pub fn im26(&mut self) -> _IM26W {
_IM26W { w: self }
}
#[doc = "Bit 27 - Interrupt Mask on line 27"]
#[inline(always)]
pub fn im27(&mut self) -> _IM27W {
_IM27W { w: self }
}
#[doc = "Bit 28 - Interrupt Mask on line 28"]
#[inline(always)]
pub fn im28(&mut self) -> _IM28W {
_IM28W { w: self }
}
#[doc = "Bit 29 - Interrupt Mask on line 29"]
#[inline(always)]
pub fn im29(&mut self) -> _IM29W {
_IM29W { w: self }
}
#[doc = "Bit 30 - Interrupt Mask on line 30"]
#[inline(always)]
pub fn im30(&mut self) -> _IM30W {
_IM30W { w: self }
}
#[doc = "Bit 31 - Interrupt Mask on line 31"]
#[inline(always)]
pub fn im31(&mut self) -> _IM31W {
_IM31W { w: self }
}
}