jaylink_spi_flag is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

jaylink_spi_flag enum

Serial Peripheral Interface (SPI) flags.

Syntax

enum jaylink_spi_flag {     JAYLINK_SPI_FLAG_CS_START_U = 0x00,     JAYLINK_SPI_FLAG_CS_START_0 = 0x02,     JAYLINK_SPI_FLAG_CS_START_1 = 0x03,     JAYLINK_SPI_FLAG_CS_END_U = 0x00,     JAYLINK_SPI_FLAG_CS_END_0 = 0x08,     JAYLINK_SPI_FLAG_CS_END_1 = 0x0c, };

Values

Do not drive chip select (CS) before the transfer begins. Read more...
Drive chip select (CS) low before the transfer begins. Read more...
Drive chip select (CS) high before the transfer begins. Read more...
Do not drive chip select (CS) after the transfer is complete. Read more...
Drive chip select (CS) low after the transfer is complete. Read more...
Drive chip select (CS) high after the transfer is complete. Read more...

References

LocationText
libjaylink.h:280
enum jaylink_spi_flag {