#[doc = "Register `CH0CTRL` reader"] pub struct R(crate::R); impl core::ops::Deref for R { type Target = crate::R; #[inline(always)] fn deref(&self) -> &Self::Target { &self.0 } } impl From> for R { #[inline(always)] fn from(reader: crate::R) -> Self { R(reader) } } #[doc = "Register `CH0CTRL` writer"] pub struct W(crate::W); impl core::ops::Deref for W { type Target = crate::W; #[inline(always)] fn deref(&self) -> &Self::Target { &self.0 } } impl core::ops::DerefMut for W { #[inline(always)] fn deref_mut(&mut self) -> &mut Self::Target { &mut self.0 } } impl From> for W { #[inline(always)] fn from(writer: crate::W) -> Self { W(writer) } } #[doc = "Field `EN` reader - Channel 0 Enable"] pub type EN_R = crate::BitReader; #[doc = "Field `EN` writer - Channel 0 Enable"] pub type EN_W<'a> = crate::BitWriter<'a, u32, CH0CTRL_SPEC, bool, 0>; #[doc = "Field `REFREN` reader - Channel 0 Automatic Refresh Enable"] pub type REFREN_R = crate::BitReader; #[doc = "Field `REFREN` writer - Channel 0 Automatic Refresh Enable"] pub type REFREN_W<'a> = crate::BitWriter<'a, u32, CH0CTRL_SPEC, bool, 1>; #[doc = "Field `PRSEN` reader - Channel 0 PRS Trigger Enable"] pub type PRSEN_R = crate::BitReader; #[doc = "Field `PRSEN` writer - Channel 0 PRS Trigger Enable"] pub type PRSEN_W<'a> = crate::BitWriter<'a, u32, CH0CTRL_SPEC, bool, 2>; #[doc = "Channel 0 PRS Trigger Select\n\nValue on reset: 0"] #[derive(Clone, Copy, Debug, PartialEq)] #[repr(u8)] pub enum PRSSEL_A { #[doc = "0: PRS ch 0 triggers channel 0 conversion."] PRSCH0 = 0, #[doc = "1: PRS ch 1 triggers channel 0 conversion."] PRSCH1 = 1, #[doc = "2: PRS ch 2 triggers channel 0 conversion."] PRSCH2 = 2, #[doc = "3: PRS ch 3 triggers channel 0 conversion."] PRSCH3 = 3, #[doc = "4: PRS ch 4 triggers channel 0 conversion."] PRSCH4 = 4, #[doc = "5: PRS ch 5 triggers channel 0 conversion."] PRSCH5 = 5, #[doc = "6: PRS ch 6 triggers channel 0 conversion."] PRSCH6 = 6, #[doc = "7: PRS ch 7 triggers channel 0 conversion."] PRSCH7 = 7, #[doc = "8: PRS ch 8 triggers channel 0 conversion."] PRSCH8 = 8, #[doc = "9: PRS ch 9 triggers channel 0 conversion."] PRSCH9 = 9, #[doc = "10: PRS ch 10 triggers channel 0 conversion."] PRSCH10 = 10, #[doc = "11: PRS ch 11 triggers channel 0 conversion."] PRSCH11 = 11, } impl From for u8 { #[inline(always)] fn from(variant: PRSSEL_A) -> Self { variant as _ } } #[doc = "Field `PRSSEL` reader - Channel 0 PRS Trigger Select"] pub type PRSSEL_R = crate::FieldReader; impl PRSSEL_R { #[doc = "Get enumerated values variant"] #[inline(always)] pub fn variant(&self) -> Option { match self.bits { 0 => Some(PRSSEL_A::PRSCH0), 1 => Some(PRSSEL_A::PRSCH1), 2 => Some(PRSSEL_A::PRSCH2), 3 => Some(PRSSEL_A::PRSCH3), 4 => Some(PRSSEL_A::PRSCH4), 5 => Some(PRSSEL_A::PRSCH5), 6 => Some(PRSSEL_A::PRSCH6), 7 => Some(PRSSEL_A::PRSCH7), 8 => Some(PRSSEL_A::PRSCH8), 9 => Some(PRSSEL_A::PRSCH9), 10 => Some(PRSSEL_A::PRSCH10), 11 => Some(PRSSEL_A::PRSCH11), _ => None, } } #[doc = "Checks if the value of the field is `PRSCH0`"] #[inline(always)] pub fn is_prsch0(&self) -> bool { *self == PRSSEL_A::PRSCH0 } #[doc = "Checks if the value of the field is `PRSCH1`"] #[inline(always)] pub fn is_prsch1(&self) -> bool { *self == PRSSEL_A::PRSCH1 } #[doc = "Checks if the value of the field is `PRSCH2`"] #[inline(always)] pub fn is_prsch2(&self) -> bool { *self == PRSSEL_A::PRSCH2 } #[doc = "Checks if the value of the field is `PRSCH3`"] #[inline(always)] pub fn is_prsch3(&self) -> bool { *self == PRSSEL_A::PRSCH3 } #[doc = "Checks if the value of the field is `PRSCH4`"] #[inline(always)] pub fn is_prsch4(&self) -> bool { *self == PRSSEL_A::PRSCH4 } #[doc = "Checks if the value of the field is `PRSCH5`"] #[inline(always)] pub fn is_prsch5(&self) -> bool { *self == PRSSEL_A::PRSCH5 } #[doc = "Checks if the value of the field is `PRSCH6`"] #[inline(always)] pub fn is_prsch6(&self) -> bool { *self == PRSSEL_A::PRSCH6 } #[doc = "Checks if the value of the field is `PRSCH7`"] #[inline(always)] pub fn is_prsch7(&self) -> bool { *self == PRSSEL_A::PRSCH7 } #[doc = "Checks if the value of the field is `PRSCH8`"] #[inline(always)] pub fn is_prsch8(&self) -> bool { *self == PRSSEL_A::PRSCH8 } #[doc = "Checks if the value of the field is `PRSCH9`"] #[inline(always)] pub fn is_prsch9(&self) -> bool { *self == PRSSEL_A::PRSCH9 } #[doc = "Checks if the value of the field is `PRSCH10`"] #[inline(always)] pub fn is_prsch10(&self) -> bool { *self == PRSSEL_A::PRSCH10 } #[doc = "Checks if the value of the field is `PRSCH11`"] #[inline(always)] pub fn is_prsch11(&self) -> bool { *self == PRSSEL_A::PRSCH11 } } #[doc = "Field `PRSSEL` writer - Channel 0 PRS Trigger Select"] pub type PRSSEL_W<'a> = crate::FieldWriter<'a, u32, CH0CTRL_SPEC, u8, PRSSEL_A, 4, 4>; impl<'a> PRSSEL_W<'a> { #[doc = "PRS ch 0 triggers channel 0 conversion."] #[inline(always)] pub fn prsch0(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH0) } #[doc = "PRS ch 1 triggers channel 0 conversion."] #[inline(always)] pub fn prsch1(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH1) } #[doc = "PRS ch 2 triggers channel 0 conversion."] #[inline(always)] pub fn prsch2(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH2) } #[doc = "PRS ch 3 triggers channel 0 conversion."] #[inline(always)] pub fn prsch3(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH3) } #[doc = "PRS ch 4 triggers channel 0 conversion."] #[inline(always)] pub fn prsch4(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH4) } #[doc = "PRS ch 5 triggers channel 0 conversion."] #[inline(always)] pub fn prsch5(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH5) } #[doc = "PRS ch 6 triggers channel 0 conversion."] #[inline(always)] pub fn prsch6(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH6) } #[doc = "PRS ch 7 triggers channel 0 conversion."] #[inline(always)] pub fn prsch7(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH7) } #[doc = "PRS ch 8 triggers channel 0 conversion."] #[inline(always)] pub fn prsch8(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH8) } #[doc = "PRS ch 9 triggers channel 0 conversion."] #[inline(always)] pub fn prsch9(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH9) } #[doc = "PRS ch 10 triggers channel 0 conversion."] #[inline(always)] pub fn prsch10(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH10) } #[doc = "PRS ch 11 triggers channel 0 conversion."] #[inline(always)] pub fn prsch11(self) -> &'a mut W { self.variant(PRSSEL_A::PRSCH11) } } impl R { #[doc = "Bit 0 - Channel 0 Enable"] #[inline(always)] pub fn en(&self) -> EN_R { EN_R::new((self.bits & 1) != 0) } #[doc = "Bit 1 - Channel 0 Automatic Refresh Enable"] #[inline(always)] pub fn refren(&self) -> REFREN_R { REFREN_R::new(((self.bits >> 1) & 1) != 0) } #[doc = "Bit 2 - Channel 0 PRS Trigger Enable"] #[inline(always)] pub fn prsen(&self) -> PRSEN_R { PRSEN_R::new(((self.bits >> 2) & 1) != 0) } #[doc = "Bits 4:7 - Channel 0 PRS Trigger Select"] #[inline(always)] pub fn prssel(&self) -> PRSSEL_R { PRSSEL_R::new(((self.bits >> 4) & 0x0f) as u8) } } impl W { #[doc = "Bit 0 - Channel 0 Enable"] #[inline(always)] pub fn en(&mut self) -> EN_W { EN_W::new(self) } #[doc = "Bit 1 - Channel 0 Automatic Refresh Enable"] #[inline(always)] pub fn refren(&mut self) -> REFREN_W { REFREN_W::new(self) } #[doc = "Bit 2 - Channel 0 PRS Trigger Enable"] #[inline(always)] pub fn prsen(&mut self) -> PRSEN_W { PRSEN_W::new(self) } #[doc = "Bits 4:7 - Channel 0 PRS Trigger Select"] #[inline(always)] pub fn prssel(&mut self) -> PRSSEL_W { PRSSEL_W::new(self) } #[doc = "Writes raw bits to the register."] #[inline(always)] pub unsafe fn bits(&mut self, bits: u32) -> &mut Self { self.0.bits(bits); self } } #[doc = "Channel 0 Control Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ch0ctrl](index.html) module"] pub struct CH0CTRL_SPEC; impl crate::RegisterSpec for CH0CTRL_SPEC { type Ux = u32; } #[doc = "`read()` method returns [ch0ctrl::R](R) reader structure"] impl crate::Readable for CH0CTRL_SPEC { type Reader = R; } #[doc = "`write(|w| ..)` method takes [ch0ctrl::W](W) writer structure"] impl crate::Writable for CH0CTRL_SPEC { type Writer = W; } #[doc = "`reset()` method sets CH0CTRL to value 0"] impl crate::Resettable for CH0CTRL_SPEC { #[inline(always)] fn reset_value() -> Self::Ux { 0 } }