Everything

hdwinit


Initialization of peripheral devices immediately after the CPU reset.

[Classification]

Other library

[Syntax]

#include <_h_c_lib.h>

void __far hdwinit(void);

[Description]

This 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.