|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | IS_RTC_BKP(BKP) |
| #define | IS_TIMESTAMP_EDGE(EDGE) |
| #define | IS_RTC_TAMPER(TAMPER) |
| #define | IS_RTC_TAMPER_PIN(PIN) |
| #define | IS_RTC_TIMESTAMP_PIN(PIN) |
| #define | IS_RTC_TAMPER_TRIGGER(TRIGGER) |
| #define | IS_RTC_TAMPER_FILTER(FILTER) |
| #define | IS_RTC_TAMPER_FILTER_CONFIG_CORRECT(FILTER, TRIGGER) |
| #define | IS_RTC_TAMPER_SAMPLING_FREQ(FREQ) |
| #define | IS_RTC_TAMPER_PRECHARGE_DURATION(DURATION) |
| #define | IS_RTC_TAMPER_PULLUP_STATE(STATE) |
| #define | IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION(DETECTION) |
| #define | IS_RTC_WAKEUP_CLOCK(CLOCK) |
| #define | IS_RTC_WAKEUP_COUNTER(COUNTER) |
| #define | IS_RTC_CALIB_SIGN(SIGN) |
| #define | IS_RTC_CALIB_VALUE(VALUE) |
| #define | IS_RTC_SMOOTH_CALIB_PERIOD(PERIOD) |
| #define | IS_RTC_SMOOTH_CALIB_PLUS(PLUS) |
| #define | IS_RTC_SMOOTH_CALIB_MINUS(VALUE) |
| #define | IS_RTC_SHIFT_ADD1S(SEL) |
| #define | IS_RTC_SHIFT_SUBFS(FS) |
| #define | IS_RTC_CALIB_OUTPUT(OUTPUT) |
| #define IS_RTC_BKP | ( | BKP | ) |
Definition at line 960 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_CALIB_OUTPUT | ( | OUTPUT | ) |
Definition at line 1047 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_CALIB_SIGN | ( | SIGN | ) |
Definition at line 1028 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_CALIB_VALUE | ( | VALUE | ) |
Definition at line 1031 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_SHIFT_ADD1S | ( | SEL | ) |
Definition at line 1042 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_SHIFT_SUBFS | ( | FS | ) |
Definition at line 1045 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_SMOOTH_CALIB_MINUS | ( | VALUE | ) |
Definition at line 1040 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_SMOOTH_CALIB_PERIOD | ( | PERIOD | ) |
Definition at line 1033 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_SMOOTH_CALIB_PLUS | ( | PLUS | ) |
Definition at line 1037 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_TAMPER | ( | TAMPER | ) |
Definition at line 965 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_TAMPER_FILTER | ( | FILTER | ) |
Definition at line 986 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_TAMPER_FILTER_CONFIG_CORRECT | ( | FILTER, | |
| TRIGGER ) |
Definition at line 991 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_TAMPER_PIN | ( | PIN | ) |
Definition at line 971 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_TAMPER_PRECHARGE_DURATION | ( | DURATION | ) |
Definition at line 1008 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_TAMPER_PULLUP_STATE | ( | STATE | ) |
Definition at line 1013 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_TAMPER_SAMPLING_FREQ | ( | FREQ | ) |
Definition at line 999 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_TAMPER_TIMESTAMPONTAMPER_DETECTION | ( | DETECTION | ) |
Definition at line 1016 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_TAMPER_TRIGGER | ( | TRIGGER | ) |
Definition at line 981 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_TIMESTAMP_PIN | ( | PIN | ) |
Definition at line 978 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_WAKEUP_CLOCK | ( | CLOCK | ) |
Definition at line 1019 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_RTC_WAKEUP_COUNTER | ( | COUNTER | ) |
Definition at line 1026 of file stm32f4xx_hal_rtc_ex.h.
| #define IS_TIMESTAMP_EDGE | ( | EDGE | ) |
Definition at line 962 of file stm32f4xx_hal_rtc_ex.h.