/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rtc.h | 501 #define RTC_FLAG_INITS RTC_ICSR_INITS /*!< Initialization status flag */ macro 522 #define RTC_FLAG_INITS RTC_ISR_INITS macro 598 …TIALIZED(__HANDLE__) (((((__HANDLE__)->Instance->ICSR) & (RTC_FLAG_INITS)) == RTC_FLAG_INITS) ? 1… 600 …TIALIZED(__HANDLE__) (((((__HANDLE__)->Instance->ISR) & (RTC_FLAG_INITS)) == RTC_FLAG_INITS) ? 1…
|
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rtc.h | 447 #define RTC_FLAG_INITS RTC_ISR_INITS /*!< RTC initialization status flag … macro 505 …DLE__) (((((__HANDLE__)->Instance->ISR) & (RTC_FLAG_INITS)) == RTC_FLAG_INITS) ? 1… 772 #define RTC_FLAGS_MASK ((uint32_t)(RTC_FLAG_INITF | RTC_FLAG_INITS | \ 779 #define RTC_FLAGS_MASK ((uint32_t)(RTC_FLAG_INITF | RTC_FLAG_INITS | \
|
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_rtc.h | 377 #define RTC_FLAG_INITS RTC_ISR_INITS /*!< RTC initialization status flag … macro 433 …DLE__) (((((__HANDLE__)->Instance->ISR) & (RTC_FLAG_INITS)) == RTC_FLAG_INITS) ? 1… 720 #define RTC_FLAGS_MASK ((uint32_t)(RTC_FLAG_INITF | RTC_FLAG_INITS | \
|
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_rtc.h | 458 #define RTC_FLAG_INITS RTC_ISR_INITS /*!< RTC initialization status flag … macro 517 …DLE__) (((((__HANDLE__)->Instance->ISR) & (RTC_FLAG_INITS)) == RTC_FLAG_INITS) ? 1… 804 #define RTC_FLAGS_MASK ((uint32_t)(RTC_FLAG_INITF | RTC_FLAG_INITS | \
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rtc.h | 439 #define RTC_FLAG_INITS RTC_ISR_INITS /*!< RTC initialization status flag … macro 496 …DLE__) (((((__HANDLE__)->Instance->ISR) & (RTC_FLAG_INITS)) == RTC_FLAG_INITS) ? 1… 782 #define RTC_FLAGS_MASK ((uint32_t)(RTC_FLAG_INITF | RTC_FLAG_INITS | \
|
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rtc.h | 462 #define RTC_FLAG_INITS RTC_ISR_INITS /*!< RTC initialization status flag … macro 519 …DLE__) (((((__HANDLE__)->Instance->ISR) & (RTC_FLAG_INITS)) == RTC_FLAG_INITS) ? 1… 806 #define RTC_FLAGS_MASK ((uint32_t)(RTC_FLAG_INITF | RTC_FLAG_INITS | \
|
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rtc.h | 444 #define RTC_FLAG_INITS RTC_ISR_INITS /*!< RTC initialization status flag … macro 501 …DLE__) (((((__HANDLE__)->Instance->ISR) & (RTC_FLAG_INITS)) == RTC_FLAG_INITS) ? 1… 788 #define RTC_FLAGS_MASK ((uint32_t)(RTC_FLAG_INITF | RTC_FLAG_INITS | \
|
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rtc.h | 542 #define RTC_FLAG_INITS (0x00000100U | RTC_ICSR_INITS_Pos) /*!< Initializatio… macro 589 #define RTC_FLAG_INITS RTC_ISR_INITS macro 651 …ITIALIZED(__HANDLE__) (((((__HANDLE__)->Instance->ISR) & (RTC_FLAG_INITS)) == RTC_FLAG_INITS) ? 1…
|
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rtc.h | 440 #define RTC_FLAG_INITS RTC_ISR_INITS /*!< RTC initialization status flag … macro 777 #define RTC_FLAGS_MASK ((uint32_t)(RTC_FLAG_INITF | RTC_FLAG_INITS | \
|
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rtc_ex.h | 1200 … RTC_FLAG_INITS | RTC_FLAG_SHPF | RTC_FLAG_WUTWF | \ 1212 RTC_FLAG_INITF | RTC_FLAG_RSF | RTC_FLAG_INITS | \
|
D | stm32wbxx_hal_rtc.h | 472 #define RTC_FLAG_INITS ((uint32_t)RTC_ISR_INITS) macro
|
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_timebase_rtc_alarm_template.c | 205 if((status == HAL_OK) && (__HAL_RTC_GET_FLAG(&hRTC_Handle, RTC_FLAG_INITS) == 0x00u)) in HAL_InitTick()
|
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_timebase_rtc_alarm_template.c | 210 if((status == HAL_OK) && (__HAL_RTC_GET_FLAG(&hRTC_Handle, RTC_FLAG_INITS) == 0x00u)) in HAL_InitTick()
|
/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rtc.h | 458 #define RTC_FLAG_INITS (0x00000100U | RTC_ICSR_INITS_Pos) /*!< Initializatio… macro
|
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rtc.h | 493 #define RTC_FLAG_INITS (0x00000100U | RTC_ICSR_INITS_Pos) /*!< Initializatio… macro
|
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rtc.h | 508 #define RTC_FLAG_INITS (0x00000100U | RTC_ICSR_INITS_Pos) /*!< Initializatio… macro
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_rtc.h | 478 #define RTC_FLAG_INITS (0x00000100U | RTC_ICSR_INITS_Pos) /*!< Initializatio… macro
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rtc.h | 484 #define RTC_FLAG_INITS (0x00000100U | RTC_ICSR_INITS_Pos) /*!< Initializatio… macro
|
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rtc.h | 490 #define RTC_FLAG_INITS (0x00000100U | RTC_ICSR_INITS_Pos) /*!< Initializatio… macro
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rtc.h | 500 #define RTC_FLAG_INITS (4U) /*!< Initialization status flag … macro
|
D | stm32wbaxx_hal_rtc_ex.h | 929 … ((__FLAG__) == RTC_FLAG_INITS) ? (READ_BIT(RTC->ICSR, RTC_ICSR_INITS) == \
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rtc.h | 525 #define RTC_FLAG_INITS (0x00000100U | RTC_ICSR_INITS_Pos) /*!< Initializatio… macro
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rtc.h | 516 #define RTC_FLAG_INITS (0x00000100U | RTC_ICSR_INITS_Pos) /*!< Initializa… macro
|
D | stm32u5xx_hal_rtc_ex.h | 897 … ((__FLAG__) == RTC_FLAG_INITS) ? (READ_BIT(RTC->ICSR, RTC_ICSR_INITS) == \
|