pub type W = crate::W<ICR_OUTPUTrs>;
pub type CC1CF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type ARRMCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type EXTTRIGCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CMP1OKCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type ARROKCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type UPCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type DOWNCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type UECF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type REPOKCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CC2CF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CMP2OKCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type DIEROKCF_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<ICR_OUTPUTrs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn cc1cf(&mut self) -> CC1CF_W<ICR_OUTPUTrs> {
CC1CF_W::new(self, 0)
}
#[inline(always)]
pub fn arrmcf(&mut self) -> ARRMCF_W<ICR_OUTPUTrs> {
ARRMCF_W::new(self, 1)
}
#[inline(always)]
pub fn exttrigcf(&mut self) -> EXTTRIGCF_W<ICR_OUTPUTrs> {
EXTTRIGCF_W::new(self, 2)
}
#[inline(always)]
pub fn cmp1okcf(&mut self) -> CMP1OKCF_W<ICR_OUTPUTrs> {
CMP1OKCF_W::new(self, 3)
}
#[inline(always)]
pub fn arrokcf(&mut self) -> ARROKCF_W<ICR_OUTPUTrs> {
ARROKCF_W::new(self, 4)
}
#[inline(always)]
pub fn upcf(&mut self) -> UPCF_W<ICR_OUTPUTrs> {
UPCF_W::new(self, 5)
}
#[inline(always)]
pub fn downcf(&mut self) -> DOWNCF_W<ICR_OUTPUTrs> {
DOWNCF_W::new(self, 6)
}
#[inline(always)]
pub fn uecf(&mut self) -> UECF_W<ICR_OUTPUTrs> {
UECF_W::new(self, 7)
}
#[inline(always)]
pub fn repokcf(&mut self) -> REPOKCF_W<ICR_OUTPUTrs> {
REPOKCF_W::new(self, 8)
}
#[inline(always)]
pub fn cc2cf(&mut self) -> CC2CF_W<ICR_OUTPUTrs> {
CC2CF_W::new(self, 9)
}
#[inline(always)]
pub fn cmp2okcf(&mut self) -> CMP2OKCF_W<ICR_OUTPUTrs> {
CMP2OKCF_W::new(self, 19)
}
#[inline(always)]
pub fn dierokcf(&mut self) -> DIEROKCF_W<ICR_OUTPUTrs> {
DIEROKCF_W::new(self, 24)
}
}
pub struct ICR_OUTPUTrs;
impl crate::RegisterSpec for ICR_OUTPUTrs {
type Ux = u32;
}
impl crate::Writable for ICR_OUTPUTrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for ICR_OUTPUTrs {}