SingingCat
0
application
Toggle main menu visibility
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
Files
File List
Globals
All
_
a
c
d
e
f
g
i
l
m
n
o
p
r
s
u
w
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
u
w
Variables
Typedefs
_
s
Enumerations
Enumerator
Macros
c
m
s
user-include
sctime.h
1
#ifndef SCTIME_H
2
#define SCTIME_H
3
typedef
struct
sctime
{
4
uint8_t hour;
5
uint8_t minute;
6
uint8_t second;
7
uint8_t weekday;
//[0=monday,6=sunday]
8
uint32_t timestamp;
// timestamp (not epoch) in HHMMSSWW format)
9
uint8_t day;
10
uint8_t month;
11
uint32_t year;
12
uint8_t daytime;
// 1==daytime,0==night
13
uint8_t pad;
14
uint32_t secs_since_last_sync;
// how old is our time
15
}
_sctime
;
16
#endif
sctime
Definition:
sctime.h:3
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4