pub trait ShellStandaloneClockSpecification {
const STANDALONE_CLOCK_SOURCES: &'static [ShellStandaloneClockSource];
}Expand description
Function specification for standalone clock source.
Required Associated Constants§
sourceconst STANDALONE_CLOCK_SOURCES: &'static [ShellStandaloneClockSource]
const STANDALONE_CLOCK_SOURCES: &'static [ShellStandaloneClockSource]
The list of available sources.
Object Safety§
This trait is not object safe.