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
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_
Generated on Fri Jul 15 2022 08:04:32 by
1.7.2