Macros
RTC Tamper Sampling Frequencies Definitions
Collaboration diagram for RTC Tamper Sampling Frequencies Definitions:

Macros

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024   0x00000500U
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024   ((uint32_t)0x00000500U)
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384   0x00000100U
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384   ((uint32_t)0x00000100U)
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048   0x00000400U
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048   ((uint32_t)0x00000400U)
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256   0x00000700U
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256   ((uint32_t)0x00000700U)
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768   0x00000000U
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768   ((uint32_t)0x00000000U)
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096   0x00000300U
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096   ((uint32_t)0x00000300U)
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512   0x00000600U
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512   ((uint32_t)0x00000600U)
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192   0x00000200U
 
#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192   ((uint32_t)0x00000200U)
 

Detailed Description

Macro Definition Documentation

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024 [1/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024   0x00000500U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 1024

Definition at line 194 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024 [2/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV1024   ((uint32_t)0x00000500U)

Each of the tamper inputs are sampled with a frequency = RTCCLK / 1024

Definition at line 235 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384 [1/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384   0x00000100U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 16384

Definition at line 186 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384 [2/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV16384   ((uint32_t)0x00000100U)

Each of the tamper inputs are sampled with a frequency = RTCCLK / 16384

Definition at line 227 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048 [1/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048   0x00000400U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 2048

Definition at line 192 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048 [2/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV2048   ((uint32_t)0x00000400U)

Each of the tamper inputs are sampled with a frequency = RTCCLK / 2048

Definition at line 233 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256 [1/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256   0x00000700U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 256

Definition at line 198 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256 [2/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV256   ((uint32_t)0x00000700U)

Each of the tamper inputs are sampled with a frequency = RTCCLK / 256

Definition at line 239 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768 [1/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768   0x00000000U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 32768

Definition at line 184 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768 [2/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV32768   ((uint32_t)0x00000000U)

Each of the tamper inputs are sampled with a frequency = RTCCLK / 32768

Definition at line 225 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096 [1/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096   0x00000300U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 4096

Definition at line 190 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096 [2/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV4096   ((uint32_t)0x00000300U)

Each of the tamper inputs are sampled with a frequency = RTCCLK / 4096

Definition at line 231 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512 [1/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512   0x00000600U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 512

Definition at line 196 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512 [2/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV512   ((uint32_t)0x00000600U)

Each of the tamper inputs are sampled with a frequency = RTCCLK / 512

Definition at line 237 of file stm32f7xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192 [1/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192   0x00000200U

Each of the tamper inputs are sampled with a frequency = RTCCLK / 8192

Definition at line 188 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192 [2/2]

#define RTC_TAMPERSAMPLINGFREQ_RTCCLK_DIV8192   ((uint32_t)0x00000200U)

Each of the tamper inputs are sampled with a frequency = RTCCLK / 8192

Definition at line 229 of file stm32f7xx_hal_rtc_ex.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:07