SI3482-A01-GMR Silicon Labs, SI3482-A01-GMR Datasheet - Page 18

no-image

SI3482-A01-GMR

Manufacturer Part Number
SI3482-A01-GMR
Description
Power Switch ICs - POE / LAN 12/24/48-port Power Manager
Manufacturer
Silicon Labs
Datasheet

Specifications of SI3482-A01-GMR

Rohs
yes

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
SI3482-A01-GMR
Manufacturer:
LT
Quantity:
124
Part Number:
SI3482-A01-GMR
Manufacturer:
SILICON LABS/芯科
Quantity:
20 000
Si3482
4.2.2. GetSystemInfo
Get information about the system.
Prototype:
Parameters:
Return Value:
A SYSINFO structure has the following layout:
typedef struct
{
} SYSINFO;
The SYSINFO structure contains the version of the Power Manager and the version of the Platform Support
component as zero-terminated strings.
4.2.3. GetTotalPowerConsumed
Get the power consumed by all PDs.
Prototype:
Parameters:
Return Value:
4.2.4. GetTotalPowerGranted
Get the power granted to all PDs.
Prototype:
Parameters:
Return Value:
4.2.5. GetTotalPowerProvided
Get the power provided by all power supplies.
Prototype:
Parameters:
Return Value:
4.3. Port Status
The Port Status routines allow a User Interface component to get the following:
4.3.1. GetPortCount
Get the number of ports in the system.
Prototype:
Parameters:
Return Value:
When the Power Manager starts up, it discovers the number of ports in the system by searching for port controllers.
18
Port Count
Port Status
Port Info
Port Priority Status
Port Power Consumed
Port Power Granted
Port Power Requested
Port Power Available
char
char
*PowerManagerVersion;
*PlatformSupportVersion;
INT32 GetTotalPowerConsumed ( void )
None
Total power consumed in milliwatts.
INT32 GetTotalPowerGranted ( void )
None
Total power granted in milliwatts.
UINT8 GetPortCount ( void )
None
Number of ports in the system.
void GetSystemInfo ( SYSINFO *SystemInfo )
SystemInfo
None
INT32 GetTotalPowerProvided ( void )
None
Total power provided in milliwatts.
A pointer to a SYSINFO structure, where the system information is returned.
Rev. 0.1

Related parts for SI3482-A01-GMR