Everything

hdwinit


Initialization of peripheral devices immediately after the CPU reset.

[Classification]

Standard library

[Syntax]

void hdwinit(void);

[Description]

The peripheral device initialization function performs initialization of peripheral devices immediately after the CPU reset.

This is called from inside the startup routine.

The function included in the library is a dummy routine that performs no actions; code a function in accordance with your system.