Classes | |
| class | MCP7940 |
Functions | |
| def | __init__ |
| def | __str__ |
| def | __family__ |
| def | __getSec__ |
| def | __setSec__ |
| def | __getMin__ |
| def | __setMin__ |
| def | __getHrs__ |
| def | __setHrs__ |
| def | __getDay__ |
| def | __setDay__ |
| def | __getMon__ |
| def | __setMon__ |
| def | __getYrs__ |
| def | __setYrs__ |
| def | __getDow__ |
| def | __setDow__ |
| def | __getDateTime__ |
| def | __getDate__ |
| def | __getTime__ |
| def | __readMemoryByte__ |
| def | __writeMemoryByte__ |
| def | __readMemoryWord__ |
| def | __writeMemoryWord__ |
| def | __readMemoryLong__ |
| def | __writeMemoryLong__ |
| def | start |
| def | stop |
| def | __getCon__ |
| def | __setCon__ |
Variables | |
| int | SEC = 0x00 |
| int | MIN = 0x01 |
| int | HRS = 0x02 |
| int | DOW = 0x03 |
| int | DAY = 0x04 |
| int | MON = 0x05 |
| int | YRS = 0x06 |
| int | CON = 0x07 |
| int | RAM = 0x20 |
| int | SEC_MASK = 0 |
| int | MIN_MASK = 0 |
| int | HRS_MASK = 0 |
| int | DOW_MASK = 0 |
| int | DAY_MASK = 0 |
| int | MON_MASK = 0 |
| int | YRS_MASK = 0 |
| int | CON_MASK = 0 |
| int | CON_DEFAULT = 0 |
| int | ST = 0 |
| def webiopi.devices.clock.mcprtc.__init__ | ( | self, | |
control = None |
|||
| ) |
Definition at line 77 of file mcprtc.py.
References webiopi.utils.types.toint().
| def webiopi.devices.clock.mcprtc.__readMemoryByte__ | ( | self, | |
| address | |||
| ) |
| def webiopi.devices.clock.mcprtc.__readMemoryLong__ | ( | self, | |
| address | |||
| ) |
| def webiopi.devices.clock.mcprtc.__readMemoryWord__ | ( | self, | |
| address | |||
| ) |
| def webiopi.devices.clock.mcprtc.__setCon__ | ( | self, | |
| value | |||
| ) |
| def webiopi.devices.clock.mcprtc.__setDay__ | ( | self, | |
| value | |||
| ) |
| def webiopi.devices.clock.mcprtc.__setDow__ | ( | self, | |
| value | |||
| ) |
| def webiopi.devices.clock.mcprtc.__setHrs__ | ( | self, | |
| value | |||
| ) |
| def webiopi.devices.clock.mcprtc.__setMin__ | ( | self, | |
| value | |||
| ) |
| def webiopi.devices.clock.mcprtc.__setMon__ | ( | self, | |
| value | |||
| ) |
| def webiopi.devices.clock.mcprtc.__setSec__ | ( | self, | |
| value | |||
| ) |
| def webiopi.devices.clock.mcprtc.__setYrs__ | ( | self, | |
| value | |||
| ) |
| def webiopi.devices.clock.mcprtc.__writeMemoryByte__ | ( | self, | |
| address, | |||
| value | |||
| ) |
| def webiopi.devices.clock.mcprtc.__writeMemoryLong__ | ( | self, | |
| address, | |||
| value | |||
| ) |
Definition at line 219 of file mcprtc.py.
References webiopi.decorators.rest.request().
| def webiopi.devices.clock.mcprtc.__writeMemoryWord__ | ( | self, | |
| address, | |||
| value | |||
| ) |
| def webiopi.devices.clock.mcprtc.start | ( | self | ) |
Definition at line 231 of file mcprtc.py.
References webiopi.decorators.rest.request().
1.8.8