/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rtc.h | 327 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 330 #define RTC_OUTPUT_REMAP_POS1 RTC_OR_OUT_RMP macro 1052 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rtc.h | 333 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 336 #define RTC_OUTPUT_REMAP_POS1 RTC_OR_OUT_RMP macro 1052 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rtc.h | 278 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 817 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rtc.h | 267 #define RTC_OUTPUT_REMAP_POS1 RTC_OR_OUT_RMP macro 839 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rtc.h | 325 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 897 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_rtc.h | 293 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 859 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rtc.h | 299 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 855 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rtc.h | 318 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 870 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rtc.h | 335 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 868 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rtc.h | 340 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 871 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rtc.h | 307 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 876 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rtc.h | 343 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 878 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rtc.h | 305 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 926 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rtc.h | 347 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 894 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rtc.h | 340 #define RTC_OUTPUT_REMAP_POS1 RTC_CR_OUT2EN macro 889 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rtc.h | 275 #define RTC_OUTPUT_REMAP_POS1 ((uint32_t)RTC_OR_OUT_RMP) macro 932 ((REMAP) == RTC_OUTPUT_REMAP_POS1))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rtc.c | 339 hrtc->Instance->OR &= (uint32_t)~(RTC_OUTPUT_TYPE_PUSHPULL | RTC_OUTPUT_REMAP_POS1); in HAL_RTC_Init()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1105 #define RTC_OUTPUT_REMAP_PB14 RTC_OUTPUT_REMAP_POS1 1106 #define RTC_OUTPUT_REMAP_PB2 RTC_OUTPUT_REMAP_POS1
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1059 #define RTC_OUTPUT_REMAP_PB14 RTC_OUTPUT_REMAP_POS1 1060 #define RTC_OUTPUT_REMAP_PB2 RTC_OUTPUT_REMAP_POS1
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1094 #define RTC_OUTPUT_REMAP_PB14 RTC_OUTPUT_REMAP_POS1 1095 #define RTC_OUTPUT_REMAP_PB2 RTC_OUTPUT_REMAP_POS1
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1275 #define RTC_OUTPUT_REMAP_PB14 RTC_OUTPUT_REMAP_POS1 1276 #define RTC_OUTPUT_REMAP_PB2 RTC_OUTPUT_REMAP_POS1
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1239 #define RTC_OUTPUT_REMAP_PB14 RTC_OUTPUT_REMAP_POS1 1240 #define RTC_OUTPUT_REMAP_PB2 RTC_OUTPUT_REMAP_POS1
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1250 #define RTC_OUTPUT_REMAP_PB14 RTC_OUTPUT_REMAP_POS1 1251 #define RTC_OUTPUT_REMAP_PB2 RTC_OUTPUT_REMAP_POS1
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1275 #define RTC_OUTPUT_REMAP_PB14 RTC_OUTPUT_REMAP_POS1 1276 #define RTC_OUTPUT_REMAP_PB2 RTC_OUTPUT_REMAP_POS1
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1275 #define RTC_OUTPUT_REMAP_PB14 RTC_OUTPUT_REMAP_POS1 1276 #define RTC_OUTPUT_REMAP_PB2 RTC_OUTPUT_REMAP_POS1
|