TI-RTOS Drivers  tidrivers_msp43x_2_20_00_08
Macros
Collaboration diagram for Status Codes:

Macros

#define SDSPI_STATUS_SUCCESS   0
 Successful status code returned by SDSPI_control(). More...
 
#define SDSPI_STATUS_ERROR   -1
 Generic error status code returned by SDSPI_control(). More...
 
#define SDSPI_STATUS_UNDEFINEDCMD   -2
 An error status code returned by SDSPI_control() for undefined command codes. More...
 

Detailed Description

SDSPI_STATUS_* macros are general status codes returned by SDSPI_control()

SDSPIEUSCIA_STATUS_* macros are command codes only defined in the SDSPIEUSCIA.h driver implementation and need to:

SDSPIEUSCIB_STATUS_* macros are command codes only defined in the SDSPIEUSCIB.h driver implementation and need to:

SDSPIMSP432_STATUS_* macros are command codes only defined in the SDSPIMSP432.h driver implementation and need to:

SDSPIUSCIA_STATUS_* macros are command codes only defined in the SDSPIUSCIA.h driver implementation and need to:

SDSPIUSCIB_STATUS_* macros are command codes only defined in the SDSPIUSCIB.h driver implementation and need to:

Macro Definition Documentation

#define SDSPI_STATUS_SUCCESS   0

Successful status code returned by SDSPI_control().

SDSPI_control() returns SDSPI_STATUS_SUCCESS if the control code was executed successfully.

#define SDSPI_STATUS_ERROR   -1

Generic error status code returned by SDSPI_control().

SDSPI_control() returns SDSPI_STATUS_ERROR if the control code was not executed successfully.

#define SDSPI_STATUS_UNDEFINEDCMD   -2

An error status code returned by SDSPI_control() for undefined command codes.

SDSPI_control() returns SDSPI_STATUS_UNDEFINEDCMD if the control code is not recognized by the driver implementation.

Copyright 2016, Texas Instruments Incorporated