LFN power parameters.
Public Attributes#
uint8_t
If true, the LFN wakes up only for broadcast slots containing synchronization information.
uint16_t
Minimum duration of the listening window.
uint8_t
Reserved, set to zero.
uint16_t
Minimum margin added to the listening window (before and after).
Public Attribute Documentation#
broadcast_lts_only#
uint8_t sl_wisun_lfn_params_power_t::broadcast_lts_only
If true, the LFN wakes up only for broadcast slots containing synchronization information.
If false, the node wakes up on every LFN broadcast slot.
listening_window_min_us#
uint16_t sl_wisun_lfn_params_power_t::listening_window_min_us
Minimum duration of the listening window.
Applies to both Unicast and Broadcast slots.
window_margin_min_us#
uint16_t sl_wisun_lfn_params_power_t::window_margin_min_us
Minimum margin added to the listening window (before and after).
The real margin increases with aging synchronization info.