mikroSDK Reference Manual
spi_master_t Struct Reference

The SPI Master driver context structure. More...

Data Fields

handle_t handle
 
spi_master_config_t config
 

Detailed Description

The context structure for storing driver internal state. The contents of the context structure are used by the module and must not be altered. Reading or writing data directly from a control structure by user should be avoided.

Field Documentation

◆ handle

handle_t spi_master_t::handle

SPI Master Driver handle.

◆ config

spi_master_config_t spi_master_t::config

SPI Master Driver configuration structure.