HAL + 0/9 examples
CodeScope will show references to RTC_AlarmTypeDef::AlarmTime from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
PWR
RTC
STM32469I_EVAL
Examples
PWR
RTC
STM324x9I_EVAL
Examples
PWR
RTC
STM324xG_EVAL
Examples
PWR
RTC
STM32F413ZH-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALRTC_AlarmTypeDef::AlarmTime

RTC_AlarmTypeDef::AlarmTime field

Specifies the RTC Alarm Time members

Syntax

Examples

RTC_AlarmTypeDef::AlarmTime is referenced by 9 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_rtc.h:140
RTC_TimeTypeDef AlarmTime; /*!< Specifies the RTC Alarm Time members */
stm32f4xx_hal_rtc.c:1015HAL_RTC_SetAlarm()
assert_param(IS_RTC_ALARM_SUB_SECOND_VALUE(sAlarm->AlarmTime.SubSeconds));
stm32f4xx_hal_rtc.c:1030HAL_RTC_SetAlarm()
assert_param(IS_RTC_HOUR12(sAlarm->AlarmTime.Hours));
stm32f4xx_hal_rtc.c:1031HAL_RTC_SetAlarm()
assert_param(IS_RTC_HOURFORMAT12(sAlarm->AlarmTime.TimeFormat));
stm32f4xx_hal_rtc.c:1035HAL_RTC_SetAlarm()
sAlarm->AlarmTime.TimeFormat = 0x00U;
stm32f4xx_hal_rtc.c:1036HAL_RTC_SetAlarm()
assert_param(IS_RTC_HOUR24(sAlarm->AlarmTime.Hours));
stm32f4xx_hal_rtc.c:1038HAL_RTC_SetAlarm()
assert_param(IS_RTC_MINUTES(sAlarm->AlarmTime.Minutes));
stm32f4xx_hal_rtc.c:1039HAL_RTC_SetAlarm()
assert_param(IS_RTC_SECONDS(sAlarm->AlarmTime.Seconds));
stm32f4xx_hal_rtc.c:1050HAL_RTC_SetAlarm()
tmpreg = (((uint32_t)RTC_ByteToBcd2(sAlarm->AlarmTime.Hours) << RTC_ALRMAR_HU_Pos) | \
stm32f4xx_hal_rtc.c:1051HAL_RTC_SetAlarm()
((uint32_t)RTC_ByteToBcd2(sAlarm->AlarmTime.Minutes) << RTC_ALRMAR_MNU_Pos) | \
stm32f4xx_hal_rtc.c:1052HAL_RTC_SetAlarm()
((uint32_t)RTC_ByteToBcd2(sAlarm->AlarmTime.Seconds)) | \
stm32f4xx_hal_rtc.c:1053HAL_RTC_SetAlarm()
((uint32_t)(sAlarm->AlarmTime.TimeFormat) << RTC_TR_PM_Pos) | \
stm32f4xx_hal_rtc.c:1062HAL_RTC_SetAlarm()
assert_param(IS_RTC_HOUR12(RTC_Bcd2ToByte(sAlarm->AlarmTime.Hours)));
stm32f4xx_hal_rtc.c:1063HAL_RTC_SetAlarm()
assert_param(IS_RTC_HOURFORMAT12(sAlarm->AlarmTime.TimeFormat));
stm32f4xx_hal_rtc.c:1067HAL_RTC_SetAlarm()
sAlarm->AlarmTime.TimeFormat = 0x00U;
stm32f4xx_hal_rtc.c:1068HAL_RTC_SetAlarm()
assert_param(IS_RTC_HOUR24(RTC_Bcd2ToByte(sAlarm->AlarmTime.Hours)));
stm32f4xx_hal_rtc.c:1071HAL_RTC_SetAlarm()
assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(sAlarm->AlarmTime.Minutes)));
stm32f4xx_hal_rtc.c:1072HAL_RTC_SetAlarm()
assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(sAlarm->AlarmTime.Seconds)));
stm32f4xx_hal_rtc.c:1083HAL_RTC_SetAlarm()
tmpreg = (((uint32_t)(sAlarm->AlarmTime.Hours) << RTC_ALRMAR_HU_Pos) | \
stm32f4xx_hal_rtc.c:1084HAL_RTC_SetAlarm()
((uint32_t)(sAlarm->AlarmTime.Minutes) << RTC_ALRMAR_MNU_Pos) | \
stm32f4xx_hal_rtc.c:1085HAL_RTC_SetAlarm()
((uint32_t) sAlarm->AlarmTime.Seconds) | \
stm32f4xx_hal_rtc.c:1086HAL_RTC_SetAlarm()
((uint32_t)(sAlarm->AlarmTime.TimeFormat) << RTC_TR_PM_Pos) | \
stm32f4xx_hal_rtc.c:1093HAL_RTC_SetAlarm()
subsecondtmpreg = (uint32_t)((uint32_t)(sAlarm->AlarmTime.SubSeconds) | \
stm32f4xx_hal_rtc.c:1212HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_ALARM_SUB_SECOND_VALUE(sAlarm->AlarmTime.SubSeconds));
stm32f4xx_hal_rtc.c:1227HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_HOUR12(sAlarm->AlarmTime.Hours));
stm32f4xx_hal_rtc.c:1228HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_HOURFORMAT12(sAlarm->AlarmTime.TimeFormat));
stm32f4xx_hal_rtc.c:1232HAL_RTC_SetAlarm_IT()
sAlarm->AlarmTime.TimeFormat = 0x00U;
stm32f4xx_hal_rtc.c:1233HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_HOUR24(sAlarm->AlarmTime.Hours));
stm32f4xx_hal_rtc.c:1235HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_MINUTES(sAlarm->AlarmTime.Minutes));
stm32f4xx_hal_rtc.c:1236HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_SECONDS(sAlarm->AlarmTime.Seconds));
stm32f4xx_hal_rtc.c:1247HAL_RTC_SetAlarm_IT()
tmpreg = (((uint32_t)RTC_ByteToBcd2(sAlarm->AlarmTime.Hours) << RTC_ALRMAR_HU_Pos) | \
stm32f4xx_hal_rtc.c:1248HAL_RTC_SetAlarm_IT()
((uint32_t)RTC_ByteToBcd2(sAlarm->AlarmTime.Minutes) << RTC_ALRMAR_MNU_Pos) | \
stm32f4xx_hal_rtc.c:1249HAL_RTC_SetAlarm_IT()
((uint32_t)RTC_ByteToBcd2(sAlarm->AlarmTime.Seconds)) | \
stm32f4xx_hal_rtc.c:1250HAL_RTC_SetAlarm_IT()
((uint32_t)(sAlarm->AlarmTime.TimeFormat) << RTC_TR_PM_Pos) | \
stm32f4xx_hal_rtc.c:1259HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_HOUR12(RTC_Bcd2ToByte(sAlarm->AlarmTime.Hours)));
stm32f4xx_hal_rtc.c:1260HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_HOURFORMAT12(sAlarm->AlarmTime.TimeFormat));
stm32f4xx_hal_rtc.c:1264HAL_RTC_SetAlarm_IT()
sAlarm->AlarmTime.TimeFormat = 0x00U;
stm32f4xx_hal_rtc.c:1265HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_HOUR24(RTC_Bcd2ToByte(sAlarm->AlarmTime.Hours)));
stm32f4xx_hal_rtc.c:1268HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(sAlarm->AlarmTime.Minutes)));
stm32f4xx_hal_rtc.c:1269HAL_RTC_SetAlarm_IT()
assert_param(IS_RTC_SECONDS(RTC_Bcd2ToByte(sAlarm->AlarmTime.Seconds)));
stm32f4xx_hal_rtc.c:1280HAL_RTC_SetAlarm_IT()
tmpreg = (((uint32_t)(sAlarm->AlarmTime.Hours) << RTC_ALRMAR_HU_Pos) | \
stm32f4xx_hal_rtc.c:1281HAL_RTC_SetAlarm_IT()
((uint32_t)(sAlarm->AlarmTime.Minutes) << RTC_ALRMAR_MNU_Pos) | \
stm32f4xx_hal_rtc.c:1282HAL_RTC_SetAlarm_IT()
((uint32_t) sAlarm->AlarmTime.Seconds) | \
stm32f4xx_hal_rtc.c:1283HAL_RTC_SetAlarm_IT()
((uint32_t)(sAlarm->AlarmTime.TimeFormat) << RTC_TR_PM_Pos) | \
stm32f4xx_hal_rtc.c:1290HAL_RTC_SetAlarm_IT()
subsecondtmpreg = (uint32_t)((uint32_t)(sAlarm->AlarmTime.SubSeconds) | \
stm32f4xx_hal_rtc.c:1518HAL_RTC_GetAlarm()
sAlarm->AlarmTime.Hours = (uint8_t) ((tmpreg & (RTC_ALRMAR_HT | RTC_ALRMAR_HU)) >> RTC_ALRMAR_HU_Pos);
stm32f4xx_hal_rtc.c:1519HAL_RTC_GetAlarm()
sAlarm->AlarmTime.Minutes = (uint8_t) ((tmpreg & (RTC_ALRMAR_MNT | RTC_ALRMAR_MNU)) >> RTC_ALRMAR_MNU_Pos);
stm32f4xx_hal_rtc.c:1520HAL_RTC_GetAlarm()
sAlarm->AlarmTime.Seconds = (uint8_t) ( tmpreg & (RTC_ALRMAR_ST | RTC_ALRMAR_SU));
stm32f4xx_hal_rtc.c:1521HAL_RTC_GetAlarm()
sAlarm->AlarmTime.TimeFormat = (uint8_t) ((tmpreg & RTC_ALRMAR_PM) >> RTC_TR_PM_Pos);
stm32f4xx_hal_rtc.c:1522HAL_RTC_GetAlarm()
sAlarm->AlarmTime.SubSeconds = (uint32_t) subsecondtmpreg;
stm32f4xx_hal_rtc.c:1529HAL_RTC_GetAlarm()
sAlarm->AlarmTime.Hours = RTC_Bcd2ToByte(sAlarm->AlarmTime.Hours);
stm32f4xx_hal_rtc.c:1530HAL_RTC_GetAlarm()
sAlarm->AlarmTime.Minutes = RTC_Bcd2ToByte(sAlarm->AlarmTime.Minutes);
stm32f4xx_hal_rtc.c:1531HAL_RTC_GetAlarm()
sAlarm->AlarmTime.Seconds = RTC_Bcd2ToByte(sAlarm->AlarmTime.Seconds);

Data Use

Functions reading RTC_AlarmTypeDef::AlarmTime
RTC_AlarmTypeDef::AlarmTime
Type of RTC_AlarmTypeDef::AlarmTime
RTC_AlarmTypeDef::AlarmTime
all items filtered out