ChibiOS/RT
2.5.1
pal.c File Reference

Detailed Description

I/O Ports Abstraction Layer code.

Definition in file pal.c.

#include "ch.h"
#include "hal.h"

Go to the source code of this file.

Functions

ioportmask_t palReadBus (IOBus *bus)
 Read from an I/O bus.
void palWriteBus (IOBus *bus, ioportmask_t bits)
 Write to an I/O bus.
void palSetBusMode (IOBus *bus, iomode_t mode)
 Programs a bus with the specified mode.