Zephyr API 3.6.99
|
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. | |
The input current thresholds for the charger to notify the system.
uint32_t charger_current_notifier::current_ua |
The current threshold to be exceeded.
uint32_t charger_current_notifier::duration_us |
The duration of excess current before notifying the system.
uint8_t charger_current_notifier::severity |
The severity of the notification where CHARGER_SEVERITY_PEAK is the most severe.