embassy-nxp

Crates

git

Versions

lpc55-core0

Flavors

Function init

Source
pub fn init(_config: Config) -> Peripherals
Expand description

Initialize the embassy-nxp HAL with the provided configuration.

This returns the peripheral singletons that can be used for creating drivers.

This should only be called once and at startup, otherwise it panics.