#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | EPSON_CS 0 |
#define | EPSON_DRDY 0 |
#define | EPSON_RESET 0 |
Functions | |
void | gpioClr (uint8_t pin) |
uint8_t | gpioGetPinLevel (uint8_t pin) |
int | gpioInit (void) |
int | gpioRelease (void) |
void | gpioSet (uint8_t pin) |
#define EPSON_CS 0 |
Definition at line 34 of file hcl_gpio.h.
#define EPSON_DRDY 0 |
Definition at line 33 of file hcl_gpio.h.
#define EPSON_RESET 0 |
Definition at line 32 of file hcl_gpio.h.
void gpioClr | ( | uint8_t | pin | ) |
Definition at line 71 of file hcl_gpio_rpi.c.
uint8_t gpioGetPinLevel | ( | uint8_t | pin | ) |
Definition at line 79 of file hcl_gpio_rpi.c.
int gpioInit | ( | void | ) |
Definition at line 32 of file hcl_gpio.c.
int gpioRelease | ( | void | ) |
Definition at line 40 of file hcl_gpio.c.
void gpioSet | ( | uint8_t | pin | ) |
Definition at line 63 of file hcl_gpio_rpi.c.