rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Fields
PALConfig Struct Reference

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

#include <hal_pal_lld.h>

Collaboration diagram for PALConfig:
Collaboration graph
[legend]

Data Fields

PortConfig ports [TOTAL_PORTS]
 

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 128 of file hal_pal_lld.h.

Field Documentation

◆ ports

PortConfig PALConfig::ports[TOTAL_PORTS]

Definition at line 129 of file hal_pal_lld.h.


The documentation for this struct was generated from the following file: