|
Treehopper Java API
|
Defines whether a signal is active high (rising-edge) or active low (falling-edge) More...
Public Attributes | |
| SpiActiveLow | |
| CS is asserted low, the SPI transaction takes place, and then the signal is returned high. More... | |
| SpiActiveHigh | |
| CS is asserted high, the SPI transaction takes place, and then the signal is returned low. More... | |
| PulseHighAtBeginning | |
| CS is pulsed high, and then the SPI transaction takes place. More... | |
| PulseHighAtEnd | |
| The SPI transaction takes place, and once finished, CS is pulsed high. More... | |
| PulseLowAtBeginning | |
| CS is pulsed low, and then the SPI transaction takes place. More... | |
Defines whether a signal is active high (rising-edge) or active low (falling-edge)
| io.treehopper.enums.ChipSelectMode.PulseHighAtBeginning |
CS is pulsed high, and then the SPI transaction takes place.
| io.treehopper.enums.ChipSelectMode.PulseHighAtEnd |
The SPI transaction takes place, and once finished, CS is pulsed high.
| io.treehopper.enums.ChipSelectMode.PulseLowAtBeginning |
CS is pulsed low, and then the SPI transaction takes place.
| io.treehopper.enums.ChipSelectMode.SpiActiveHigh |
CS is asserted high, the SPI transaction takes place, and then the signal is returned low.
| io.treehopper.enums.ChipSelectMode.SpiActiveLow |
CS is asserted low, the SPI transaction takes place, and then the signal is returned high.