| Typedefs | |
| typedef void(* | PalIoExpRdRegCompCback_t) (uint8_t status, uint8_t portValue) | 
| Read register completion callback.  More... | |
| typedef void(* | PalIoExpWrRegCompCback_t) (uint8_t status) | 
| Write register completion callback.  More... | |
| Enumerations | 
| typedef void(* PalIoExpRdRegCompCback_t) (uint8_t status, uint8_t portValue) | 
Read register completion callback.
Definition at line 40 of file pal_io_exp.h.
| typedef void(* PalIoExpWrRegCompCback_t) (uint8_t status) | 
Write register completion callback.
Definition at line 43 of file pal_io_exp.h.
| enum PalIoExpState_t | 
Operational states.
Definition at line 46 of file pal_io_exp.h.
| enum PalIoOp_t | 
Operations.
| Enumerator | |
|---|---|
| PAL_IO_EXP_OP_INPUT | Input Port. Read only. | 
| PAL_IO_EXP_OP_OUTPUT | Output Port. Read/write. | 
| PAL_IO_EXP_OP_POL_INV | Polarity Inversion. Read/write. | 
| PAL_IO_EXP_OP_CONFIG | Configuration. Read/write. | 
Definition at line 56 of file pal_io_exp.h.