HAL
LL_RTC_ALMA_SetSubSecondMask() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_RTC_ALMA_SetSubSecondMask()

LL_RTC_ALMA_SetSubSecondMask() function

Mask the most-significant bits of the subseconds field starting from the bit specified in parameter Mask

Syntax

__STATIC_INLINE void LL_RTC_ALMA_SetSubSecondMask(RTC_TypeDef *RTCx,     uint32_t Mask);

Arguments

RTCx

RTC Instance

Mask

Value between Min_Data=0x00 and Max_Data=0xF

Return value

None

Notes

This register can be written only when ALRAE is reset in RTC_CR register, or in initialization mode.

References

LocationText
stm32f4xx_ll_rtc.h:1869
__STATIC_INLINE void LL_RTC_ALMA_SetSubSecondMask(RTC_TypeDef *RTCx, uint32_t Mask)

Data Use

Data read by LL_RTC_ALMA_SetSubSecondMask()
LL_RTC_ALMA_SetSubSecondMask()