Module stm32_hal2::pac::rtc::tampcr

source ·
Expand description

RTC tamper and alternate function configuration register

Structs§

  • Register TAMPCR reader
  • RTC tamper and alternate function configuration register
  • Register TAMPCR writer

Type Aliases§

  • Field TAMP1E reader - RTC_TAMP1 input detection enable
  • Field TAMP1E writer - RTC_TAMP1 input detection enable
  • Field TAMP1IE reader - Tamper 1 interrupt enable
  • Field TAMP1IE writer - Tamper 1 interrupt enable
  • Field TAMP1MF reader - Tamper 1 mask flag
  • Field TAMP1MF writer - Tamper 1 mask flag
  • Field TAMP1NOERASE reader - Tamper 1 no erase
  • Field TAMP1NOERASE writer - Tamper 1 no erase
  • Field TAMP1TRG reader - Active level for RTC_TAMP1 input If TAMPFLT != 00 if TAMPFLT = 00:
  • Field TAMP1TRG writer - Active level for RTC_TAMP1 input If TAMPFLT != 00 if TAMPFLT = 00:
  • Field TAMP2E reader - RTC_TAMP2 input detection enable
  • Field TAMP2E writer - RTC_TAMP2 input detection enable
  • Field TAMP2IE reader - Tamper 2 interrupt enable
  • Field TAMP2IE writer - Tamper 2 interrupt enable
  • Field TAMP2MF reader - Tamper 2 mask flag
  • Field TAMP2MF writer - Tamper 2 mask flag
  • Field TAMP2NOERASE reader - Tamper 2 no erase
  • Field TAMP2NOERASE writer - Tamper 2 no erase
  • Field TAMP2TRG reader - Active level for RTC_TAMP2 input if TAMPFLT != 00: if TAMPFLT = 00:
  • Field TAMP2TRG writer - Active level for RTC_TAMP2 input if TAMPFLT != 00: if TAMPFLT = 00:
  • Field TAMP3E reader - RTC_TAMP3 detection enable
  • Field TAMP3E writer - RTC_TAMP3 detection enable
  • Field TAMP3IE reader - Tamper 3 interrupt enable
  • Field TAMP3IE writer - Tamper 3 interrupt enable
  • Field TAMP3MF reader - Tamper 3 mask flag
  • Field TAMP3MF writer - Tamper 3 mask flag
  • Field TAMP3NOERASE reader - Tamper 3 no erase
  • Field TAMP3NOERASE writer - Tamper 3 no erase
  • Field TAMP3TRG reader - Active level for RTC_TAMP3 input if TAMPFLT != 00: if TAMPFLT = 00:
  • Field TAMP3TRG writer - Active level for RTC_TAMP3 input if TAMPFLT != 00: if TAMPFLT = 00:
  • Field TAMPFLT reader - RTC_TAMPx filter count These bits determines the number of consecutive samples at the specified level (TAMP*TRG) needed to activate a Tamper event. TAMPFLT is valid for each of the RTC_TAMPx inputs.
  • Field TAMPFLT writer - RTC_TAMPx filter count These bits determines the number of consecutive samples at the specified level (TAMP*TRG) needed to activate a Tamper event. TAMPFLT is valid for each of the RTC_TAMPx inputs.
  • Field TAMPFREQ reader - Tamper sampling frequency Determines the frequency at which each of the RTC_TAMPx inputs are sampled.
  • Field TAMPFREQ writer - Tamper sampling frequency Determines the frequency at which each of the RTC_TAMPx inputs are sampled.
  • Field TAMPIE reader - Tamper interrupt enable
  • Field TAMPIE writer - Tamper interrupt enable
  • Field TAMPPRCH reader - RTC_TAMPx precharge duration These bit determines the duration of time during which the pull-up/is activated before each sample. TAMPPRCH is valid for each of the RTC_TAMPx inputs.
  • Field TAMPPRCH writer - RTC_TAMPx precharge duration These bit determines the duration of time during which the pull-up/is activated before each sample. TAMPPRCH is valid for each of the RTC_TAMPx inputs.
  • Field TAMPPUDIS reader - RTC_TAMPx pull-up disable This bit determines if each of the RTC_TAMPx pins are pre-charged before each sample.
  • Field TAMPPUDIS writer - RTC_TAMPx pull-up disable This bit determines if each of the RTC_TAMPx pins are pre-charged before each sample.
  • Field TAMPTS reader - Activate timestamp on tamper detection event TAMPTS is valid even if TSE=0 in the RTC_CR register.
  • Field TAMPTS writer - Activate timestamp on tamper detection event TAMPTS is valid even if TSE=0 in the RTC_CR register.