|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_RTC_TAMPER_Enable (TAMP_TypeDef *TAMPx, uint32_t Tamper) |
| Enable TAMPx input detection TAMP_CR1 TAMP1E LL_RTC_TAMPER_Enable TAMP_CR1 TAMP2E LL_RTC_TAMPER_Enable. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_Disable (TAMP_TypeDef *TAMPx, uint32_t Tamper) |
| Clear TAMPx input detection TAMP_CR1 TAMP1E LL_RTC_TAMPER_Disable TAMP_CR1 TAMP2E LL_RTC_TAMPER_Disable. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_EnableMask (TAMP_TypeDef *TAMPx, uint32_t Mask) |
| Enable Tamper mask flag. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_DisableMask (TAMP_TypeDef *TAMPx, uint32_t Mask) |
| Disable Tamper mask flag TAMP_CR2 TAMP1MF LL_RTC_TAMPER_DisableMask TAMP_CR2 TAMP2MF LL_RTC_TAMPER_DisableMask. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_EnableEraseBKP (TAMP_TypeDef *TAMPx, uint32_t Tamper) |
| Enable backup register erase after Tamper event detection TAMP_CR2 TAMP1NOERASE LL_RTC_TAMPER_EnableEraseBKP TAMP_CR2 TAMP2NOERASE LL_RTC_TAMPER_EnableEraseBKP. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_DisableEraseBKP (TAMP_TypeDef *TAMPx, uint32_t Tamper) |
| Disable backup register erase after Tamper event detection TAMP_CR2 TAMP1NOERASE LL_RTC_TAMPER_DisableEraseBKP TAMP_CR2 TAMP2NOERASE LL_RTC_TAMPER_DisableEraseBKP. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_DisablePullUp (TAMP_TypeDef *TAMPx) |
| Disable RTC_TAMPx pull-up disable (Disable precharge of RTC_TAMPx pins) TAMP_FLTCR TAMPPUDIS LL_RTC_TAMPER_DisablePullUp. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_EnablePullUp (TAMP_TypeDef *TAMPx) |
| Enable RTC_TAMPx pull-up disable ( Precharge RTC_TAMPx pins before sampling) TAMP_FLTCR TAMPPUDIS LL_RTC_TAMPER_EnablePullUp. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_SetPrecharge (TAMP_TypeDef *TAMPx, uint32_t Duration) |
| Set RTC_TAMPx precharge duration TAMP_FLTCR TAMPPRCH LL_RTC_TAMPER_SetPrecharge. More... | |
| __STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetPrecharge (TAMP_TypeDef *TAMPx) |
| Get RTC_TAMPx precharge duration TAMP_FLTCR TAMPPRCH LL_RTC_TAMPER_GetPrecharge. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_SetFilterCount (TAMP_TypeDef *TAMPx, uint32_t FilterCount) |
| Set RTC_TAMPx filter count TAMP_FLTCR TAMPFLT LL_RTC_TAMPER_SetFilterCount. More... | |
| __STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetFilterCount (TAMP_TypeDef *TAMPx) |
| Get RTC_TAMPx filter count TAMP_FLTCR TAMPFLT LL_RTC_TAMPER_GetFilterCount. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_SetSamplingFreq (TAMP_TypeDef *TAMPx, uint32_t SamplingFreq) |
| Set Tamper sampling frequency TAMP_FLTCR TAMPFREQ LL_RTC_TAMPER_SetSamplingFreq. More... | |
| __STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetSamplingFreq (TAMP_TypeDef *TAMPx) |
| Get Tamper sampling frequency TAMP_FLTCR TAMPFREQ LL_RTC_TAMPER_GetSamplingFreq. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_EnableActiveLevel (TAMP_TypeDef *TAMPx, uint32_t Tamper) |
| Enable Active level for Tamper input TAMP_CR2 TAMP1TRG LL_RTC_TAMPER_EnableActiveLevel TAMP_CR2 TAMP2TRG LL_RTC_TAMPER_EnableActiveLevel. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_DisableActiveLevel (TAMP_TypeDef *TAMPx, uint32_t Tamper) |
| Disable Active level for Tamper input TAMP_CR2 TAMP1TRG LL_RTC_TAMPER_DisableActiveLevel TAMP_CR2 TAMP2TRG LL_RTC_TAMPER_DisableActiveLevel. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_Enable (RTC_TypeDef *RTCx, uint32_t Tamper) |
| Enable RTC_TAMPx input detection TAMPCR TAMP1E LL_RTC_TAMPER_Enable TAMPCR TAMP2E LL_RTC_TAMPER_Enable TAMPCR TAMP3E LL_RTC_TAMPER_Enable. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_Disable (RTC_TypeDef *RTCx, uint32_t Tamper) |
| Clear RTC_TAMPx input detection TAMPCR TAMP1E LL_RTC_TAMPER_Disable TAMPCR TAMP2E LL_RTC_TAMPER_Disable TAMPCR TAMP3E LL_RTC_TAMPER_Disable. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_EnableMask (RTC_TypeDef *RTCx, uint32_t Mask) |
| Enable Tamper mask flag. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_DisableMask (RTC_TypeDef *RTCx, uint32_t Mask) |
| Disable Tamper mask flag TAMPCR TAMP1MF LL_RTC_TAMPER_DisableMask TAMPCR TAMP2MF LL_RTC_TAMPER_DisableMask TAMPCR TAMP3MF LL_RTC_TAMPER_DisableMask. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_EnableEraseBKP (RTC_TypeDef *RTCx, uint32_t Tamper) |
| Enable backup register erase after Tamper event detection TAMPCR TAMP1NOERASE LL_RTC_TAMPER_EnableEraseBKP TAMPCR TAMP2NOERASE LL_RTC_TAMPER_EnableEraseBKP TAMPCR TAMP3NOERASE LL_RTC_TAMPER_EnableEraseBKP. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_DisableEraseBKP (RTC_TypeDef *RTCx, uint32_t Tamper) |
| Disable backup register erase after Tamper event detection TAMPCR TAMP1NOERASE LL_RTC_TAMPER_DisableEraseBKP TAMPCR TAMP2NOERASE LL_RTC_TAMPER_DisableEraseBKP TAMPCR TAMP3NOERASE LL_RTC_TAMPER_DisableEraseBKP. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_DisablePullUp (RTC_TypeDef *RTCx) |
| Disable RTC_TAMPx pull-up disable (Disable precharge of RTC_TAMPx pins) TAMPCR TAMPPUDIS LL_RTC_TAMPER_DisablePullUp. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_EnablePullUp (RTC_TypeDef *RTCx) |
| Enable RTC_TAMPx pull-up disable ( Precharge RTC_TAMPx pins before sampling) TAMPCR TAMPPUDIS LL_RTC_TAMPER_EnablePullUp. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_SetPrecharge (RTC_TypeDef *RTCx, uint32_t Duration) |
| Set RTC_TAMPx precharge duration TAMPCR TAMPPRCH LL_RTC_TAMPER_SetPrecharge. More... | |
| __STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetPrecharge (RTC_TypeDef *RTCx) |
| Get RTC_TAMPx precharge duration TAMPCR TAMPPRCH LL_RTC_TAMPER_GetPrecharge. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_SetFilterCount (RTC_TypeDef *RTCx, uint32_t FilterCount) |
| Set RTC_TAMPx filter count TAMPCR TAMPFLT LL_RTC_TAMPER_SetFilterCount. More... | |
| __STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetFilterCount (RTC_TypeDef *RTCx) |
| Get RTC_TAMPx filter count TAMPCR TAMPFLT LL_RTC_TAMPER_GetFilterCount. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_SetSamplingFreq (RTC_TypeDef *RTCx, uint32_t SamplingFreq) |
| Set Tamper sampling frequency TAMPCR TAMPFREQ LL_RTC_TAMPER_SetSamplingFreq. More... | |
| __STATIC_INLINE uint32_t | LL_RTC_TAMPER_GetSamplingFreq (RTC_TypeDef *RTCx) |
| Get Tamper sampling frequency TAMPCR TAMPFREQ LL_RTC_TAMPER_GetSamplingFreq. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_EnableActiveLevel (RTC_TypeDef *RTCx, uint32_t Tamper) |
| Enable Active level for Tamper input TAMPCR TAMP1TRG LL_RTC_TAMPER_EnableActiveLevel TAMPCR TAMP2TRG LL_RTC_TAMPER_EnableActiveLevel TAMPCR TAMP3TRG LL_RTC_TAMPER_EnableActiveLevel. More... | |
| __STATIC_INLINE void | LL_RTC_TAMPER_DisableActiveLevel (RTC_TypeDef *RTCx, uint32_t Tamper) |
| Disable Active level for Tamper input TAMPCR TAMP1TRG LL_RTC_TAMPER_DisableActiveLevel TAMPCR TAMP2TRG LL_RTC_TAMPER_DisableActiveLevel TAMPCR TAMP3TRG LL_RTC_TAMPER_DisableActiveLevel. More... | |
| __STATIC_INLINE void LL_RTC_TAMPER_Disable | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | Tamper | ||
| ) |
Clear TAMPx input detection TAMP_CR1 TAMP1E LL_RTC_TAMPER_Disable
TAMP_CR1 TAMP2E LL_RTC_TAMPER_Disable.
| TAMPx | TAMP Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 3203 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_Disable | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Tamper | ||
| ) |
Clear RTC_TAMPx input detection TAMPCR TAMP1E LL_RTC_TAMPER_Disable
TAMPCR TAMP2E LL_RTC_TAMPER_Disable
TAMPCR TAMP3E LL_RTC_TAMPER_Disable.
| RTCx | RTC Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 4114 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_DisableActiveLevel | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | Tamper | ||
| ) |
Disable Active level for Tamper input TAMP_CR2 TAMP1TRG LL_RTC_TAMPER_DisableActiveLevel
TAMP_CR2 TAMP2TRG LL_RTC_TAMPER_DisableActiveLevel.
| TAMPx | TAMP Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 3423 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_DisableActiveLevel | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Tamper | ||
| ) |
Disable Active level for Tamper input TAMPCR TAMP1TRG LL_RTC_TAMPER_DisableActiveLevel
TAMPCR TAMP2TRG LL_RTC_TAMPER_DisableActiveLevel
TAMPCR TAMP3TRG LL_RTC_TAMPER_DisableActiveLevel.
| RTCx | RTC Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 4354 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_DisableEraseBKP | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | Tamper | ||
| ) |
Disable backup register erase after Tamper event detection TAMP_CR2 TAMP1NOERASE LL_RTC_TAMPER_DisableEraseBKP
TAMP_CR2 TAMP2NOERASE LL_RTC_TAMPER_DisableEraseBKP.
| TAMPx | TAMP Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 3268 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_DisableEraseBKP | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Tamper | ||
| ) |
Disable backup register erase after Tamper event detection TAMPCR TAMP1NOERASE LL_RTC_TAMPER_DisableEraseBKP
TAMPCR TAMP2NOERASE LL_RTC_TAMPER_DisableEraseBKP
TAMPCR TAMP3NOERASE LL_RTC_TAMPER_DisableEraseBKP.
| RTCx | RTC Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 4187 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_DisableMask | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | Mask | ||
| ) |
Disable Tamper mask flag TAMP_CR2 TAMP1MF LL_RTC_TAMPER_DisableMask
TAMP_CR2 TAMP2MF LL_RTC_TAMPER_DisableMask.
| TAMPx | TAMP Instance |
| Mask | This parameter can be a combination of the following values:
|
| None |
Definition at line 3236 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_DisableMask | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Mask | ||
| ) |
Disable Tamper mask flag TAMPCR TAMP1MF LL_RTC_TAMPER_DisableMask
TAMPCR TAMP2MF LL_RTC_TAMPER_DisableMask
TAMPCR TAMP3MF LL_RTC_TAMPER_DisableMask.
| RTCx | RTC Instance |
| Mask | This parameter can be a combination of the following values:
|
| None |
Definition at line 4151 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_DisablePullUp | ( | TAMP_TypeDef * | TAMPx | ) |
Disable RTC_TAMPx pull-up disable (Disable precharge of RTC_TAMPx pins) TAMP_FLTCR TAMPPUDIS LL_RTC_TAMPER_DisablePullUp.
| TAMPx | TAMP Instance |
| None |
Definition at line 3279 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_DisablePullUp | ( | RTC_TypeDef * | RTCx | ) |
Disable RTC_TAMPx pull-up disable (Disable precharge of RTC_TAMPx pins) TAMPCR TAMPPUDIS LL_RTC_TAMPER_DisablePullUp.
| RTCx | RTC Instance |
| None |
Definition at line 4199 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_Enable | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | Tamper | ||
| ) |
Enable TAMPx input detection TAMP_CR1 TAMP1E LL_RTC_TAMPER_Enable
TAMP_CR1 TAMP2E LL_RTC_TAMPER_Enable.
| TAMPx | TAMP Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 3187 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_Enable | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Tamper | ||
| ) |
Enable RTC_TAMPx input detection TAMPCR TAMP1E LL_RTC_TAMPER_Enable
TAMPCR TAMP2E LL_RTC_TAMPER_Enable
TAMPCR TAMP3E LL_RTC_TAMPER_Enable.
| RTCx | RTC Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 4096 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_EnableActiveLevel | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | Tamper | ||
| ) |
Enable Active level for Tamper input TAMP_CR2 TAMP1TRG LL_RTC_TAMPER_EnableActiveLevel
TAMP_CR2 TAMP2TRG LL_RTC_TAMPER_EnableActiveLevel.
| TAMPx | TAMP Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 3407 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_EnableActiveLevel | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Tamper | ||
| ) |
Enable Active level for Tamper input TAMPCR TAMP1TRG LL_RTC_TAMPER_EnableActiveLevel
TAMPCR TAMP2TRG LL_RTC_TAMPER_EnableActiveLevel
TAMPCR TAMP3TRG LL_RTC_TAMPER_EnableActiveLevel.
| RTCx | RTC Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 4336 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_EnableEraseBKP | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | Tamper | ||
| ) |
Enable backup register erase after Tamper event detection TAMP_CR2 TAMP1NOERASE LL_RTC_TAMPER_EnableEraseBKP
TAMP_CR2 TAMP2NOERASE LL_RTC_TAMPER_EnableEraseBKP.
| TAMPx | TAMP Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 3252 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_EnableEraseBKP | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Tamper | ||
| ) |
Enable backup register erase after Tamper event detection TAMPCR TAMP1NOERASE LL_RTC_TAMPER_EnableEraseBKP
TAMPCR TAMP2NOERASE LL_RTC_TAMPER_EnableEraseBKP
TAMPCR TAMP3NOERASE LL_RTC_TAMPER_EnableEraseBKP.
| RTCx | RTC Instance |
| Tamper | This parameter can be a combination of the following values:
|
| None |
Definition at line 4169 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_EnableMask | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | Mask | ||
| ) |
Enable Tamper mask flag.
| TAMPx | TAMP Instance |
| Mask | This parameter can be a combination of the following values:
|
| None |
Definition at line 3220 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_EnableMask | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Mask | ||
| ) |
Enable Tamper mask flag.
| RTCx | RTC Instance |
| Mask | This parameter can be a combination of the following values:
|
| None |
Definition at line 4133 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_EnablePullUp | ( | TAMP_TypeDef * | TAMPx | ) |
Enable RTC_TAMPx pull-up disable ( Precharge RTC_TAMPx pins before sampling) TAMP_FLTCR TAMPPUDIS LL_RTC_TAMPER_EnablePullUp.
| TAMPx | TAMP Instance |
| None |
Definition at line 3290 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_EnablePullUp | ( | RTC_TypeDef * | RTCx | ) |
Enable RTC_TAMPx pull-up disable ( Precharge RTC_TAMPx pins before sampling) TAMPCR TAMPPUDIS LL_RTC_TAMPER_EnablePullUp.
| RTCx | RTC Instance |
| None |
Definition at line 4210 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE uint32_t LL_RTC_TAMPER_GetFilterCount | ( | TAMP_TypeDef * | TAMPx | ) |
Get RTC_TAMPx filter count TAMP_FLTCR TAMPFLT LL_RTC_TAMPER_GetFilterCount.
| TAMPx | TAMP Instance |
| Returned | value can be one of the following values:
|
Definition at line 3352 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE uint32_t LL_RTC_TAMPER_GetFilterCount | ( | RTC_TypeDef * | RTCx | ) |
Get RTC_TAMPx filter count TAMPCR TAMPFLT LL_RTC_TAMPER_GetFilterCount.
| RTCx | RTC Instance |
| Returned | value can be one of the following values:
|
Definition at line 4276 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE uint32_t LL_RTC_TAMPER_GetPrecharge | ( | TAMP_TypeDef * | TAMPx | ) |
Get RTC_TAMPx precharge duration TAMP_FLTCR TAMPPRCH LL_RTC_TAMPER_GetPrecharge.
| TAMPx | TAMP Instance |
| Returned | value can be one of the following values:
|
Definition at line 3321 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE uint32_t LL_RTC_TAMPER_GetPrecharge | ( | RTC_TypeDef * | RTCx | ) |
Get RTC_TAMPx precharge duration TAMPCR TAMPPRCH LL_RTC_TAMPER_GetPrecharge.
| RTCx | RTC Instance |
| Returned | value can be one of the following values:
|
Definition at line 4243 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE uint32_t LL_RTC_TAMPER_GetSamplingFreq | ( | TAMP_TypeDef * | TAMPx | ) |
Get Tamper sampling frequency TAMP_FLTCR TAMPFREQ LL_RTC_TAMPER_GetSamplingFreq.
| TAMPx | TAMP Instance |
| Returned | value can be one of the following values:
|
Definition at line 3391 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE uint32_t LL_RTC_TAMPER_GetSamplingFreq | ( | RTC_TypeDef * | RTCx | ) |
Get Tamper sampling frequency TAMPCR TAMPFREQ LL_RTC_TAMPER_GetSamplingFreq.
| RTCx | RTC Instance |
| Returned | value can be one of the following values:
|
Definition at line 4317 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_SetFilterCount | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | FilterCount | ||
| ) |
Set RTC_TAMPx filter count TAMP_FLTCR TAMPFLT LL_RTC_TAMPER_SetFilterCount.
| TAMPx | TAMP Instance |
| FilterCount | This parameter can be one of the following values:
|
| None |
Definition at line 3337 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_SetFilterCount | ( | RTC_TypeDef * | RTCx, |
| uint32_t | FilterCount | ||
| ) |
Set RTC_TAMPx filter count TAMPCR TAMPFLT LL_RTC_TAMPER_SetFilterCount.
| RTCx | RTC Instance |
| FilterCount | This parameter can be one of the following values:
|
| None |
Definition at line 4261 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_SetPrecharge | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | Duration | ||
| ) |
Set RTC_TAMPx precharge duration TAMP_FLTCR TAMPPRCH LL_RTC_TAMPER_SetPrecharge.
| TAMPx | TAMP Instance |
| Duration | This parameter can be one of the following values:
|
| None |
Definition at line 3306 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_SetPrecharge | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Duration | ||
| ) |
Set RTC_TAMPx precharge duration TAMPCR TAMPPRCH LL_RTC_TAMPER_SetPrecharge.
| RTCx | RTC Instance |
| Duration | This parameter can be one of the following values:
|
| None |
Definition at line 4228 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_SetSamplingFreq | ( | TAMP_TypeDef * | TAMPx, |
| uint32_t | SamplingFreq | ||
| ) |
Set Tamper sampling frequency TAMP_FLTCR TAMPFREQ LL_RTC_TAMPER_SetSamplingFreq.
| TAMPx | TAMP Instance |
| SamplingFreq | This parameter can be one of the following values:
|
| None |
Definition at line 3372 of file stm32l4xx_ll_rtc.h.
| __STATIC_INLINE void LL_RTC_TAMPER_SetSamplingFreq | ( | RTC_TypeDef * | RTCx, |
| uint32_t | SamplingFreq | ||
| ) |
Set Tamper sampling frequency TAMPCR TAMPFREQ LL_RTC_TAMPER_SetSamplingFreq.
| RTCx | RTC Instance |
| SamplingFreq | This parameter can be one of the following values:
|
| None |
Definition at line 4298 of file stm32l4xx_ll_rtc.h.