Microchip® Advanced Software Framework

ast_calv Struct Reference

Description for Calendar Field.

#include <ast.h>

Data Fields

uint32_t day: 5
 Day in the range 1 to 31. More...
 
uint32_t hour: 5
 Hours in the range 0 to 23. More...
 
uint32_t min: 6
 Minutes in the range range 0 to 59. More...
 
uint32_t month: 4
 Month in the range 1 to 12. More...
 
uint32_t sec: 6
 Seconds in the range 0 to 59. More...
 
uint32_t year: 6
 Year in the range 0 to 63. More...
 

uint32_t ast_calv::day

Day in the range 1 to 31.

Referenced by main(), and run_alarm_test().

uint32_t ast_calv::hour

Hours in the range 0 to 23.

Referenced by main(), and run_alarm_test().

uint32_t ast_calv::min

Minutes in the range range 0 to 59.

Referenced by main(), and run_alarm_test().

uint32_t ast_calv::month

Month in the range 1 to 12.

Referenced by main(), and run_alarm_test().

uint32_t ast_calv::sec

Seconds in the range 0 to 59.

Referenced by main(), and run_alarm_test().

uint32_t ast_calv::year

Year in the range 0 to 63.

Referenced by main(), and run_alarm_test().