#[doc = r" Value to write to the register"]
pub struct W {
bits: u32,
}
impl super::SRSET {
#[doc = r" Writes to the register"]
#[inline]
pub fn write<F>(&self, f: F)
where
F: FnOnce(&mut W) -> &mut W,
{
let mut w = W::reset_value();
f(&mut w);
self.register.set(w.bits);
}
}
#[doc = r" Proxy"]
pub struct _PRWARNW<'a> {
w: &'a mut W,
}
impl<'a> _PRWARNW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 0;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _PIW<'a> {
w: &'a mut W,
}
impl<'a> _PIW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 1;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _AIW<'a> {
w: &'a mut W,
}
impl<'a> _AIW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 2;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _VDDPIW<'a> {
w: &'a mut W,
}
impl<'a> _VDDPIW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 3;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ACMP0IW<'a> {
w: &'a mut W,
}
impl<'a> _ACMP0IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 4;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ACMP1IW<'a> {
w: &'a mut W,
}
impl<'a> _ACMP1IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 5;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ACMP2IW<'a> {
w: &'a mut W,
}
impl<'a> _ACMP2IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 6;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _VDROPIW<'a> {
w: &'a mut W,
}
impl<'a> _VDROPIW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 7;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ORC0IW<'a> {
w: &'a mut W,
}
impl<'a> _ORC0IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 8;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ORC1IW<'a> {
w: &'a mut W,
}
impl<'a> _ORC1IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 9;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ORC2IW<'a> {
w: &'a mut W,
}
impl<'a> _ORC2IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 10;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ORC3IW<'a> {
w: &'a mut W,
}
impl<'a> _ORC3IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 11;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ORC4IW<'a> {
w: &'a mut W,
}
impl<'a> _ORC4IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 12;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ORC5IW<'a> {
w: &'a mut W,
}
impl<'a> _ORC5IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 13;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ORC6IW<'a> {
w: &'a mut W,
}
impl<'a> _ORC6IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 14;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _ORC7IW<'a> {
w: &'a mut W,
}
impl<'a> _ORC7IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 15;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _LOCIW<'a> {
w: &'a mut W,
}
impl<'a> _LOCIW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 16;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _PESRAMIW<'a> {
w: &'a mut W,
}
impl<'a> _PESRAMIW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 17;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _PEU0IW<'a> {
w: &'a mut W,
}
impl<'a> _PEU0IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 18;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _FLECC2IW<'a> {
w: &'a mut W,
}
impl<'a> _FLECC2IW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 19;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _FLCMPLTIW<'a> {
w: &'a mut W,
}
impl<'a> _FLCMPLTIW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 20;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _VCLIPIW<'a> {
w: &'a mut W,
}
impl<'a> _VCLIPIW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 21;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _SBYCLKFIW<'a> {
w: &'a mut W,
}
impl<'a> _SBYCLKFIW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 22;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _RTC_CTRW<'a> {
w: &'a mut W,
}
impl<'a> _RTC_CTRW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 24;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _RTC_ATIM0W<'a> {
w: &'a mut W,
}
impl<'a> _RTC_ATIM0W<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 25;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _RTC_ATIM1W<'a> {
w: &'a mut W,
}
impl<'a> _RTC_ATIM1W<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 26;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _RTC_TIM0W<'a> {
w: &'a mut W,
}
impl<'a> _RTC_TIM0W<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 27;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _RTC_TIM1W<'a> {
w: &'a mut W,
}
impl<'a> _RTC_TIM1W<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 28;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _TSE_DONEW<'a> {
w: &'a mut W,
}
impl<'a> _TSE_DONEW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 29;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _TSE_HIGHW<'a> {
w: &'a mut W,
}
impl<'a> _TSE_HIGHW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 30;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _TSE_LOWW<'a> {
w: &'a mut W,
}
impl<'a> _TSE_LOWW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 31;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
impl W {
#[doc = r" Reset value of the register"]
#[inline]
pub fn reset_value() -> W {
W { bits: 0 }
}
#[doc = r" Writes raw bits to the register"]
#[inline]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.bits = bits;
self
}
#[doc = "Bit 0 - WDT pre-warning Interrupt Set"]
#[inline]
pub fn prwarn(&mut self) -> _PRWARNW {
_PRWARNW { w: self }
}
#[doc = "Bit 1 - RTC Periodic Interrupt Set"]
#[inline]
pub fn pi(&mut self) -> _PIW {
_PIW { w: self }
}
#[doc = "Bit 2 - RTC Alarm Interrupt Set"]
#[inline]
pub fn ai(&mut self) -> _AIW {
_AIW { w: self }
}
#[doc = "Bit 3 - VDDP pre-warning Interrupt Set"]
#[inline]
pub fn vddpi(&mut self) -> _VDDPIW {
_VDDPIW { w: self }
}
#[doc = "Bit 4 - Analog Comparator 0 Interrupt Set"]
#[inline]
pub fn acmp0i(&mut self) -> _ACMP0IW {
_ACMP0IW { w: self }
}
#[doc = "Bit 5 - Analog Comparator 1 Interrupt Set"]
#[inline]
pub fn acmp1i(&mut self) -> _ACMP1IW {
_ACMP1IW { w: self }
}
#[doc = "Bit 6 - Analog Comparator 2 Interrupt Set"]
#[inline]
pub fn acmp2i(&mut self) -> _ACMP2IW {
_ACMP2IW { w: self }
}
#[doc = "Bit 7 - VDROP Interrupt Set"]
#[inline]
pub fn vdropi(&mut self) -> _VDROPIW {
_VDROPIW { w: self }
}
#[doc = "Bit 8 - Out of Range Comparator X Interrupt Set"]
#[inline]
pub fn orc0i(&mut self) -> _ORC0IW {
_ORC0IW { w: self }
}
#[doc = "Bit 9 - Out of Range Comparator X Interrupt Set"]
#[inline]
pub fn orc1i(&mut self) -> _ORC1IW {
_ORC1IW { w: self }
}
#[doc = "Bit 10 - Out of Range Comparator X Interrupt Set"]
#[inline]
pub fn orc2i(&mut self) -> _ORC2IW {
_ORC2IW { w: self }
}
#[doc = "Bit 11 - Out of Range Comparator X Interrupt Set"]
#[inline]
pub fn orc3i(&mut self) -> _ORC3IW {
_ORC3IW { w: self }
}
#[doc = "Bit 12 - Out of Range Comparator X Interrupt Set"]
#[inline]
pub fn orc4i(&mut self) -> _ORC4IW {
_ORC4IW { w: self }
}
#[doc = "Bit 13 - Out of Range Comparator X Interrupt Set"]
#[inline]
pub fn orc5i(&mut self) -> _ORC5IW {
_ORC5IW { w: self }
}
#[doc = "Bit 14 - Out of Range Comparator X Interrupt Set"]
#[inline]
pub fn orc6i(&mut self) -> _ORC6IW {
_ORC6IW { w: self }
}
#[doc = "Bit 15 - Out of Range Comparator X Interrupt Set"]
#[inline]
pub fn orc7i(&mut self) -> _ORC7IW {
_ORC7IW { w: self }
}
#[doc = "Bit 16 - Loss of Clock Interrupt Set"]
#[inline]
pub fn loci(&mut self) -> _LOCIW {
_LOCIW { w: self }
}
#[doc = "Bit 17 - 16kbytes SRAM Parity Error Interrupt Set"]
#[inline]
pub fn pesrami(&mut self) -> _PESRAMIW {
_PESRAMIW { w: self }
}
#[doc = "Bit 18 - USIC0 SRAM Parity Error Interrupt Set"]
#[inline]
pub fn peu0i(&mut self) -> _PEU0IW {
_PEU0IW { w: self }
}
#[doc = "Bit 19 - Flash Double Bit ECC Interrupt Set"]
#[inline]
pub fn flecc2i(&mut self) -> _FLECC2IW {
_FLECC2IW { w: self }
}
#[doc = "Bit 20 - Flash Operation Complete Interrupt Set"]
#[inline]
pub fn flcmplti(&mut self) -> _FLCMPLTIW {
_FLCMPLTIW { w: self }
}
#[doc = "Bit 21 - VCLIP Interrupt Set"]
#[inline]
pub fn vclipi(&mut self) -> _VCLIPIW {
_VCLIPIW { w: self }
}
#[doc = "Bit 22 - Standby Clock Failure Interrupt Set"]
#[inline]
pub fn sbyclkfi(&mut self) -> _SBYCLKFIW {
_SBYCLKFIW { w: self }
}
#[doc = "Bit 24 - RTC CTR Mirror Register Update Set"]
#[inline]
pub fn rtc_ctr(&mut self) -> _RTC_CTRW {
_RTC_CTRW { w: self }
}
#[doc = "Bit 25 - RTC ATIM0 Mirror Register Update Set"]
#[inline]
pub fn rtc_atim0(&mut self) -> _RTC_ATIM0W {
_RTC_ATIM0W { w: self }
}
#[doc = "Bit 26 - RTC ATIM1 Mirror Register Update Set"]
#[inline]
pub fn rtc_atim1(&mut self) -> _RTC_ATIM1W {
_RTC_ATIM1W { w: self }
}
#[doc = "Bit 27 - RTC TIM0 Mirror Register Update Set"]
#[inline]
pub fn rtc_tim0(&mut self) -> _RTC_TIM0W {
_RTC_TIM0W { w: self }
}
#[doc = "Bit 28 - RTC TIM1 Mirror Register Update Set"]
#[inline]
pub fn rtc_tim1(&mut self) -> _RTC_TIM1W {
_RTC_TIM1W { w: self }
}
#[doc = "Bit 29 - TSE Measurement Done Interrupt Set"]
#[inline]
pub fn tse_done(&mut self) -> _TSE_DONEW {
_TSE_DONEW { w: self }
}
#[doc = "Bit 30 - TSE Compare High Temperature Interrupt Set"]
#[inline]
pub fn tse_high(&mut self) -> _TSE_HIGHW {
_TSE_HIGHW { w: self }
}
#[doc = "Bit 31 - TSE Compare Low Temperature Interrupt Set"]
#[inline]
pub fn tse_low(&mut self) -> _TSE_LOWW {
_TSE_LOWW { w: self }
}
}