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.