STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_RTC_HOUR_FORMAT(FORMAT) |
#define | IS_RTC_OUTPUT(OUTPUT) |
#define | IS_RTC_OUTPUT_POL(POL) |
#define | IS_RTC_OUTPUT_TYPE(TYPE) |
#define | IS_RTC_ASYNCH_PREDIV(PREDIV) |
#define | IS_RTC_SYNCH_PREDIV(PREDIV) |
#define | IS_RTC_HOUR12(HOUR) |
#define | IS_RTC_HOUR24(HOUR) |
#define | IS_RTC_MINUTES(MINUTES) |
#define | IS_RTC_SECONDS(SECONDS) |
#define | IS_RTC_HOURFORMAT12(PM) |
#define | IS_RTC_DAYLIGHT_SAVING(SAVE) |
#define | IS_RTC_STORE_OPERATION(OPERATION) |
#define | IS_RTC_FORMAT(FORMAT) |
#define | IS_RTC_YEAR(YEAR) |
#define | IS_RTC_MONTH(MONTH) |
#define | IS_RTC_DATE(DATE) |
#define | IS_RTC_WEEKDAY(WEEKDAY) |
#define | IS_RTC_ALARM_DATE_WEEKDAY_DATE(DATE) |
#define | IS_RTC_ALARM_DATE_WEEKDAY_WEEKDAY(WEEKDAY) |
#define | IS_RTC_ALARM_DATE_WEEKDAY_SEL(SEL) |
#define | IS_RTC_ALARM_MASK(MASK) |
#define | IS_RTC_ALARM(ALARM) |
#define | IS_RTC_ALARM_SUB_SECOND_VALUE(VALUE) |
#define | IS_RTC_ALARM_SUB_SECOND_MASK(MASK) |
#define IS_RTC_HOUR_FORMAT | ( | FORMAT | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 808 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_Init().
#define IS_RTC_OUTPUT | ( | OUTPUT | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 811 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_Init().
#define IS_RTC_OUTPUT_POL | ( | POL | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 816 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_Init().
#define IS_RTC_OUTPUT_TYPE | ( | TYPE | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 819 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_Init().
#define IS_RTC_ASYNCH_PREDIV | ( | PREDIV | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 822 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_Init().
#define IS_RTC_SYNCH_PREDIV | ( | PREDIV | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 823 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_Init().
#define IS_RTC_HOUR12 | ( | HOUR | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 825 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), and HAL_RTC_SetTime().
#define IS_RTC_HOUR24 | ( | HOUR | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 826 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), and HAL_RTC_SetTime().
#define IS_RTC_MINUTES | ( | MINUTES | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 827 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), and HAL_RTC_SetTime().
#define IS_RTC_SECONDS | ( | SECONDS | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 828 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), and HAL_RTC_SetTime().
#define IS_RTC_HOURFORMAT12 | ( | PM | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 830 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), and HAL_RTC_SetTime().
#define IS_RTC_DAYLIGHT_SAVING | ( | SAVE | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 833 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetTime().
#define IS_RTC_STORE_OPERATION | ( | OPERATION | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 837 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetTime().
#define IS_RTC_FORMAT | ( | FORMAT | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 840 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_GetAlarm(), HAL_RTC_GetDate(), HAL_RTC_GetTime(), HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), HAL_RTC_SetDate(), HAL_RTC_SetTime(), and HAL_RTCEx_GetTimeStamp().
#define IS_RTC_YEAR | ( | YEAR | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 842 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetDate().
#define IS_RTC_MONTH | ( | MONTH | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 843 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetDate().
#define IS_RTC_DATE | ( | DATE | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 844 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetDate().
#define IS_RTC_WEEKDAY | ( | WEEKDAY | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 846 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetDate().
#define IS_RTC_ALARM_DATE_WEEKDAY_DATE | ( | DATE | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 854 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define IS_RTC_ALARM_DATE_WEEKDAY_WEEKDAY | ( | WEEKDAY | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 856 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define IS_RTC_ALARM_DATE_WEEKDAY_SEL | ( | SEL | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 864 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define IS_RTC_ALARM_MASK | ( | MASK | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 867 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define IS_RTC_ALARM | ( | ALARM | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 869 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_DeactivateAlarm(), HAL_RTC_GetAlarm(), HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define IS_RTC_ALARM_SUB_SECOND_VALUE | ( | VALUE | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 871 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().
#define IS_RTC_ALARM_SUB_SECOND_MASK | ( | MASK | ) |
#include <stm32f4xx_hal_rtc.h>
Definition at line 873 of file stm32f4xx_hal_rtc.h.
Referenced by HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().