|
ChibiOS/RT
2.5.1 |
I/O Ports Abstraction Layer code.
Definition in file pal.c.
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. | |