Wi-Fi station TSF (Timing Synchronization Function) structure.

Contains the 64-bit TSF timer value for a Wi-Fi station.

Public Attributes#

uint32_t

Lower 32 bits of the TSF timer. Used to store the Least Significant Bits (LSB) of the TSF.

uint32_t

Upper 32 bits of the TSF timer. Used to store the Most Significant Bits (MSB) of the TSF.

Public Attribute Documentation#

tsf_l#

uint32_t sl_wifi_tsf64_t::tsf_l

Lower 32 bits of the TSF timer. Used to store the Least Significant Bits (LSB) of the TSF.


Definition at line 627 of file components/protocol/wifi/inc/sl_wifi_types.h

tsf_m#

uint32_t sl_wifi_tsf64_t::tsf_m

Upper 32 bits of the TSF timer. Used to store the Most Significant Bits (MSB) of the TSF.


Definition at line 628 of file components/protocol/wifi/inc/sl_wifi_types.h