SI3482-A01-GM Silicon Laboratories Inc, SI3482-A01-GM Datasheet - Page 18

no-image

SI3482-A01-GM

Manufacturer Part Number
SI3482-A01-GM
Description
IC CTLR POE 24-48PORT PSE 24-QFN
Manufacturer
Silicon Laboratories Inc
Datasheet

Specifications of SI3482-A01-GM

Applications
Power Over Ethernet Controller
Current - Supply
12.1mA
Voltage - Supply
2.7 V ~ 3.6 V
Operating Temperature
-40°C ~ 85°C
Mounting Type
Surface Mount
Package / Case
24-WFQFN Exposed Pad
Product
Power Distribution
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

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-GM