Macros
sensor_epsonSpi.h File Reference
#include <stdio.h>
#include "hcl.h"
#include "hcl_gpio.h"
#include "hcl_spi.h"
#include "sensor_epsonCommon.h"
Include dependency graph for sensor_epsonSpi.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ BURST_STALL1

#define BURST_STALL1   45

Definition at line 28 of file sensor_epsonSpi.h.

◆ BURST_STALL2

#define BURST_STALL2   4

Definition at line 29 of file sensor_epsonSpi.h.

◆ burstStall1

#define burstStall1 ( )    seDelayMicroSecs(BURST_STALL1)

Definition at line 35 of file sensor_epsonSpi.h.

◆ burstStall2

#define burstStall2 ( )    seDelayMicroSecs(BURST_STALL2)

Definition at line 37 of file sensor_epsonSpi.h.

◆ deselEpson

#define deselEpson ( )    gpioSet(EPSON_CS)

Definition at line 40 of file sensor_epsonSpi.h.

◆ EPSON_STALL

#define EPSON_STALL   20

Definition at line 27 of file sensor_epsonSpi.h.

◆ epsonStall

#define epsonStall ( )    seDelayMicroSecs(EPSON_STALL)

Definition at line 32 of file sensor_epsonSpi.h.

◆ selEpson

#define selEpson ( )    gpioClr(EPSON_CS)

Definition at line 39 of file sensor_epsonSpi.h.



ess_imu_driver
Author(s):
autogenerated on Wed Dec 11 2024 03:06:30