| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
| D | stm32f2xx_hal_rtc.c | 1053 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1240 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1351 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1442 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1444 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
| D | stm32c0xx_hal_rtc.c | 951 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1099 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1171 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1233 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1236 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
| D | stm32f4xx_hal_rtc.c | 1100 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1297 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1410 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1502 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1504 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
| D | stm32f7xx_hal_rtc.c | 1110 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1307 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1420 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1512 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1514 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
| D | stm32f3xx_hal_rtc.c | 1116 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1314 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1429 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1521 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1523 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
| D | stm32wbxx_hal_rtc.c | 1266 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1445 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1554 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1642 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1645 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
| D | stm32l0xx_hal_rtc.c | 1122 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1319 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1432 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1524 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1526 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
| D | stm32mp1xx_hal_rtc.c | 1137 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1281 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1345 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1388 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1391 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
| D | stm32g0xx_hal_rtc.c | 1137 if(sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1316 if(sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1423 if(Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1511 if(Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1514 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
| D | stm32l1xx_hal_rtc.c | 1130 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1337 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1454 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1548 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1550 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
| D | stm32wlxx_hal_rtc.c | 1255 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1463 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1550 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1614 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1617 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
| D | stm32l5xx_hal_rtc.c | 1274 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1418 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1482 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1525 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1528 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
| D | stm32u0xx_hal_rtc.c | 1356 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1560 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1656 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1700 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1703 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
| D | stm32h7xx_hal_rtc.c | 1201 if(sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1392 if(sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1520 if(Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1616 if(Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1619 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
| D | stm32g4xx_hal_rtc.c | 1250 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1437 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1544 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1629 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1632 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
| D | stm32l4xx_hal_rtc.c | 1193 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1382 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1837 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 2024 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 2136 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 2233 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 2236 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
| D | stm32u5xx_hal_rtc.c | 1473 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1679 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1776 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1823 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1826 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
| D | stm32n6xx_hal_rtc.c | 1504 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1717 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1818 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1869 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1872 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
| D | stm32h5xx_hal_rtc.c | 1531 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1744 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1845 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1896 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1899 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
| D | stm32wbaxx_hal_rtc.c | 1444 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1656 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1757 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1808 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1811 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
| D | stm32h7rsxx_hal_rtc.c | 1535 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm() 1748 if (sAlarm->Alarm == RTC_ALARM_A) in HAL_RTC_SetAlarm_IT() 1849 if (Alarm == RTC_ALARM_A) in HAL_RTC_DeactivateAlarm() 1900 if (Alarm == RTC_ALARM_A) in HAL_RTC_GetAlarm() 1903 sAlarm->Alarm = RTC_ALARM_A; in HAL_RTC_GetAlarm()
|
| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
| D | stm32f1xx_hal_rtc.h | 50 #define IS_RTC_ALARM(ALARM) ((ALARM) == RTC_ALARM_A) 280 #define RTC_ALARM_A 0U /*!< Specify alarm ID… macro
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
| D | stm32f2xx_hal_rtc.h | 349 #define RTC_ALARM_A RTC_CR_ALRAE macro 804 #define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B))
|
| /hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
| D | stm32wb0x_hal_rtc.h | 340 #define RTC_ALARM_A RTC_CR_ALRAE macro 718 #define IS_RTC_ALARM(ALARM) ((ALARM) == RTC_ALARM_A)
|
| /hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
| D | stm32c0xx_hal_rtc.h | 386 #define RTC_ALARM_A RTC_CR_ALRAE macro 861 #define IS_RTC_ALARM(ALARM) ((ALARM) == RTC_ALARM_A)
|