Go to the source code of this file.
Namespaces | |
webiopi.devices.clock.dsrtc | |
Variables | |
int | webiopi.devices.clock.dsrtc.SEC = 0x00 |
int | webiopi.devices.clock.dsrtc.MIN = 0x01 |
int | webiopi.devices.clock.dsrtc.HRS = 0x02 |
int | webiopi.devices.clock.dsrtc.DOW = 0x03 |
int | webiopi.devices.clock.dsrtc.DAY = 0x04 |
int | webiopi.devices.clock.dsrtc.MON = 0x05 |
int | webiopi.devices.clock.dsrtc.YRS = 0x06 |
int | webiopi.devices.clock.dsrtc.SEC_MASK = 0 |
int | webiopi.devices.clock.dsrtc.MIN_MASK = 0 |
int | webiopi.devices.clock.dsrtc.HRS_MASK = 0 |
int | webiopi.devices.clock.dsrtc.DOW_MASK = 0 |
int | webiopi.devices.clock.dsrtc.DAY_MASK = 0 |
int | webiopi.devices.clock.dsrtc.MON_MASK = 0 |
int | webiopi.devices.clock.dsrtc.YRS_MASK = 0 |