|
STM32L443xx HAL User Manual
|
Defines | |
| #define | LL_RTC_OUTPUTPOLARITY_PIN_HIGH 0x00000000U |
| #define | LL_RTC_OUTPUTPOLARITY_PIN_LOW RTC_CR_POL |
| #define LL_RTC_OUTPUTPOLARITY_PIN_HIGH 0x00000000U |
Pin is high when ALRAF/ALRBF/WUTF is asserted (depending on OSEL)
Definition at line 363 of file stm32l4xx_ll_rtc.h.
| #define LL_RTC_OUTPUTPOLARITY_PIN_LOW RTC_CR_POL |
Pin is low when ALRAF/ALRBF/WUTF is asserted (depending on OSEL)
Definition at line 364 of file stm32l4xx_ll_rtc.h.
1.7.6.1