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 Attribute Documentation#

limitThresh#

EmberDutyCycleHectoPct EmberDutyCycleLimits::limitThresh

The Limited Threshold in % * 100.


Definition at line 2441 of file ./stack/include/ember-types.h

critThresh#

EmberDutyCycleHectoPct EmberDutyCycleLimits::critThresh

The Critical Threshold in % * 100.


Definition at line 2443 of file ./stack/include/ember-types.h

suspLimit#

EmberDutyCycleHectoPct EmberDutyCycleLimits::suspLimit

The Suspended Limit (LBT) in % * 100.


Definition at line 2445 of file ./stack/include/ember-types.h