Represents an entry in the multi-protocol transition time table.

This structure maps a minimum system clock frequency to the corresponding transition time required for multi-protocol radio operations.

Each entry specifies a transition_time_us that applies to all system clock frequencies greater than or equal to the minimum_frequency_hz. The table must be sorted in descending order of frequency to ensure correct lookups. If the table is not sorted, the lookup process may yield incorrect results.

The transition time table is autogenerated during project generation. For more details, refer to the sl_rail_util_mp_transition_time.md file.

Public Attributes#

uint32_t

Minimum frequency in Hz for this entry.

Transition time in microseconds.

Public Attribute Documentation#

minimum_frequency_hz#

uint32_t sl_rail_util_mp_transition_time_entry_t::minimum_frequency_hz

Minimum frequency in Hz for this entry.


transition_time_us#

sl_rail_time_t sl_rail_util_mp_transition_time_entry_t::transition_time_us

Transition time in microseconds.