High Performance OPC UA Server SDK  1.2.0.193
rtc_time Struct Reference

Data Fields

union {
   uint32_t   raw0
 
   struct {
      uint32_t   seconds: 6
 
      uint32_t   __pad0__: 2
 
      uint32_t   minutes: 6
 
      uint32_t   __pad1__: 2
 
      uint32_t   hours: 5
 
      uint32_t   __pad2__: 3
 
      uint32_t   days: 5
 
      uint32_t   __pad3__: 3
 
   } 
 
}; 
 
union {
   uint32_t   raw1
 
   struct {
      uint32_t   daysofweek: 3
 
      uint32_t   __pad0__: 5
 
      uint32_t   month: 4
 
      uint32_t   __pad1__: 4
 
      uint32_t   year: 16
 
   } 
 
}; 
 

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