pub trait TcatGlobalSectionSpecification {
const AVAILABLE_CLOCK_SOURCE_OVERRIDE: Option<&'static [ClockSource]> = None;
const CLOCK_SOURCE_LABEL_TABLE: &'static [ClockSource] = _;
}Expand description
The specification for parameters in global section.
Provided Associated Constants§
sourceconst AVAILABLE_CLOCK_SOURCE_OVERRIDE: Option<&'static [ClockSource]> = None
const AVAILABLE_CLOCK_SOURCE_OVERRIDE: Option<&'static [ClockSource]> = None
Some models report invalid list for signal source of sampling clock.
sourceconst CLOCK_SOURCE_LABEL_TABLE: &'static [ClockSource] = _
const CLOCK_SOURCE_LABEL_TABLE: &'static [ClockSource] = _
Some models report list of labels for signal source of sampling clock with unexpected position.
Object Safety§
This trait is not object safe.