VIRTUTECH CONFIDENTIAL    Previous - Up - Next
DS1743P
- Provided by
- 
DS1743P
- Class Hierarchy
- 
conf-object → log-object → DS1743P
- Interfaces Implemented
- 
log_object, io_memory
- Description
- 
The DS1743P device implements real time clock and 8K of non-volatile storage (NVRAM).
Attributes
- Attributes inherited from class conf-object
- 
attributes, classname, component, iface, name, object_id, queue
- Attributes inherited from class log-object
- 
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
- Attribute List
- 
- hour
- Pseudo attribute; read/write access; type: unknown type.
Current hour [0,23]. 
 - mday
- Pseudo attribute; read/write access; type: unknown type.
Current day of the month [1,31]. 
 - minute
- Pseudo attribute; read/write access; type: unknown type.
Current minute [0,59]. 
 - month
- Pseudo attribute; read/write access; type: unknown type.
Current month [1,12]. 
 - nvram
- Optional attribute; read/write access; type: unknown type; integer indexed;  indexed type: unknown type; persistent attribute.
The contents of the 8K non-volatile storage. 
 - second
- Pseudo attribute; read/write access; type: unknown type.
Current second [0,59]. 
 - year
- Pseudo attribute; read/write access; type: unknown type.
Current year (full four-digit format). 
 
Command List
- Commands defined by interface log_object
- 
log, log-group, log-level, log-size, log-type
- Commands
- 
Command Descriptions
- 
<DS1743P>.get-date-time
- Synopsis
- 
<DS1743P>.get-date-time
- Description
- 
Return the date and time of the realtime clock.
 
- 
<DS1743P>.set-date-time
- Synopsis
- 
<DS1743P>.set-date-time year month mday hour minute second 
- Description
- 
Set the date and time of the realtime clock. Both month and mday start at one.
Year should be in the full four-digit format. The cmos-init command must be issued
before this command (unless the simulation was started from a checkpoint).
VIRTUTECH CONFIDENTIAL    Previous - Up - Next