embassy-mcxa

Crates

git

Versions

mcx-a256

Flavors

init

Function init 

Source
pub fn init(settings: ClocksConfig) -> Result<(), ClockError>
Expand description

Initialize the core system clocks with the given ClocksConfig.

This function should be called EXACTLY once at start-up, usually via a call to embassy_mcxa::init(). Subsequent calls will return an error.