STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
RTC WeekDay Definitions
Collaboration diagram for RTC WeekDay Definitions:

Macros

#define RTC_WEEKDAY_MONDAY   ((uint8_t)0x01)
 
#define RTC_WEEKDAY_TUESDAY   ((uint8_t)0x02)
 
#define RTC_WEEKDAY_WEDNESDAY   ((uint8_t)0x03)
 
#define RTC_WEEKDAY_THURSDAY   ((uint8_t)0x04)
 
#define RTC_WEEKDAY_FRIDAY   ((uint8_t)0x05)
 
#define RTC_WEEKDAY_SATURDAY   ((uint8_t)0x06)
 
#define RTC_WEEKDAY_SUNDAY   ((uint8_t)0x07)
 

Detailed Description

Macro Definition Documentation

◆ RTC_WEEKDAY_MONDAY

#define RTC_WEEKDAY_MONDAY   ((uint8_t)0x01)

#include <stm32f4xx_hal_rtc.h>

Definition at line 330 of file stm32f4xx_hal_rtc.h.

◆ RTC_WEEKDAY_TUESDAY

#define RTC_WEEKDAY_TUESDAY   ((uint8_t)0x02)

#include <stm32f4xx_hal_rtc.h>

Definition at line 331 of file stm32f4xx_hal_rtc.h.

◆ RTC_WEEKDAY_WEDNESDAY

#define RTC_WEEKDAY_WEDNESDAY   ((uint8_t)0x03)

#include <stm32f4xx_hal_rtc.h>

Definition at line 332 of file stm32f4xx_hal_rtc.h.

◆ RTC_WEEKDAY_THURSDAY

#define RTC_WEEKDAY_THURSDAY   ((uint8_t)0x04)

#include <stm32f4xx_hal_rtc.h>

Definition at line 333 of file stm32f4xx_hal_rtc.h.

◆ RTC_WEEKDAY_FRIDAY

#define RTC_WEEKDAY_FRIDAY   ((uint8_t)0x05)

#include <stm32f4xx_hal_rtc.h>

Definition at line 334 of file stm32f4xx_hal_rtc.h.

◆ RTC_WEEKDAY_SATURDAY

#define RTC_WEEKDAY_SATURDAY   ((uint8_t)0x06)

#include <stm32f4xx_hal_rtc.h>

Definition at line 335 of file stm32f4xx_hal_rtc.h.

◆ RTC_WEEKDAY_SUNDAY

#define RTC_WEEKDAY_SUNDAY   ((uint8_t)0x07)

#include <stm32f4xx_hal_rtc.h>

Definition at line 336 of file stm32f4xx_hal_rtc.h.