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
5621
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
5622
of file common/rail_types.h
currIndex#
uint8_t RAIL_EffClpcResults_t::currIndex
Powersetting table index before shifting.
Definition at line
5623
of file common/rail_types.h
newIndex#
uint8_t RAIL_EffClpcResults_t::newIndex
Power table index after shifting.
Definition at line
5624
of file common/rail_types.h