Structure for passing information from the CLPC.

A structure of type RAIL_EffClpcResults_t returns the measurements and decisions from the Closed Loop Power Control back to the application side.

Public Attributes#

int8_t

CLPC shift directly from formula.

int8_t

Shift after clamping to maximum allowed for this pass.

uint8_t

Powersetting table index before shifting.

uint8_t

Power table index after shifting.

Public Attribute Documentation#

rawShift#

int8_t RAIL_EffClpcResults_t::rawShift

CLPC shift directly from formula.


Definition at line 4716 of file common/rail_types.h

clampedShift#

int8_t RAIL_EffClpcResults_t::clampedShift

Shift after clamping to maximum allowed for this pass.


Definition at line 4717 of file common/rail_types.h

currIndex#

uint8_t RAIL_EffClpcResults_t::currIndex

Powersetting table index before shifting.


Definition at line 4718 of file common/rail_types.h

newIndex#

uint8_t RAIL_EffClpcResults_t::newIndex

Power table index after shifting.


Definition at line 4719 of file common/rail_types.h