Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
Loading...
Searching...
No Matches
_APP_TmTypeDef Struct Reference

Struct with the date, time and alarm elements. More...

#include <bsp.h>

Data Fields

uint32_t tm_sec
 
uint32_t tm_min
 
uint32_t tm_hour
 
uint32_t tm_mday
 
uint32_t tm_mon
 
uint32_t tm_year
 
uint32_t tm_wday
 
uint32_t tm_yday
 
uint32_t tm_isdst
 
uint32_t tm_min_alarm
 
uint32_t tm_hour_alarm
 

Detailed Description

Struct with the date, time and alarm elements.

Field Documentation

◆ tm_hour

uint32_t _APP_TmTypeDef::tm_hour

hours, range 0 to 23

◆ tm_hour_alarm

uint32_t _APP_TmTypeDef::tm_hour_alarm

hours, range 0 to 23 ALARM

◆ tm_isdst

uint32_t _APP_TmTypeDef::tm_isdst

daylight saving time

◆ tm_mday

uint32_t _APP_TmTypeDef::tm_mday

day of the month, range 1 to 31

◆ tm_min

uint32_t _APP_TmTypeDef::tm_min

minutes, range 0 to 59

◆ tm_min_alarm

uint32_t _APP_TmTypeDef::tm_min_alarm

minutes, range 0 to 59 ALARM

◆ tm_mon

uint32_t _APP_TmTypeDef::tm_mon

month, range 0 to 11

◆ tm_sec

uint32_t _APP_TmTypeDef::tm_sec

seconds, range 0 to 59

◆ tm_wday

uint32_t _APP_TmTypeDef::tm_wday

day of the week, range 0 to 6

◆ tm_yday

uint32_t _APP_TmTypeDef::tm_yday

day in the year, range 0 to 365

◆ tm_year

uint32_t _APP_TmTypeDef::tm_year
  • years in rage 1900 2100

The documentation for this struct was generated from the following file: