| 
    ChibiOS
    0.0.0
    
   | 
 
I/O bus descriptor. More...
#include <hal_pal.h>

Data Fields | |
| ioportid_t | portid | 
| Port identifier.  More... | |
| ioportmask_t | mask | 
| Bus mask aligned to port bit 0.  More... | |
| uint_fast8_t | offset | 
| Offset, within the port, of the least significant bit of the bus.  More... | |
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 185 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 191 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 195 of file hal_pal.h.
Referenced by palReadBus(), palSetBusMode(), and palWriteBus().