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.


clampedShift#

int8_t RAIL_EffClpcResults_t::clampedShift

Shift after clamping to maximum allowed for this pass.


currIndex#

uint8_t RAIL_EffClpcResults_t::currIndex

Powersetting table index before shifting.


newIndex#

uint8_t RAIL_EffClpcResults_t::newIndex

Power table index after shifting.