|
ChibiOS/HAL 9.0.0
|
I/O bus descriptor. More...
#include <hal_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. | |
I/O bus descriptor.
This structure describes a group of contiguous digital I/O lines that have to be handled as bus.
| ioportid_t IOBus::portid |
Port identifier.
Definition at line 187 of file hal_pal.h.
Referenced by palReadBus(), palSetBusMode(), and palWriteBus().
| ioportmask_t IOBus::mask |
Bus mask aligned to port bit 0.
Definition at line 193 of file hal_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 197 of file hal_pal.h.
Referenced by palReadBus(), palSetBusMode(), and palWriteBus().