| 
    ChibiOS
    19.1.4
    
   | 
 
Driver configuration structure. More...
#include <hal_spi.h>

Data Fields | |
| bool | circular | 
| Enables the circular buffer mode.  More... | |
| spicallback_t | end_cb | 
Operation complete callback or NULL.  More... | |
| ioline_t | ssline | 
| The chip select line.  More... | |
| ioportid_t | ssport | 
| The chip select port.  More... | |
| ioportmask_t | ssmask | 
| The chip select port mask.  More... | |
| uint_fast8_t | sspad | 
| The chip select pad number.  More... | |
| bool hal_spi_config::circular | 
Enables the circular buffer mode.
Definition at line 153 of file hal_spi.h.
Referenced by spiExchange(), spiIgnore(), spiReceive(), and spiSend().
| spicallback_t hal_spi_config::end_cb | 
| ioportid_t hal_spi_config::ssport | 
| ioportmask_t hal_spi_config::ssmask |