Synergy Software Package User's Manual

RTOS-integrated SPI Framework Interface. More...

Data Structures

struct  sf_spi_bus_t
 
struct  sf_spi_cfg_t
 
struct  sf_spi_api_t
 
struct  sf_spi_instance_t
 

Typedefs

typedef void sf_spi_ctrl_t
 

Enumerations

enum  sf_spi_dev_state_t { SF_SPI_DEV_STATE_CLOSED = 0, SF_SPI_DEV_STATE_OPENED }
 

Detailed Description

RTOS-integrated SPI Framework Interface.

Summary

This SSP Interface provides access to the ThreadX-aware SPI Framework. The Interface is implemented by the SPI Framework.

Related SSP architecture topics:

SPI Framework Interface description: SPI Framework

Typedef Documentation

◆ sf_spi_ctrl_t

typedef void sf_spi_ctrl_t

SPI framework control block. Allocate an instance specific control block to pass into the SPI framework API calls.

Implemented as

Enumeration Type Documentation

◆ sf_spi_dev_state_t

SF SPI device state

Enumerator
SF_SPI_DEV_STATE_CLOSED 

SPI device is closed.

SF_SPI_DEV_STATE_OPENED 

SPI device is opened.