![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
I/O Ports Abstraction Layer code. More...
#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, uint_fast8_t mode) |
| Programs a bus with the specified mode. | |
I/O Ports Abstraction Layer code.
Definition in file pal.c.
1.6.3