Go to the source code of this file.
Functions | |
int | IOExpInit (void) |
int | IOExpRawWrite (uint8_t port, uint8_t value) |
int | IOExpRawRead (uint8_t port, uint8_t *value) |
int | IOExpSetBit (uint8_t port, uint8_t bit) |
int | IOExpClrBit (uint8_t port, uint8_t bit) |
int | IOExpGetBit (uint8_t port, uint8_t bit, uint8_t *value) |
int IOExpInit | ( | void | ) |