#include <stdio.h>#include "hcl.h"#include "hcl_gpio.h"#include "hcl_spi.h"#include "sensor_epsonCommon.h"

Go to the source code of this file.
Macros | |
| #define | BURST_STALL1 45 |
| #define | BURST_STALL2 4 |
| #define | burstStall1() seDelayMicroSecs(BURST_STALL1) |
| #define | burstStall2() seDelayMicroSecs(BURST_STALL2) |
| #define | deselEpson() gpioSet(EPSON_CS) |
| #define | EPSON_STALL 20 |
| #define | epsonStall() seDelayMicroSecs(EPSON_STALL) |
| #define | selEpson() gpioClr(EPSON_CS) |
| #define BURST_STALL1 45 |
Definition at line 28 of file sensor_epsonSpi.h.
| #define BURST_STALL2 4 |
Definition at line 29 of file sensor_epsonSpi.h.
| #define burstStall1 | ( | ) | seDelayMicroSecs(BURST_STALL1) |
Definition at line 35 of file sensor_epsonSpi.h.
| #define burstStall2 | ( | ) | seDelayMicroSecs(BURST_STALL2) |
Definition at line 37 of file sensor_epsonSpi.h.
Definition at line 40 of file sensor_epsonSpi.h.
| #define EPSON_STALL 20 |
Definition at line 27 of file sensor_epsonSpi.h.
| #define epsonStall | ( | ) | seDelayMicroSecs(EPSON_STALL) |
Definition at line 32 of file sensor_epsonSpi.h.
Definition at line 39 of file sensor_epsonSpi.h.