Zephyr API 3.6.99
|
#include <fuel_gauge.h>
Data Fields | |
fuel_gauge_get_property_t | get_property |
Note: Historically this API allowed drivers to implement a custom multi-get/set property function, this was added so drivers could potentially optimize batch read with their specific chip. | |
fuel_gauge_set_property_t | set_property |
fuel_gauge_get_buffer_property_t | get_buffer_property |
fuel_gauge_battery_cutoff_t | battery_cutoff |
fuel_gauge_battery_cutoff_t fuel_gauge_driver_api::battery_cutoff |
fuel_gauge_get_buffer_property_t fuel_gauge_driver_api::get_buffer_property |
fuel_gauge_get_property_t fuel_gauge_driver_api::get_property |
Note: Historically this API allowed drivers to implement a custom multi-get/set property function, this was added so drivers could potentially optimize batch read with their specific chip.
However, it was removed because of no existing concrete case upstream. If this need is demonstrated, we can add this back in as an API field.
fuel_gauge_set_property_t fuel_gauge_driver_api::set_property |