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#

sl_zigbee_duty_cycle_hecto_pct_t sl_zigbee_duty_cycle_limits_t::limitThresh

The Limited Threshold in % * 100.


Definition at line 2631 of file stack/include/sl_zigbee_types.h

critThresh#

sl_zigbee_duty_cycle_hecto_pct_t sl_zigbee_duty_cycle_limits_t::critThresh

The Critical Threshold in % * 100.


Definition at line 2633 of file stack/include/sl_zigbee_types.h

suspLimit#

sl_zigbee_duty_cycle_hecto_pct_t sl_zigbee_duty_cycle_limits_t::suspLimit

The Suspended Limit (LBT) in % * 100.


Definition at line 2635 of file stack/include/sl_zigbee_types.h