A structure containing duty cycle limit configurations.
All limits are absolute and are required to be as follows: suspLimit > critThresh > limitThresh For example: suspLimit = 250 (2.5%), critThresh = 180 (1.8%), limitThresh 100 (1.00%).
Public Attributes#
Public Attribute Documentation#
limitThresh#
EmberDutyCycleHectoPct EmberDutyCycleLimits::limitThresh
The Limited Threshold in % * 100.
Definition at line
2459
of file stack/include/ember-types.h
critThresh#
EmberDutyCycleHectoPct EmberDutyCycleLimits::critThresh
The Critical Threshold in % * 100.
Definition at line
2461
of file stack/include/ember-types.h
suspLimit#
EmberDutyCycleHectoPct EmberDutyCycleLimits::suspLimit
The Suspended Limit (LBT) in % * 100.
Definition at line
2463
of file stack/include/ember-types.h