init

Function init 

Source
pub fn init() -> Result<()>
Expand description

Initialize the board (clocks, pinmux, and core peripherals).

Must be called once at startup before using any peripheral APIs.

ยงErrors

Returns an error if any hardware peripheral fails to initialize.