Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
task_schedule::battery_terminate_thresholds Struct Reference

Battery charge thresholds to terminate the task. More...

#include <schedule.h>

Data Fields

uint8_t lower
 Terminate task if <= this charge.
 
uint8_t upper
 Terminate task if >= this charge.
 

Detailed Description

Battery charge thresholds to terminate the task.

Field Documentation

◆ lower

uint8_t task_schedule::battery_terminate_thresholds::lower

Terminate task if <= this charge.

◆ upper

uint8_t task_schedule::battery_terminate_thresholds::upper

Terminate task if >= this charge.


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