Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
spi.h
- Committer:
- pmallick
- Date:
- 2021-09-27
- Revision:
- 19:ed7c2dac92bd
- Parent:
- 17:af1f2416dd26
File content as of revision 19:ed7c2dac92bd:
/***************************************************************************//**
* @file spi.h
* @author MPhalke (Mahesh.Phalke@analog.com)
********************************************************************************
********************************************************************************
* Copyright (c) 2021 Analog Devices, Inc.
* All rights reserved.
*
* This software is proprietary to Analog Devices, Inc. and its licensors.
* By using this software you agree to the terms of the associated
* Analog Devices Software License Agreement.
*******************************************************************************/
#ifndef MBED_SPI_H_
#define MBED_SPI_H_
/******************************************************************************/
/************************ Functions Declarations ******************************/
/******************************************************************************/
#define spi_init(desc, init_param) spi_init_noos(desc, init_param)
/******************************************************************************/
/***************************** Include Files **********************************/
/******************************************************************************/
#include "no-OS/include/spi.h"
#endif // MBED_SPI_H_