Electronic Load  1.0
Programmable Constant Current Sink
Data Fields
refresh_s Struct Reference

Variables for an auto-refresh-control. More...

Data Fields

void(* callback )(uint8_t param)
 Callback function which has to draw the value. More...
 
uint8_t param
 Parameter for the callback function. More...
 
uint8_t pos
 Position (see also to LCD_LINEn) More...
 
const controlType_t type
 

Detailed Description

Variables for an auto-refresh-control.

The structure provides a callback function which has to draw the value. It will be called in regular intervals to actualize its content.

Field Documentation

◆ type

const controlType_t type

◆ pos

uint8_t pos

Position (see also to LCD_LINEn)

◆ callback

void(* callback) (uint8_t param)

Callback function which has to draw the value.

◆ param

uint8_t param

Parameter for the callback function.


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