#[doc = "Reader of register INTFLAGC"]
pub type R = crate::R<u32, super::INTFLAGC>;
#[doc = "Writer for register INTFLAGC"]
pub type W = crate::W<u32, super::INTFLAGC>;
#[doc = "Register INTFLAGC `reset()`'s with value 0"]
impl crate::ResetValue for super::INTFLAGC {
type Type = u32;
#[inline(always)]
fn reset_value() -> Self::Type {
0
}
}
#[doc = "Reader of field `CAN0_`"]
pub type CAN0__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CAN0_`"]
pub struct CAN0__W<'a> {
w: &'a mut W,
}
impl<'a> CAN0__W<'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 = (self.w.bits & !0x01) | ((value as u32) & 0x01);
self.w
}
}
#[doc = "Reader of field `CAN1_`"]
pub type CAN1__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CAN1_`"]
pub struct CAN1__W<'a> {
w: &'a mut W,
}
impl<'a> CAN1__W<'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 = (self.w.bits & !(0x01 << 1)) | (((value as u32) & 0x01) << 1);
self.w
}
}
#[doc = "Reader of field `TCC2_`"]
pub type TCC2__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `TCC2_`"]
pub struct TCC2__W<'a> {
w: &'a mut W,
}
impl<'a> TCC2__W<'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 = (self.w.bits & !(0x01 << 3)) | (((value as u32) & 0x01) << 3);
self.w
}
}
#[doc = "Reader of field `TCC3_`"]
pub type TCC3__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `TCC3_`"]
pub struct TCC3__W<'a> {
w: &'a mut W,
}
impl<'a> TCC3__W<'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 = (self.w.bits & !(0x01 << 4)) | (((value as u32) & 0x01) << 4);
self.w
}
}
#[doc = "Reader of field `TC4_`"]
pub type TC4__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `TC4_`"]
pub struct TC4__W<'a> {
w: &'a mut W,
}
impl<'a> TC4__W<'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 = (self.w.bits & !(0x01 << 5)) | (((value as u32) & 0x01) << 5);
self.w
}
}
#[doc = "Reader of field `TC5_`"]
pub type TC5__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `TC5_`"]
pub struct TC5__W<'a> {
w: &'a mut W,
}
impl<'a> TC5__W<'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 = (self.w.bits & !(0x01 << 6)) | (((value as u32) & 0x01) << 6);
self.w
}
}
#[doc = "Reader of field `PDEC_`"]
pub type PDEC__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `PDEC_`"]
pub struct PDEC__W<'a> {
w: &'a mut W,
}
impl<'a> PDEC__W<'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 = (self.w.bits & !(0x01 << 7)) | (((value as u32) & 0x01) << 7);
self.w
}
}
#[doc = "Reader of field `AC_`"]
pub type AC__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `AC_`"]
pub struct AC__W<'a> {
w: &'a mut W,
}
impl<'a> AC__W<'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 = (self.w.bits & !(0x01 << 8)) | (((value as u32) & 0x01) << 8);
self.w
}
}
#[doc = "Reader of field `AES_`"]
pub type AES__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `AES_`"]
pub struct AES__W<'a> {
w: &'a mut W,
}
impl<'a> AES__W<'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 = (self.w.bits & !(0x01 << 9)) | (((value as u32) & 0x01) << 9);
self.w
}
}
#[doc = "Reader of field `TRNG_`"]
pub type TRNG__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `TRNG_`"]
pub struct TRNG__W<'a> {
w: &'a mut W,
}
impl<'a> TRNG__W<'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 = (self.w.bits & !(0x01 << 10)) | (((value as u32) & 0x01) << 10);
self.w
}
}
#[doc = "Reader of field `ICM_`"]
pub type ICM__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `ICM_`"]
pub struct ICM__W<'a> {
w: &'a mut W,
}
impl<'a> ICM__W<'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 = (self.w.bits & !(0x01 << 11)) | (((value as u32) & 0x01) << 11);
self.w
}
}
#[doc = "Reader of field `PUKCC_`"]
pub type PUKCC__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `PUKCC_`"]
pub struct PUKCC__W<'a> {
w: &'a mut W,
}
impl<'a> PUKCC__W<'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 = (self.w.bits & !(0x01 << 12)) | (((value as u32) & 0x01) << 12);
self.w
}
}
#[doc = "Reader of field `QSPI_`"]
pub type QSPI__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `QSPI_`"]
pub struct QSPI__W<'a> {
w: &'a mut W,
}
impl<'a> QSPI__W<'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 = (self.w.bits & !(0x01 << 13)) | (((value as u32) & 0x01) << 13);
self.w
}
}
#[doc = "Reader of field `CCL_`"]
pub type CCL__R = crate::R<bool, bool>;
#[doc = "Write proxy for field `CCL_`"]
pub struct CCL__W<'a> {
w: &'a mut W,
}
impl<'a> CCL__W<'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 = (self.w.bits & !(0x01 << 14)) | (((value as u32) & 0x01) << 14);
self.w
}
}
impl R {
#[doc = "Bit 0 - CAN0"]
#[inline(always)]
pub fn can0_(&self) -> CAN0__R {
CAN0__R::new((self.bits & 0x01) != 0)
}
#[doc = "Bit 1 - CAN1"]
#[inline(always)]
pub fn can1_(&self) -> CAN1__R {
CAN1__R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 3 - TCC2"]
#[inline(always)]
pub fn tcc2_(&self) -> TCC2__R {
TCC2__R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 4 - TCC3"]
#[inline(always)]
pub fn tcc3_(&self) -> TCC3__R {
TCC3__R::new(((self.bits >> 4) & 0x01) != 0)
}
#[doc = "Bit 5 - TC4"]
#[inline(always)]
pub fn tc4_(&self) -> TC4__R {
TC4__R::new(((self.bits >> 5) & 0x01) != 0)
}
#[doc = "Bit 6 - TC5"]
#[inline(always)]
pub fn tc5_(&self) -> TC5__R {
TC5__R::new(((self.bits >> 6) & 0x01) != 0)
}
#[doc = "Bit 7 - PDEC"]
#[inline(always)]
pub fn pdec_(&self) -> PDEC__R {
PDEC__R::new(((self.bits >> 7) & 0x01) != 0)
}
#[doc = "Bit 8 - AC"]
#[inline(always)]
pub fn ac_(&self) -> AC__R {
AC__R::new(((self.bits >> 8) & 0x01) != 0)
}
#[doc = "Bit 9 - AES"]
#[inline(always)]
pub fn aes_(&self) -> AES__R {
AES__R::new(((self.bits >> 9) & 0x01) != 0)
}
#[doc = "Bit 10 - TRNG"]
#[inline(always)]
pub fn trng_(&self) -> TRNG__R {
TRNG__R::new(((self.bits >> 10) & 0x01) != 0)
}
#[doc = "Bit 11 - ICM"]
#[inline(always)]
pub fn icm_(&self) -> ICM__R {
ICM__R::new(((self.bits >> 11) & 0x01) != 0)
}
#[doc = "Bit 12 - PUKCC"]
#[inline(always)]
pub fn pukcc_(&self) -> PUKCC__R {
PUKCC__R::new(((self.bits >> 12) & 0x01) != 0)
}
#[doc = "Bit 13 - QSPI"]
#[inline(always)]
pub fn qspi_(&self) -> QSPI__R {
QSPI__R::new(((self.bits >> 13) & 0x01) != 0)
}
#[doc = "Bit 14 - CCL"]
#[inline(always)]
pub fn ccl_(&self) -> CCL__R {
CCL__R::new(((self.bits >> 14) & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 0 - CAN0"]
#[inline(always)]
pub fn can0_(&mut self) -> CAN0__W {
CAN0__W { w: self }
}
#[doc = "Bit 1 - CAN1"]
#[inline(always)]
pub fn can1_(&mut self) -> CAN1__W {
CAN1__W { w: self }
}
#[doc = "Bit 3 - TCC2"]
#[inline(always)]
pub fn tcc2_(&mut self) -> TCC2__W {
TCC2__W { w: self }
}
#[doc = "Bit 4 - TCC3"]
#[inline(always)]
pub fn tcc3_(&mut self) -> TCC3__W {
TCC3__W { w: self }
}
#[doc = "Bit 5 - TC4"]
#[inline(always)]
pub fn tc4_(&mut self) -> TC4__W {
TC4__W { w: self }
}
#[doc = "Bit 6 - TC5"]
#[inline(always)]
pub fn tc5_(&mut self) -> TC5__W {
TC5__W { w: self }
}
#[doc = "Bit 7 - PDEC"]
#[inline(always)]
pub fn pdec_(&mut self) -> PDEC__W {
PDEC__W { w: self }
}
#[doc = "Bit 8 - AC"]
#[inline(always)]
pub fn ac_(&mut self) -> AC__W {
AC__W { w: self }
}
#[doc = "Bit 9 - AES"]
#[inline(always)]
pub fn aes_(&mut self) -> AES__W {
AES__W { w: self }
}
#[doc = "Bit 10 - TRNG"]
#[inline(always)]
pub fn trng_(&mut self) -> TRNG__W {
TRNG__W { w: self }
}
#[doc = "Bit 11 - ICM"]
#[inline(always)]
pub fn icm_(&mut self) -> ICM__W {
ICM__W { w: self }
}
#[doc = "Bit 12 - PUKCC"]
#[inline(always)]
pub fn pukcc_(&mut self) -> PUKCC__W {
PUKCC__W { w: self }
}
#[doc = "Bit 13 - QSPI"]
#[inline(always)]
pub fn qspi_(&mut self) -> QSPI__W {
QSPI__W { w: self }
}
#[doc = "Bit 14 - CCL"]
#[inline(always)]
pub fn ccl_(&mut self) -> CCL__W {
CCL__W { w: self }
}
}