ChibiOS/HAL  6.1.0
PALConfig Struct Reference

Generic I/O ports static initializer. More...

#include <hal_pal_lld.h>

Collaboration diagram for PALConfig:
Collaboration graph

Detailed Description

Generic I/O ports static initializer.

An instance of this structure must be passed to palInit() at system startup time in order to initialized the digital I/O subsystem. This represents only the initial setup, specific pads or whole ports can be reprogrammed at later time.

Note
Implementations may extend this structure to contain more, architecture dependent, fields.

Definition at line 93 of file hal_pal_lld.h.