Enums used by the driver.
Configuration Enums | |
Enums used for driver initialization. | |
| enum | cfg_mode { FULL_DUPLEX_SINGLE_LINE = 0 , HALF_DUPLEX_DUAL_LINE = 1 , HALF_DUPLEX_QUAD_LINE = 2 } |
| SPI transfer mode configuration. More... | |
| enum | cfg_cpol { LOW = 0 , HIGH = 1 } |
| SPI clock polarity configuration. More... | |
| enum | cfg_cpha { DATA_SAMPLED_RISE_EDGE = 0 , DATA_SAMPLED_FALL_EDGE = 1 } |
| SPI clock phase configuration. More... | |
| enum cfg_cpha |
| enum cfg_cpol |