OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [lib/] [include/] [neorv32_spi.h] - Diff between revs 2 and 10

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 10
Line 1... Line 1...
// #################################################################################################
// #################################################################################################
// # << NEORV32: neorv32_spi.h - Serial Peripheral Interface Master (SPI) HW Driver >>             #
// # << NEORV32: neorv32_spi.h - Serial Peripheral Interface Controller (SPI) HW Driver >>         #
// # ********************************************************************************************* #
// # ********************************************************************************************* #
// # BSD 3-Clause License                                                                          #
// # BSD 3-Clause License                                                                          #
// #                                                                                               #
// #                                                                                               #
// # Copyright (c) 2020, Stephan Nolting. All rights reserved.                                     #
// # Copyright (c) 2020, Stephan Nolting. All rights reserved.                                     #
// #                                                                                               #
// #                                                                                               #
Line 34... Line 34...
 
 
 
 
/**********************************************************************//**
/**********************************************************************//**
 * @file neorv32_spi.h
 * @file neorv32_spi.h
 * @author Stephan Nolting
 * @author Stephan Nolting
 * @brief Serial peripheral interface master (SPI) HW driver header file.
 * @brief Serial peripheral interface controller (SPI) HW driver header file.
 *
 *
 * @note These functions should only be used if the SPI unit was synthesized (IO_SPI_USE = true).
 * @note These functions should only be used if the SPI unit was synthesized (IO_SPI_USE = true).
 **************************************************************************/
 **************************************************************************/
 
 
#ifndef neorv32_spi_h
#ifndef neorv32_spi_h

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.