pub type R = crate::R<FTSR1rs>;
pub type W = crate::W<FTSR1rs>;
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum FALLING_TRIGGER {
Disabled = 0,
Enabled = 1,
}
impl From<FALLING_TRIGGER> for bool {
#[inline(always)]
fn from(variant: FALLING_TRIGGER) -> Self {
variant as u8 != 0
}
}
pub type TR0_R = crate::BitReader<FALLING_TRIGGER>;
impl TR0_R {
#[inline(always)]
pub const fn variant(&self) -> FALLING_TRIGGER {
match self.bits {
false => FALLING_TRIGGER::Disabled,
true => FALLING_TRIGGER::Enabled,
}
}
#[inline(always)]
pub fn is_disabled(&self) -> bool {
*self == FALLING_TRIGGER::Disabled
}
#[inline(always)]
pub fn is_enabled(&self) -> bool {
*self == FALLING_TRIGGER::Enabled
}
}
pub type TR0_W<'a, REG> = crate::BitWriter<'a, REG, FALLING_TRIGGER>;
impl<'a, REG> TR0_W<'a, REG>
where
REG: crate::Writable + crate::RegisterSpec,
{
#[inline(always)]
pub fn disabled(self) -> &'a mut crate::W<REG> {
self.variant(FALLING_TRIGGER::Disabled)
}
#[inline(always)]
pub fn enabled(self) -> &'a mut crate::W<REG> {
self.variant(FALLING_TRIGGER::Enabled)
}
}
pub use TR0_R as TR1_R;
pub use TR0_R as TR2_R;
pub use TR0_R as TR3_R;
pub use TR0_R as TR4_R;
pub use TR0_R as TR5_R;
pub use TR0_R as TR6_R;
pub use TR0_R as TR7_R;
pub use TR0_R as TR8_R;
pub use TR0_R as TR9_R;
pub use TR0_R as TR10_R;
pub use TR0_R as TR11_R;
pub use TR0_R as TR12_R;
pub use TR0_R as TR13_R;
pub use TR0_R as TR14_R;
pub use TR0_R as TR15_R;
pub use TR0_R as TR16_R;
pub use TR0_R as TR18_R;
pub use TR0_R as TR19_R;
pub use TR0_R as TR20_R;
pub use TR0_R as TR21_R;
pub use TR0_R as TR22_R;
pub use TR0_W as TR1_W;
pub use TR0_W as TR2_W;
pub use TR0_W as TR3_W;
pub use TR0_W as TR4_W;
pub use TR0_W as TR5_W;
pub use TR0_W as TR6_W;
pub use TR0_W as TR7_W;
pub use TR0_W as TR8_W;
pub use TR0_W as TR9_W;
pub use TR0_W as TR10_W;
pub use TR0_W as TR11_W;
pub use TR0_W as TR12_W;
pub use TR0_W as TR13_W;
pub use TR0_W as TR14_W;
pub use TR0_W as TR15_W;
pub use TR0_W as TR16_W;
pub use TR0_W as TR18_W;
pub use TR0_W as TR19_W;
pub use TR0_W as TR20_W;
pub use TR0_W as TR21_W;
pub use TR0_W as TR22_W;
impl R {
#[inline(always)]
pub fn tr0(&self) -> TR0_R {
TR0_R::new((self.bits & 1) != 0)
}
#[inline(always)]
pub fn tr1(&self) -> TR1_R {
TR1_R::new(((self.bits >> 1) & 1) != 0)
}
#[inline(always)]
pub fn tr2(&self) -> TR2_R {
TR2_R::new(((self.bits >> 2) & 1) != 0)
}
#[inline(always)]
pub fn tr3(&self) -> TR3_R {
TR3_R::new(((self.bits >> 3) & 1) != 0)
}
#[inline(always)]
pub fn tr4(&self) -> TR4_R {
TR4_R::new(((self.bits >> 4) & 1) != 0)
}
#[inline(always)]
pub fn tr5(&self) -> TR5_R {
TR5_R::new(((self.bits >> 5) & 1) != 0)
}
#[inline(always)]
pub fn tr6(&self) -> TR6_R {
TR6_R::new(((self.bits >> 6) & 1) != 0)
}
#[inline(always)]
pub fn tr7(&self) -> TR7_R {
TR7_R::new(((self.bits >> 7) & 1) != 0)
}
#[inline(always)]
pub fn tr8(&self) -> TR8_R {
TR8_R::new(((self.bits >> 8) & 1) != 0)
}
#[inline(always)]
pub fn tr9(&self) -> TR9_R {
TR9_R::new(((self.bits >> 9) & 1) != 0)
}
#[inline(always)]
pub fn tr10(&self) -> TR10_R {
TR10_R::new(((self.bits >> 10) & 1) != 0)
}
#[inline(always)]
pub fn tr11(&self) -> TR11_R {
TR11_R::new(((self.bits >> 11) & 1) != 0)
}
#[inline(always)]
pub fn tr12(&self) -> TR12_R {
TR12_R::new(((self.bits >> 12) & 1) != 0)
}
#[inline(always)]
pub fn tr13(&self) -> TR13_R {
TR13_R::new(((self.bits >> 13) & 1) != 0)
}
#[inline(always)]
pub fn tr14(&self) -> TR14_R {
TR14_R::new(((self.bits >> 14) & 1) != 0)
}
#[inline(always)]
pub fn tr15(&self) -> TR15_R {
TR15_R::new(((self.bits >> 15) & 1) != 0)
}
#[inline(always)]
pub fn tr16(&self) -> TR16_R {
TR16_R::new(((self.bits >> 16) & 1) != 0)
}
#[inline(always)]
pub fn tr18(&self) -> TR18_R {
TR18_R::new(((self.bits >> 18) & 1) != 0)
}
#[inline(always)]
pub fn tr19(&self) -> TR19_R {
TR19_R::new(((self.bits >> 19) & 1) != 0)
}
#[inline(always)]
pub fn tr20(&self) -> TR20_R {
TR20_R::new(((self.bits >> 20) & 1) != 0)
}
#[inline(always)]
pub fn tr21(&self) -> TR21_R {
TR21_R::new(((self.bits >> 21) & 1) != 0)
}
#[inline(always)]
pub fn tr22(&self) -> TR22_R {
TR22_R::new(((self.bits >> 22) & 1) != 0)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("FTSR1")
.field("tr0", &self.tr0())
.field("tr1", &self.tr1())
.field("tr2", &self.tr2())
.field("tr3", &self.tr3())
.field("tr4", &self.tr4())
.field("tr5", &self.tr5())
.field("tr6", &self.tr6())
.field("tr7", &self.tr7())
.field("tr8", &self.tr8())
.field("tr9", &self.tr9())
.field("tr10", &self.tr10())
.field("tr11", &self.tr11())
.field("tr12", &self.tr12())
.field("tr13", &self.tr13())
.field("tr14", &self.tr14())
.field("tr15", &self.tr15())
.field("tr16", &self.tr16())
.field("tr18", &self.tr18())
.field("tr19", &self.tr19())
.field("tr20", &self.tr20())
.field("tr21", &self.tr21())
.field("tr22", &self.tr22())
.finish()
}
}
impl W {
#[inline(always)]
pub fn tr0(&mut self) -> TR0_W<FTSR1rs> {
TR0_W::new(self, 0)
}
#[inline(always)]
pub fn tr1(&mut self) -> TR1_W<FTSR1rs> {
TR1_W::new(self, 1)
}
#[inline(always)]
pub fn tr2(&mut self) -> TR2_W<FTSR1rs> {
TR2_W::new(self, 2)
}
#[inline(always)]
pub fn tr3(&mut self) -> TR3_W<FTSR1rs> {
TR3_W::new(self, 3)
}
#[inline(always)]
pub fn tr4(&mut self) -> TR4_W<FTSR1rs> {
TR4_W::new(self, 4)
}
#[inline(always)]
pub fn tr5(&mut self) -> TR5_W<FTSR1rs> {
TR5_W::new(self, 5)
}
#[inline(always)]
pub fn tr6(&mut self) -> TR6_W<FTSR1rs> {
TR6_W::new(self, 6)
}
#[inline(always)]
pub fn tr7(&mut self) -> TR7_W<FTSR1rs> {
TR7_W::new(self, 7)
}
#[inline(always)]
pub fn tr8(&mut self) -> TR8_W<FTSR1rs> {
TR8_W::new(self, 8)
}
#[inline(always)]
pub fn tr9(&mut self) -> TR9_W<FTSR1rs> {
TR9_W::new(self, 9)
}
#[inline(always)]
pub fn tr10(&mut self) -> TR10_W<FTSR1rs> {
TR10_W::new(self, 10)
}
#[inline(always)]
pub fn tr11(&mut self) -> TR11_W<FTSR1rs> {
TR11_W::new(self, 11)
}
#[inline(always)]
pub fn tr12(&mut self) -> TR12_W<FTSR1rs> {
TR12_W::new(self, 12)
}
#[inline(always)]
pub fn tr13(&mut self) -> TR13_W<FTSR1rs> {
TR13_W::new(self, 13)
}
#[inline(always)]
pub fn tr14(&mut self) -> TR14_W<FTSR1rs> {
TR14_W::new(self, 14)
}
#[inline(always)]
pub fn tr15(&mut self) -> TR15_W<FTSR1rs> {
TR15_W::new(self, 15)
}
#[inline(always)]
pub fn tr16(&mut self) -> TR16_W<FTSR1rs> {
TR16_W::new(self, 16)
}
#[inline(always)]
pub fn tr18(&mut self) -> TR18_W<FTSR1rs> {
TR18_W::new(self, 18)
}
#[inline(always)]
pub fn tr19(&mut self) -> TR19_W<FTSR1rs> {
TR19_W::new(self, 19)
}
#[inline(always)]
pub fn tr20(&mut self) -> TR20_W<FTSR1rs> {
TR20_W::new(self, 20)
}
#[inline(always)]
pub fn tr21(&mut self) -> TR21_W<FTSR1rs> {
TR21_W::new(self, 21)
}
#[inline(always)]
pub fn tr22(&mut self) -> TR22_W<FTSR1rs> {
TR22_W::new(self, 22)
}
}
pub struct FTSR1rs;
impl crate::RegisterSpec for FTSR1rs {
type Ux = u32;
}
impl crate::Readable for FTSR1rs {}
impl crate::Writable for FTSR1rs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for FTSR1rs {}