mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-22 08:22:04 +03:00
Issue #1062: Implement support for HSPI overlap mode.
This commit is contained in:
committed by
Ivan Grokhotkov
parent
157698bef9
commit
af0f5ed956
@ -586,6 +586,10 @@ extern uint8_t esp8266_gpioToFn[16];
|
||||
#define SPIE2IHEN 0x3 //SPI_INT_HOLD_ENA
|
||||
#define SPIE2IHEN_S 0 //SPI_INT_HOLD_ENA_S
|
||||
|
||||
//SPI PIN (SPIxP)
|
||||
#define SPIPCS2DIS (1 << 2)
|
||||
#define SPIPCS1DIS (1 << 1)
|
||||
#define SPIPCS0DIS (1 << 0)
|
||||
|
||||
//SLC (DMA) Registers
|
||||
#define SLCC0 ESP8266_REG(0xB00) //SLC_CONF0
|
||||
|
Reference in New Issue
Block a user