Platform drivers for Mbed.

Dependents:   EVAL-CN0535-FMCZ EVAL-CN0535-FMCZ EVAL-AD568x-AD569x EVAL-AD7606 ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers spi.h Source File

spi.h

Go to the documentation of this file.
00001 /***************************************************************************//**
00002  *   @file   spi.h
00003  *   @author MPhalke (Mahesh.Phalke@analog.com)
00004 ********************************************************************************
00005 ********************************************************************************
00006  * Copyright (c) 2021 Analog Devices, Inc.
00007  * All rights reserved.
00008  *
00009  * This software is proprietary to Analog Devices, Inc. and its licensors.
00010  * By using this software you agree to the terms of the associated
00011  * Analog Devices Software License Agreement.
00012 *******************************************************************************/
00013 
00014 #ifndef MBED_SPI_H_
00015 #define MBED_SPI_H_
00016 
00017 /******************************************************************************/
00018 /************************ Functions Declarations ******************************/
00019 /******************************************************************************/
00020 
00021 #define  spi_init(desc, init_param)         spi_init_noos(desc, init_param)
00022 
00023 /******************************************************************************/
00024 /***************************** Include Files **********************************/
00025 /******************************************************************************/
00026 
00027 #include "no-OS/include/spi.h"
00028 
00029 #endif // MBED_SPI_H_