|
ChibiOS/RT
2.5.1 |
I/O bus descriptor.
This structure describes a group of contiguous digital I/O lines that have to be handled as bus.
#include <pal.h>
Data Fields | |
| ioportid_t | portid |
| Port identifier. | |
| ioportmask_t | mask |
| Bus mask aligned to port bit 0. | |
| uint_fast8_t | offset |
| Offset, within the port, of the least significant bit of the bus. | |
Port identifier.
Definition at line 130 of file pal.h.
Referenced by palReadBus(), palSetBusMode(), and palWriteBus().
Bus mask aligned to port bit 0.
Definition at line 136 of file pal.h.
Referenced by palReadBus(), palSetBusMode(), and palWriteBus().
| uint_fast8_t IOBus::offset |
Offset, within the port, of the least significant bit of the bus.
Definition at line 140 of file pal.h.
Referenced by palReadBus(), palSetBusMode(), and palWriteBus().