Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_pm Struct Reference

Power management statistics. More...

#include <net_stats.h>

Data Fields

uint64_t overall_suspend_time
 Total suspend time.
 
net_stats_t suspend_count
 How many times we were suspended.
 
uint32_t last_suspend_time
 How long the last suspend took.
 
uint32_t start_time
 Network interface last suspend start time.
 

Detailed Description

Power management statistics.

Field Documentation

◆ last_suspend_time

uint32_t net_stats_pm::last_suspend_time

How long the last suspend took.

◆ overall_suspend_time

uint64_t net_stats_pm::overall_suspend_time

Total suspend time.

◆ start_time

uint32_t net_stats_pm::start_time

Network interface last suspend start time.

◆ suspend_count

net_stats_t net_stats_pm::suspend_count

How many times we were suspended.


The documentation for this struct was generated from the following file: