Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
charger_control.h
Go to the documentation of this file.
1
12#ifndef INFUSE_SDK_INCLUDE_INFUSE_AUTO_CHARGER_CONTROL_H_
13#define INFUSE_SDK_INCLUDE_INFUSE_AUTO_CHARGER_CONTROL_H_
14
15#include <stdint.h>
16
17#include <zephyr/sys/util.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
33void auto_charger_control_log_configure(uint8_t tdf_logger_mask);
34
39#ifdef __cplusplus
40}
41#endif
42
43#endif /* INFUSE_SDK_INCLUDE_INFUSE_AUTO_CHARGER_CONTROL_H_ */
void auto_charger_control_log_configure(uint8_t tdf_logger_mask)
Control logging of charge control events.