#[doc = "Reader of register TAFCR"]
pub type R = crate::R<u32, super::TAFCR>;
#[doc = "Writer for register TAFCR"]
pub type W = crate::W<u32, super::TAFCR>;
#[doc = "Register TAFCR `reset()`'s with value 0"]
impl crate::ResetValue for super::TAFCR {
type Type = u32;
#[inline(always)]
fn reset_value() -> Self::Type {
0
}
}
#[doc = "Tamper 1 detection enable\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum TAMP1E_A {
#[doc = "0: RTC_TAMPx input detection disabled"]
DISABLED = 0,
#[doc = "1: RTC_TAMPx input detection enabled"]
ENABLED = 1,
}
impl From<TAMP1E_A> for bool {
#[inline(always)]
fn from(variant: TAMP1E_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Reader of field `TAMP1E`"]
pub type TAMP1E_R = crate::R<bool, TAMP1E_A>;
impl TAMP1E_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> TAMP1E_A {
match self.bits {
false => TAMP1E_A::DISABLED,
true => TAMP1E_A::ENABLED,
}
}
#[doc = "Checks if the value of the field is `DISABLED`"]
#[inline(always)]
pub fn is_disabled(&self) -> bool {
*self == TAMP1E_A::DISABLED
}
#[doc = "Checks if the value of the field is `ENABLED`"]
#[inline(always)]
pub fn is_enabled(&self) -> bool {
*self == TAMP1E_A::ENABLED
}
}
#[doc = "Write proxy for field `TAMP1E`"]
pub struct TAMP1E_W<'a> {
w: &'a mut W,
}
impl<'a> TAMP1E_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMP1E_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "RTC_TAMPx input detection disabled"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(TAMP1E_A::DISABLED)
}
#[doc = "RTC_TAMPx input detection enabled"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(TAMP1E_A::ENABLED)
}
#[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 = "Active level for tamper 1\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum TAMP1TRG_A {
#[doc = "0: If TAMPFLT = 00: RTC_TAMPx input rising edge triggers a tamper detection event. If TAMPFLT =\u{338} 00: RTC_TAMPx input staying low triggers a tamper detection event."]
RISINGEDGE = 0,
#[doc = "1: If TAMPFLT = 00: RTC_TAMPx input staying high triggers a tamper detection event. If TAMPFLT =\u{338} 00: RTC_TAMPx input falling edge triggers a tamper detection event"]
FALLINGEDGE = 1,
}
impl From<TAMP1TRG_A> for bool {
#[inline(always)]
fn from(variant: TAMP1TRG_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Reader of field `TAMP1TRG`"]
pub type TAMP1TRG_R = crate::R<bool, TAMP1TRG_A>;
impl TAMP1TRG_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> TAMP1TRG_A {
match self.bits {
false => TAMP1TRG_A::RISINGEDGE,
true => TAMP1TRG_A::FALLINGEDGE,
}
}
#[doc = "Checks if the value of the field is `RISINGEDGE`"]
#[inline(always)]
pub fn is_rising_edge(&self) -> bool {
*self == TAMP1TRG_A::RISINGEDGE
}
#[doc = "Checks if the value of the field is `FALLINGEDGE`"]
#[inline(always)]
pub fn is_falling_edge(&self) -> bool {
*self == TAMP1TRG_A::FALLINGEDGE
}
}
#[doc = "Write proxy for field `TAMP1TRG`"]
pub struct TAMP1TRG_W<'a> {
w: &'a mut W,
}
impl<'a> TAMP1TRG_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMP1TRG_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "If TAMPFLT = 00: RTC_TAMPx input rising edge triggers a tamper detection event. If TAMPFLT =\u{338} 00: RTC_TAMPx input staying low triggers a tamper detection event."]
#[inline(always)]
pub fn rising_edge(self) -> &'a mut W {
self.variant(TAMP1TRG_A::RISINGEDGE)
}
#[doc = "If TAMPFLT = 00: RTC_TAMPx input staying high triggers a tamper detection event. If TAMPFLT =\u{338} 00: RTC_TAMPx input falling edge triggers a tamper detection event"]
#[inline(always)]
pub fn falling_edge(self) -> &'a mut W {
self.variant(TAMP1TRG_A::FALLINGEDGE)
}
#[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 = "Tamper interrupt enable\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum TAMPIE_A {
#[doc = "0: Tamper interrupt disabled"]
DISABLED = 0,
#[doc = "1: Tamper interrupt enabled"]
ENABLED = 1,
}
impl From<TAMPIE_A> for bool {
#[inline(always)]
fn from(variant: TAMPIE_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Reader of field `TAMPIE`"]
pub type TAMPIE_R = crate::R<bool, TAMPIE_A>;
impl TAMPIE_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> TAMPIE_A {
match self.bits {
false => TAMPIE_A::DISABLED,
true => TAMPIE_A::ENABLED,
}
}
#[doc = "Checks if the value of the field is `DISABLED`"]
#[inline(always)]
pub fn is_disabled(&self) -> bool {
*self == TAMPIE_A::DISABLED
}
#[doc = "Checks if the value of the field is `ENABLED`"]
#[inline(always)]
pub fn is_enabled(&self) -> bool {
*self == TAMPIE_A::ENABLED
}
}
#[doc = "Write proxy for field `TAMPIE`"]
pub struct TAMPIE_W<'a> {
w: &'a mut W,
}
impl<'a> TAMPIE_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMPIE_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Tamper interrupt disabled"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(TAMPIE_A::DISABLED)
}
#[doc = "Tamper interrupt enabled"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(TAMPIE_A::ENABLED)
}
#[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 << 2)) | (((value as u32) & 0x01) << 2);
self.w
}
}
#[doc = "Tamper 2 detection enable"]
pub type TAMP2E_A = TAMP1E_A;
#[doc = "Reader of field `TAMP2E`"]
pub type TAMP2E_R = crate::R<bool, TAMP1E_A>;
#[doc = "Write proxy for field `TAMP2E`"]
pub struct TAMP2E_W<'a> {
w: &'a mut W,
}
impl<'a> TAMP2E_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMP2E_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "RTC_TAMPx input detection disabled"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(TAMP1E_A::DISABLED)
}
#[doc = "RTC_TAMPx input detection enabled"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(TAMP1E_A::ENABLED)
}
#[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 = "Active level for tamper 2"]
pub type TAMP2TRG_A = TAMP1TRG_A;
#[doc = "Reader of field `TAMP2TRG`"]
pub type TAMP2TRG_R = crate::R<bool, TAMP1TRG_A>;
#[doc = "Write proxy for field `TAMP2TRG`"]
pub struct TAMP2TRG_W<'a> {
w: &'a mut W,
}
impl<'a> TAMP2TRG_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMP2TRG_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "If TAMPFLT = 00: RTC_TAMPx input rising edge triggers a tamper detection event. If TAMPFLT =\u{338} 00: RTC_TAMPx input staying low triggers a tamper detection event."]
#[inline(always)]
pub fn rising_edge(self) -> &'a mut W {
self.variant(TAMP1TRG_A::RISINGEDGE)
}
#[doc = "If TAMPFLT = 00: RTC_TAMPx input staying high triggers a tamper detection event. If TAMPFLT =\u{338} 00: RTC_TAMPx input falling edge triggers a tamper detection event"]
#[inline(always)]
pub fn falling_edge(self) -> &'a mut W {
self.variant(TAMP1TRG_A::FALLINGEDGE)
}
#[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 = "Tamper 3 detection enable"]
pub type TAMP3E_A = TAMP1E_A;
#[doc = "Reader of field `TAMP3E`"]
pub type TAMP3E_R = crate::R<bool, TAMP1E_A>;
#[doc = "Write proxy for field `TAMP3E`"]
pub struct TAMP3E_W<'a> {
w: &'a mut W,
}
impl<'a> TAMP3E_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMP3E_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "RTC_TAMPx input detection disabled"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(TAMP1E_A::DISABLED)
}
#[doc = "RTC_TAMPx input detection enabled"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(TAMP1E_A::ENABLED)
}
#[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 = "Active level for tamper 3"]
pub type TAMP3TRG_A = TAMP1TRG_A;
#[doc = "Reader of field `TAMP3TRG`"]
pub type TAMP3TRG_R = crate::R<bool, TAMP1TRG_A>;
#[doc = "Write proxy for field `TAMP3TRG`"]
pub struct TAMP3TRG_W<'a> {
w: &'a mut W,
}
impl<'a> TAMP3TRG_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMP3TRG_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "If TAMPFLT = 00: RTC_TAMPx input rising edge triggers a tamper detection event. If TAMPFLT =\u{338} 00: RTC_TAMPx input staying low triggers a tamper detection event."]
#[inline(always)]
pub fn rising_edge(self) -> &'a mut W {
self.variant(TAMP1TRG_A::RISINGEDGE)
}
#[doc = "If TAMPFLT = 00: RTC_TAMPx input staying high triggers a tamper detection event. If TAMPFLT =\u{338} 00: RTC_TAMPx input falling edge triggers a tamper detection event"]
#[inline(always)]
pub fn falling_edge(self) -> &'a mut W {
self.variant(TAMP1TRG_A::FALLINGEDGE)
}
#[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 = "Activate timestamp on tamper detection event\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum TAMPTS_A {
#[doc = "0: Tamper detection event does not cause a timestamp to be saved"]
NOSAVE = 0,
#[doc = "1: Save timestamp on tamper detection event"]
SAVE = 1,
}
impl From<TAMPTS_A> for bool {
#[inline(always)]
fn from(variant: TAMPTS_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Reader of field `TAMPTS`"]
pub type TAMPTS_R = crate::R<bool, TAMPTS_A>;
impl TAMPTS_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> TAMPTS_A {
match self.bits {
false => TAMPTS_A::NOSAVE,
true => TAMPTS_A::SAVE,
}
}
#[doc = "Checks if the value of the field is `NOSAVE`"]
#[inline(always)]
pub fn is_no_save(&self) -> bool {
*self == TAMPTS_A::NOSAVE
}
#[doc = "Checks if the value of the field is `SAVE`"]
#[inline(always)]
pub fn is_save(&self) -> bool {
*self == TAMPTS_A::SAVE
}
}
#[doc = "Write proxy for field `TAMPTS`"]
pub struct TAMPTS_W<'a> {
w: &'a mut W,
}
impl<'a> TAMPTS_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMPTS_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Tamper detection event does not cause a timestamp to be saved"]
#[inline(always)]
pub fn no_save(self) -> &'a mut W {
self.variant(TAMPTS_A::NOSAVE)
}
#[doc = "Save timestamp on tamper detection event"]
#[inline(always)]
pub fn save(self) -> &'a mut W {
self.variant(TAMPTS_A::SAVE)
}
#[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 = "Tamper sampling frequency\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
#[repr(u8)]
pub enum TAMPFREQ_A {
#[doc = "0: RTCCLK / 32768 (1 Hz when RTCCLK = 32768 Hz)"]
DIV32768 = 0,
#[doc = "1: RTCCLK / 16384 (2 Hz when RTCCLK = 32768 Hz)"]
DIV16384 = 1,
#[doc = "2: RTCCLK / 8192 (4 Hz when RTCCLK = 32768 Hz)"]
DIV8192 = 2,
#[doc = "3: RTCCLK / 4096 (8 Hz when RTCCLK = 32768 Hz)"]
DIV4096 = 3,
#[doc = "4: RTCCLK / 2048 (16 Hz when RTCCLK = 32768 Hz)"]
DIV2048 = 4,
#[doc = "5: RTCCLK / 1024 (32 Hz when RTCCLK = 32768 Hz)"]
DIV1024 = 5,
#[doc = "6: RTCCLK / 512 (64 Hz when RTCCLK = 32768 Hz)"]
DIV512 = 6,
#[doc = "7: RTCCLK / 256 (128 Hz when RTCCLK = 32768 Hz)"]
DIV256 = 7,
}
impl From<TAMPFREQ_A> for u8 {
#[inline(always)]
fn from(variant: TAMPFREQ_A) -> Self {
variant as _
}
}
#[doc = "Reader of field `TAMPFREQ`"]
pub type TAMPFREQ_R = crate::R<u8, TAMPFREQ_A>;
impl TAMPFREQ_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> TAMPFREQ_A {
match self.bits {
0 => TAMPFREQ_A::DIV32768,
1 => TAMPFREQ_A::DIV16384,
2 => TAMPFREQ_A::DIV8192,
3 => TAMPFREQ_A::DIV4096,
4 => TAMPFREQ_A::DIV2048,
5 => TAMPFREQ_A::DIV1024,
6 => TAMPFREQ_A::DIV512,
7 => TAMPFREQ_A::DIV256,
_ => unreachable!(),
}
}
#[doc = "Checks if the value of the field is `DIV32768`"]
#[inline(always)]
pub fn is_div32768(&self) -> bool {
*self == TAMPFREQ_A::DIV32768
}
#[doc = "Checks if the value of the field is `DIV16384`"]
#[inline(always)]
pub fn is_div16384(&self) -> bool {
*self == TAMPFREQ_A::DIV16384
}
#[doc = "Checks if the value of the field is `DIV8192`"]
#[inline(always)]
pub fn is_div8192(&self) -> bool {
*self == TAMPFREQ_A::DIV8192
}
#[doc = "Checks if the value of the field is `DIV4096`"]
#[inline(always)]
pub fn is_div4096(&self) -> bool {
*self == TAMPFREQ_A::DIV4096
}
#[doc = "Checks if the value of the field is `DIV2048`"]
#[inline(always)]
pub fn is_div2048(&self) -> bool {
*self == TAMPFREQ_A::DIV2048
}
#[doc = "Checks if the value of the field is `DIV1024`"]
#[inline(always)]
pub fn is_div1024(&self) -> bool {
*self == TAMPFREQ_A::DIV1024
}
#[doc = "Checks if the value of the field is `DIV512`"]
#[inline(always)]
pub fn is_div512(&self) -> bool {
*self == TAMPFREQ_A::DIV512
}
#[doc = "Checks if the value of the field is `DIV256`"]
#[inline(always)]
pub fn is_div256(&self) -> bool {
*self == TAMPFREQ_A::DIV256
}
}
#[doc = "Write proxy for field `TAMPFREQ`"]
pub struct TAMPFREQ_W<'a> {
w: &'a mut W,
}
impl<'a> TAMPFREQ_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMPFREQ_A) -> &'a mut W {
{
self.bits(variant.into())
}
}
#[doc = "RTCCLK / 32768 (1 Hz when RTCCLK = 32768 Hz)"]
#[inline(always)]
pub fn div32768(self) -> &'a mut W {
self.variant(TAMPFREQ_A::DIV32768)
}
#[doc = "RTCCLK / 16384 (2 Hz when RTCCLK = 32768 Hz)"]
#[inline(always)]
pub fn div16384(self) -> &'a mut W {
self.variant(TAMPFREQ_A::DIV16384)
}
#[doc = "RTCCLK / 8192 (4 Hz when RTCCLK = 32768 Hz)"]
#[inline(always)]
pub fn div8192(self) -> &'a mut W {
self.variant(TAMPFREQ_A::DIV8192)
}
#[doc = "RTCCLK / 4096 (8 Hz when RTCCLK = 32768 Hz)"]
#[inline(always)]
pub fn div4096(self) -> &'a mut W {
self.variant(TAMPFREQ_A::DIV4096)
}
#[doc = "RTCCLK / 2048 (16 Hz when RTCCLK = 32768 Hz)"]
#[inline(always)]
pub fn div2048(self) -> &'a mut W {
self.variant(TAMPFREQ_A::DIV2048)
}
#[doc = "RTCCLK / 1024 (32 Hz when RTCCLK = 32768 Hz)"]
#[inline(always)]
pub fn div1024(self) -> &'a mut W {
self.variant(TAMPFREQ_A::DIV1024)
}
#[doc = "RTCCLK / 512 (64 Hz when RTCCLK = 32768 Hz)"]
#[inline(always)]
pub fn div512(self) -> &'a mut W {
self.variant(TAMPFREQ_A::DIV512)
}
#[doc = "RTCCLK / 256 (128 Hz when RTCCLK = 32768 Hz)"]
#[inline(always)]
pub fn div256(self) -> &'a mut W {
self.variant(TAMPFREQ_A::DIV256)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bits(self, value: u8) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x07 << 8)) | (((value as u32) & 0x07) << 8);
self.w
}
}
#[doc = "Tamper filter count\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
#[repr(u8)]
pub enum TAMPFLT_A {
#[doc = "0: Tamper event is activated on edge of RTC_TAMPx input transitions to the active level (no internal pull-up on RTC_TAMPx input)"]
IMMEDIATE = 0,
#[doc = "1: Tamper event is activated after 2 consecutive samples at the active level"]
SAMPLES2 = 1,
#[doc = "2: Tamper event is activated after 4 consecutive samples at the active level"]
SAMPLES4 = 2,
#[doc = "3: Tamper event is activated after 8 consecutive samples at the active level"]
SAMPLES8 = 3,
}
impl From<TAMPFLT_A> for u8 {
#[inline(always)]
fn from(variant: TAMPFLT_A) -> Self {
variant as _
}
}
#[doc = "Reader of field `TAMPFLT`"]
pub type TAMPFLT_R = crate::R<u8, TAMPFLT_A>;
impl TAMPFLT_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> TAMPFLT_A {
match self.bits {
0 => TAMPFLT_A::IMMEDIATE,
1 => TAMPFLT_A::SAMPLES2,
2 => TAMPFLT_A::SAMPLES4,
3 => TAMPFLT_A::SAMPLES8,
_ => unreachable!(),
}
}
#[doc = "Checks if the value of the field is `IMMEDIATE`"]
#[inline(always)]
pub fn is_immediate(&self) -> bool {
*self == TAMPFLT_A::IMMEDIATE
}
#[doc = "Checks if the value of the field is `SAMPLES2`"]
#[inline(always)]
pub fn is_samples2(&self) -> bool {
*self == TAMPFLT_A::SAMPLES2
}
#[doc = "Checks if the value of the field is `SAMPLES4`"]
#[inline(always)]
pub fn is_samples4(&self) -> bool {
*self == TAMPFLT_A::SAMPLES4
}
#[doc = "Checks if the value of the field is `SAMPLES8`"]
#[inline(always)]
pub fn is_samples8(&self) -> bool {
*self == TAMPFLT_A::SAMPLES8
}
}
#[doc = "Write proxy for field `TAMPFLT`"]
pub struct TAMPFLT_W<'a> {
w: &'a mut W,
}
impl<'a> TAMPFLT_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMPFLT_A) -> &'a mut W {
{
self.bits(variant.into())
}
}
#[doc = "Tamper event is activated on edge of RTC_TAMPx input transitions to the active level (no internal pull-up on RTC_TAMPx input)"]
#[inline(always)]
pub fn immediate(self) -> &'a mut W {
self.variant(TAMPFLT_A::IMMEDIATE)
}
#[doc = "Tamper event is activated after 2 consecutive samples at the active level"]
#[inline(always)]
pub fn samples2(self) -> &'a mut W {
self.variant(TAMPFLT_A::SAMPLES2)
}
#[doc = "Tamper event is activated after 4 consecutive samples at the active level"]
#[inline(always)]
pub fn samples4(self) -> &'a mut W {
self.variant(TAMPFLT_A::SAMPLES4)
}
#[doc = "Tamper event is activated after 8 consecutive samples at the active level"]
#[inline(always)]
pub fn samples8(self) -> &'a mut W {
self.variant(TAMPFLT_A::SAMPLES8)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bits(self, value: u8) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x03 << 11)) | (((value as u32) & 0x03) << 11);
self.w
}
}
#[doc = "Tamper precharge duration\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
#[repr(u8)]
pub enum TAMPPRCH_A {
#[doc = "0: 1 RTCCLK cycle"]
CYCLES1 = 0,
#[doc = "1: 2 RTCCLK cycles"]
CYCLES2 = 1,
#[doc = "2: 4 RTCCLK cycles"]
CYCLES4 = 2,
#[doc = "3: 8 RTCCLK cycles"]
CYCLES8 = 3,
}
impl From<TAMPPRCH_A> for u8 {
#[inline(always)]
fn from(variant: TAMPPRCH_A) -> Self {
variant as _
}
}
#[doc = "Reader of field `TAMPPRCH`"]
pub type TAMPPRCH_R = crate::R<u8, TAMPPRCH_A>;
impl TAMPPRCH_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> TAMPPRCH_A {
match self.bits {
0 => TAMPPRCH_A::CYCLES1,
1 => TAMPPRCH_A::CYCLES2,
2 => TAMPPRCH_A::CYCLES4,
3 => TAMPPRCH_A::CYCLES8,
_ => unreachable!(),
}
}
#[doc = "Checks if the value of the field is `CYCLES1`"]
#[inline(always)]
pub fn is_cycles1(&self) -> bool {
*self == TAMPPRCH_A::CYCLES1
}
#[doc = "Checks if the value of the field is `CYCLES2`"]
#[inline(always)]
pub fn is_cycles2(&self) -> bool {
*self == TAMPPRCH_A::CYCLES2
}
#[doc = "Checks if the value of the field is `CYCLES4`"]
#[inline(always)]
pub fn is_cycles4(&self) -> bool {
*self == TAMPPRCH_A::CYCLES4
}
#[doc = "Checks if the value of the field is `CYCLES8`"]
#[inline(always)]
pub fn is_cycles8(&self) -> bool {
*self == TAMPPRCH_A::CYCLES8
}
}
#[doc = "Write proxy for field `TAMPPRCH`"]
pub struct TAMPPRCH_W<'a> {
w: &'a mut W,
}
impl<'a> TAMPPRCH_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMPPRCH_A) -> &'a mut W {
{
self.bits(variant.into())
}
}
#[doc = "1 RTCCLK cycle"]
#[inline(always)]
pub fn cycles1(self) -> &'a mut W {
self.variant(TAMPPRCH_A::CYCLES1)
}
#[doc = "2 RTCCLK cycles"]
#[inline(always)]
pub fn cycles2(self) -> &'a mut W {
self.variant(TAMPPRCH_A::CYCLES2)
}
#[doc = "4 RTCCLK cycles"]
#[inline(always)]
pub fn cycles4(self) -> &'a mut W {
self.variant(TAMPPRCH_A::CYCLES4)
}
#[doc = "8 RTCCLK cycles"]
#[inline(always)]
pub fn cycles8(self) -> &'a mut W {
self.variant(TAMPPRCH_A::CYCLES8)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bits(self, value: u8) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x03 << 13)) | (((value as u32) & 0x03) << 13);
self.w
}
}
#[doc = "TAMPER pull-up disable\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum TAMPPUDIS_A {
#[doc = "0: Precharge RTC_TAMPx pins before sampling (enable internal pull-up)"]
ENABLED = 0,
#[doc = "1: Disable precharge of RTC_TAMPx pins"]
DISABLED = 1,
}
impl From<TAMPPUDIS_A> for bool {
#[inline(always)]
fn from(variant: TAMPPUDIS_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Reader of field `TAMPPUDIS`"]
pub type TAMPPUDIS_R = crate::R<bool, TAMPPUDIS_A>;
impl TAMPPUDIS_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> TAMPPUDIS_A {
match self.bits {
false => TAMPPUDIS_A::ENABLED,
true => TAMPPUDIS_A::DISABLED,
}
}
#[doc = "Checks if the value of the field is `ENABLED`"]
#[inline(always)]
pub fn is_enabled(&self) -> bool {
*self == TAMPPUDIS_A::ENABLED
}
#[doc = "Checks if the value of the field is `DISABLED`"]
#[inline(always)]
pub fn is_disabled(&self) -> bool {
*self == TAMPPUDIS_A::DISABLED
}
}
#[doc = "Write proxy for field `TAMPPUDIS`"]
pub struct TAMPPUDIS_W<'a> {
w: &'a mut W,
}
impl<'a> TAMPPUDIS_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: TAMPPUDIS_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "Precharge RTC_TAMPx pins before sampling (enable internal pull-up)"]
#[inline(always)]
pub fn enabled(self) -> &'a mut W {
self.variant(TAMPPUDIS_A::ENABLED)
}
#[doc = "Disable precharge of RTC_TAMPx pins"]
#[inline(always)]
pub fn disabled(self) -> &'a mut W {
self.variant(TAMPPUDIS_A::DISABLED)
}
#[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 << 15)) | (((value as u32) & 0x01) << 15);
self.w
}
}
#[doc = "PC13 value\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PC13VALUE_A {
#[doc = "1: If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic high"]
HIGH = 1,
#[doc = "0: If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic low"]
LOW = 0,
}
impl From<PC13VALUE_A> for bool {
#[inline(always)]
fn from(variant: PC13VALUE_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Reader of field `PC13VALUE`"]
pub type PC13VALUE_R = crate::R<bool, PC13VALUE_A>;
impl PC13VALUE_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PC13VALUE_A {
match self.bits {
true => PC13VALUE_A::HIGH,
false => PC13VALUE_A::LOW,
}
}
#[doc = "Checks if the value of the field is `HIGH`"]
#[inline(always)]
pub fn is_high(&self) -> bool {
*self == PC13VALUE_A::HIGH
}
#[doc = "Checks if the value of the field is `LOW`"]
#[inline(always)]
pub fn is_low(&self) -> bool {
*self == PC13VALUE_A::LOW
}
}
#[doc = "Write proxy for field `PC13VALUE`"]
pub struct PC13VALUE_W<'a> {
w: &'a mut W,
}
impl<'a> PC13VALUE_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: PC13VALUE_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic high"]
#[inline(always)]
pub fn high(self) -> &'a mut W {
self.variant(PC13VALUE_A::HIGH)
}
#[doc = "If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic low"]
#[inline(always)]
pub fn low(self) -> &'a mut W {
self.variant(PC13VALUE_A::LOW)
}
#[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 << 18)) | (((value as u32) & 0x01) << 18);
self.w
}
}
#[doc = "PC13 mode\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum PC13MODE_A {
#[doc = "0: PCx is controlled by the GPIO configuration Register. Consequently PC15 is floating in Standby mode"]
FLOATING = 0,
#[doc = "1: PCx is forced to push-pull output if LSE is disabled"]
PUSHPULL = 1,
}
impl From<PC13MODE_A> for bool {
#[inline(always)]
fn from(variant: PC13MODE_A) -> Self {
variant as u8 != 0
}
}
#[doc = "Reader of field `PC13MODE`"]
pub type PC13MODE_R = crate::R<bool, PC13MODE_A>;
impl PC13MODE_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> PC13MODE_A {
match self.bits {
false => PC13MODE_A::FLOATING,
true => PC13MODE_A::PUSHPULL,
}
}
#[doc = "Checks if the value of the field is `FLOATING`"]
#[inline(always)]
pub fn is_floating(&self) -> bool {
*self == PC13MODE_A::FLOATING
}
#[doc = "Checks if the value of the field is `PUSHPULL`"]
#[inline(always)]
pub fn is_push_pull(&self) -> bool {
*self == PC13MODE_A::PUSHPULL
}
}
#[doc = "Write proxy for field `PC13MODE`"]
pub struct PC13MODE_W<'a> {
w: &'a mut W,
}
impl<'a> PC13MODE_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: PC13MODE_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "PCx is controlled by the GPIO configuration Register. Consequently PC15 is floating in Standby mode"]
#[inline(always)]
pub fn floating(self) -> &'a mut W {
self.variant(PC13MODE_A::FLOATING)
}
#[doc = "PCx is forced to push-pull output if LSE is disabled"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(PC13MODE_A::PUSHPULL)
}
#[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 << 19)) | (((value as u32) & 0x01) << 19);
self.w
}
}
#[doc = "PC14 value"]
pub type PC14VALUE_A = PC13VALUE_A;
#[doc = "Reader of field `PC14VALUE`"]
pub type PC14VALUE_R = crate::R<bool, PC13VALUE_A>;
#[doc = "Write proxy for field `PC14VALUE`"]
pub struct PC14VALUE_W<'a> {
w: &'a mut W,
}
impl<'a> PC14VALUE_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: PC14VALUE_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic high"]
#[inline(always)]
pub fn high(self) -> &'a mut W {
self.variant(PC13VALUE_A::HIGH)
}
#[doc = "If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic low"]
#[inline(always)]
pub fn low(self) -> &'a mut W {
self.variant(PC13VALUE_A::LOW)
}
#[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 << 20)) | (((value as u32) & 0x01) << 20);
self.w
}
}
#[doc = "PC 14 mode"]
pub type PC14MODE_A = PC13MODE_A;
#[doc = "Reader of field `PC14MODE`"]
pub type PC14MODE_R = crate::R<bool, PC13MODE_A>;
#[doc = "Write proxy for field `PC14MODE`"]
pub struct PC14MODE_W<'a> {
w: &'a mut W,
}
impl<'a> PC14MODE_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: PC14MODE_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "PCx is controlled by the GPIO configuration Register. Consequently PC15 is floating in Standby mode"]
#[inline(always)]
pub fn floating(self) -> &'a mut W {
self.variant(PC13MODE_A::FLOATING)
}
#[doc = "PCx is forced to push-pull output if LSE is disabled"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(PC13MODE_A::PUSHPULL)
}
#[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 << 21)) | (((value as u32) & 0x01) << 21);
self.w
}
}
#[doc = "PC15 value"]
pub type PC15VALUE_A = PC13VALUE_A;
#[doc = "Reader of field `PC15VALUE`"]
pub type PC15VALUE_R = crate::R<bool, PC13VALUE_A>;
#[doc = "Write proxy for field `PC15VALUE`"]
pub struct PC15VALUE_W<'a> {
w: &'a mut W,
}
impl<'a> PC15VALUE_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: PC15VALUE_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic high"]
#[inline(always)]
pub fn high(self) -> &'a mut W {
self.variant(PC13VALUE_A::HIGH)
}
#[doc = "If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic low"]
#[inline(always)]
pub fn low(self) -> &'a mut W {
self.variant(PC13VALUE_A::LOW)
}
#[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 << 22)) | (((value as u32) & 0x01) << 22);
self.w
}
}
#[doc = "PC15 mode"]
pub type PC15MODE_A = PC13MODE_A;
#[doc = "Reader of field `PC15MODE`"]
pub type PC15MODE_R = crate::R<bool, PC13MODE_A>;
#[doc = "Write proxy for field `PC15MODE`"]
pub struct PC15MODE_W<'a> {
w: &'a mut W,
}
impl<'a> PC15MODE_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: PC15MODE_A) -> &'a mut W {
{
self.bit(variant.into())
}
}
#[doc = "PCx is controlled by the GPIO configuration Register. Consequently PC15 is floating in Standby mode"]
#[inline(always)]
pub fn floating(self) -> &'a mut W {
self.variant(PC13MODE_A::FLOATING)
}
#[doc = "PCx is forced to push-pull output if LSE is disabled"]
#[inline(always)]
pub fn push_pull(self) -> &'a mut W {
self.variant(PC13MODE_A::PUSHPULL)
}
#[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 << 23)) | (((value as u32) & 0x01) << 23);
self.w
}
}
impl R {
#[doc = "Bit 0 - Tamper 1 detection enable"]
#[inline(always)]
pub fn tamp1e(&self) -> TAMP1E_R {
TAMP1E_R::new((self.bits & 0x01) != 0)
}
#[doc = "Bit 1 - Active level for tamper 1"]
#[inline(always)]
pub fn tamp1trg(&self) -> TAMP1TRG_R {
TAMP1TRG_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 2 - Tamper interrupt enable"]
#[inline(always)]
pub fn tampie(&self) -> TAMPIE_R {
TAMPIE_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 3 - Tamper 2 detection enable"]
#[inline(always)]
pub fn tamp2e(&self) -> TAMP2E_R {
TAMP2E_R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 4 - Active level for tamper 2"]
#[inline(always)]
pub fn tamp2trg(&self) -> TAMP2TRG_R {
TAMP2TRG_R::new(((self.bits >> 4) & 0x01) != 0)
}
#[doc = "Bit 5 - Tamper 3 detection enable"]
#[inline(always)]
pub fn tamp3e(&self) -> TAMP3E_R {
TAMP3E_R::new(((self.bits >> 5) & 0x01) != 0)
}
#[doc = "Bit 6 - Active level for tamper 3"]
#[inline(always)]
pub fn tamp3trg(&self) -> TAMP3TRG_R {
TAMP3TRG_R::new(((self.bits >> 6) & 0x01) != 0)
}
#[doc = "Bit 7 - Activate timestamp on tamper detection event"]
#[inline(always)]
pub fn tampts(&self) -> TAMPTS_R {
TAMPTS_R::new(((self.bits >> 7) & 0x01) != 0)
}
#[doc = "Bits 8:10 - Tamper sampling frequency"]
#[inline(always)]
pub fn tampfreq(&self) -> TAMPFREQ_R {
TAMPFREQ_R::new(((self.bits >> 8) & 0x07) as u8)
}
#[doc = "Bits 11:12 - Tamper filter count"]
#[inline(always)]
pub fn tampflt(&self) -> TAMPFLT_R {
TAMPFLT_R::new(((self.bits >> 11) & 0x03) as u8)
}
#[doc = "Bits 13:14 - Tamper precharge duration"]
#[inline(always)]
pub fn tampprch(&self) -> TAMPPRCH_R {
TAMPPRCH_R::new(((self.bits >> 13) & 0x03) as u8)
}
#[doc = "Bit 15 - TAMPER pull-up disable"]
#[inline(always)]
pub fn tamppudis(&self) -> TAMPPUDIS_R {
TAMPPUDIS_R::new(((self.bits >> 15) & 0x01) != 0)
}
#[doc = "Bit 18 - PC13 value"]
#[inline(always)]
pub fn pc13value(&self) -> PC13VALUE_R {
PC13VALUE_R::new(((self.bits >> 18) & 0x01) != 0)
}
#[doc = "Bit 19 - PC13 mode"]
#[inline(always)]
pub fn pc13mode(&self) -> PC13MODE_R {
PC13MODE_R::new(((self.bits >> 19) & 0x01) != 0)
}
#[doc = "Bit 20 - PC14 value"]
#[inline(always)]
pub fn pc14value(&self) -> PC14VALUE_R {
PC14VALUE_R::new(((self.bits >> 20) & 0x01) != 0)
}
#[doc = "Bit 21 - PC 14 mode"]
#[inline(always)]
pub fn pc14mode(&self) -> PC14MODE_R {
PC14MODE_R::new(((self.bits >> 21) & 0x01) != 0)
}
#[doc = "Bit 22 - PC15 value"]
#[inline(always)]
pub fn pc15value(&self) -> PC15VALUE_R {
PC15VALUE_R::new(((self.bits >> 22) & 0x01) != 0)
}
#[doc = "Bit 23 - PC15 mode"]
#[inline(always)]
pub fn pc15mode(&self) -> PC15MODE_R {
PC15MODE_R::new(((self.bits >> 23) & 0x01) != 0)
}
}
impl W {
#[doc = "Bit 0 - Tamper 1 detection enable"]
#[inline(always)]
pub fn tamp1e(&mut self) -> TAMP1E_W {
TAMP1E_W { w: self }
}
#[doc = "Bit 1 - Active level for tamper 1"]
#[inline(always)]
pub fn tamp1trg(&mut self) -> TAMP1TRG_W {
TAMP1TRG_W { w: self }
}
#[doc = "Bit 2 - Tamper interrupt enable"]
#[inline(always)]
pub fn tampie(&mut self) -> TAMPIE_W {
TAMPIE_W { w: self }
}
#[doc = "Bit 3 - Tamper 2 detection enable"]
#[inline(always)]
pub fn tamp2e(&mut self) -> TAMP2E_W {
TAMP2E_W { w: self }
}
#[doc = "Bit 4 - Active level for tamper 2"]
#[inline(always)]
pub fn tamp2trg(&mut self) -> TAMP2TRG_W {
TAMP2TRG_W { w: self }
}
#[doc = "Bit 5 - Tamper 3 detection enable"]
#[inline(always)]
pub fn tamp3e(&mut self) -> TAMP3E_W {
TAMP3E_W { w: self }
}
#[doc = "Bit 6 - Active level for tamper 3"]
#[inline(always)]
pub fn tamp3trg(&mut self) -> TAMP3TRG_W {
TAMP3TRG_W { w: self }
}
#[doc = "Bit 7 - Activate timestamp on tamper detection event"]
#[inline(always)]
pub fn tampts(&mut self) -> TAMPTS_W {
TAMPTS_W { w: self }
}
#[doc = "Bits 8:10 - Tamper sampling frequency"]
#[inline(always)]
pub fn tampfreq(&mut self) -> TAMPFREQ_W {
TAMPFREQ_W { w: self }
}
#[doc = "Bits 11:12 - Tamper filter count"]
#[inline(always)]
pub fn tampflt(&mut self) -> TAMPFLT_W {
TAMPFLT_W { w: self }
}
#[doc = "Bits 13:14 - Tamper precharge duration"]
#[inline(always)]
pub fn tampprch(&mut self) -> TAMPPRCH_W {
TAMPPRCH_W { w: self }
}
#[doc = "Bit 15 - TAMPER pull-up disable"]
#[inline(always)]
pub fn tamppudis(&mut self) -> TAMPPUDIS_W {
TAMPPUDIS_W { w: self }
}
#[doc = "Bit 18 - PC13 value"]
#[inline(always)]
pub fn pc13value(&mut self) -> PC13VALUE_W {
PC13VALUE_W { w: self }
}
#[doc = "Bit 19 - PC13 mode"]
#[inline(always)]
pub fn pc13mode(&mut self) -> PC13MODE_W {
PC13MODE_W { w: self }
}
#[doc = "Bit 20 - PC14 value"]
#[inline(always)]
pub fn pc14value(&mut self) -> PC14VALUE_W {
PC14VALUE_W { w: self }
}
#[doc = "Bit 21 - PC 14 mode"]
#[inline(always)]
pub fn pc14mode(&mut self) -> PC14MODE_W {
PC14MODE_W { w: self }
}
#[doc = "Bit 22 - PC15 value"]
#[inline(always)]
pub fn pc15value(&mut self) -> PC15VALUE_W {
PC15VALUE_W { w: self }
}
#[doc = "Bit 23 - PC15 mode"]
#[inline(always)]
pub fn pc15mode(&mut self) -> PC15MODE_W {
PC15MODE_W { w: self }
}
}