Skip to content

Commit

Permalink
drivers:charger:added custom wdg reset property
Browse files Browse the repository at this point in the history
  • Loading branch information
SSaeedTonies committed Aug 8, 2024
1 parent 89e3ffe commit 9d533b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/zephyr/drivers/charger.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ enum charger_property {
/** Triggers high voltage from charger*/
CHARGER_PROP_CUSTOM_HV_REQ,

/** Resets the watchdog timer of the charger **/
CHARGER_PROP_CUSTOM_WATCHDOG_RESET,

CHARGER_PROP_MAX = UINT16_MAX,
};

Expand Down

0 comments on commit 9d533b3

Please sign in to comment.