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

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [lib/] [include/] [neorv32_twi.h] - Diff between revs 35 and 44

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

Rev 35 Rev 44
Line 1... Line 1...
// #################################################################################################
// #################################################################################################
// # << NEORV32: neorv32_twi.h - Two-Wire Interface Controller (TWI) HW Driver >>                  #
// # << NEORV32: neorv32_twi.h - Two-Wire Interface Controller (TWI) HW Driver >>                  #
// # ********************************************************************************************* #
// # ********************************************************************************************* #
// # BSD 3-Clause License                                                                          #
// # BSD 3-Clause License                                                                          #
// #                                                                                               #
// #                                                                                               #
// # Copyright (c) 2020, Stephan Nolting. All rights reserved.                                     #
// # Copyright (c) 2021, Stephan Nolting. All rights reserved.                                     #
// #                                                                                               #
// #                                                                                               #
// # Redistribution and use in source and binary forms, with or without modification, are          #
// # Redistribution and use in source and binary forms, with or without modification, are          #
// # permitted provided that the following conditions are met:                                     #
// # permitted provided that the following conditions are met:                                     #
// #                                                                                               #
// #                                                                                               #
// # 1. Redistributions of source code must retain the above copyright notice, this list of        #
// # 1. Redistributions of source code must retain the above copyright notice, this list of        #
Line 36... Line 36...
/**********************************************************************//**
/**********************************************************************//**
 * @file neorv32_twi.h
 * @file neorv32_twi.h
 * @author Stephan Nolting
 * @author Stephan Nolting
 * @brief Two-Wire Interface Controller (TWI) HW driver header file.
 * @brief Two-Wire Interface Controller (TWI) HW driver header file.
 *
 *
 * @note These functions should only be used if the TWI unit was synthesized (IO_TWI_USE = true).
 * @note These functions should only be used if the TWI unit was synthesized (IO_TWI_EN = true).
 **************************************************************************/
 **************************************************************************/
 
 
#ifndef neorv32_twi_h
#ifndef neorv32_twi_h
#define neorv32_twi_h
#define neorv32_twi_h
 
 

powered by: WebSVN 2.1.0

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