VIRTUTECH CONFIDENTIAL Previous - Up - Next
mii-management-bus
- Provided by
-
mii-management-bus
- Class Hierarchy
-
conf-object → log-object → mii-management-bus
- Interfaces Implemented
-
log_object
- Ports
-
MDIO (signal), MDC (signal)
- Description
-
The mii-management-bus device is a bus model that allows multiple MII devices to share the same management interface. The interface is usually a two pin (MDC/MDIO) serial connection, and all devices are assumed to implement the "mii-management" interface.
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
-
- devices
- Optional attribute; read/write access; type: [[oi]*].
A list of device and address pairs, listing MII capable devices connected to the this management bus, i.e., sharing the same MDC and MDIO pins. Note that all these devices must implement the "mii-management" interface.
- mdio_target
- Optional attribute; read/write access; type: n|o|[os].
Describes where the outgoing MDIO signal should be connected
- serial_clock
- Optional attribute; read/write access; type: Integer.
MII Management Interface serial communication state.
- serial_data_in
- Optional attribute; read/write access; type: Integer.
MII Management Interface serial communication state.
- serial_data_out
- Optional attribute; read/write access; type: Integer.
MII Management Interface serial communication state.
- serial_num_cycles
- Optional attribute; read/write access; type: Integer.
MII Management Interface serial communication state.
- serial_port_status
- Optional attribute; read/write access; type: Integer.
MII Management Interface serial communication state.
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
VIRTUTECH CONFIDENTIAL Previous - Up - Next