Zephyr API 3.6.99
|
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. | |
Power management statistics.
uint32_t net_stats_pm::last_suspend_time |
How long the last suspend took.
uint64_t net_stats_pm::overall_suspend_time |
Total suspend time.
uint32_t net_stats_pm::start_time |
Network interface last suspend start time.
net_stats_t net_stats_pm::suspend_count |
How many times we were suspended.