Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
charger_current_notifier Struct Reference

The input current thresholds for the charger to notify the system. More...

#include <charger.h>

Data Fields

uint8_t severity
 The severity of the notification where CHARGER_SEVERITY_PEAK is the most severe.
 
uint32_t current_ua
 The current threshold to be exceeded.
 
uint32_t duration_us
 The duration of excess current before notifying the system.
 

Detailed Description

The input current thresholds for the charger to notify the system.

Field Documentation

◆ current_ua

uint32_t charger_current_notifier::current_ua

The current threshold to be exceeded.

◆ duration_us

uint32_t charger_current_notifier::duration_us

The duration of excess current before notifying the system.

◆ severity

uint8_t charger_current_notifier::severity

The severity of the notification where CHARGER_SEVERITY_PEAK is the most severe.


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