Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
netx_drv_i2c.c File Reference

I2C peripheral module driver. More...

#include "netx_drv.h"
Include dependency graph for netx_drv_i2c.c:

Go to the source code of this file.

Macros

#define DRV_HANDLE_CHECK(handle)
 
#define DRV_I2C_IRQHandler_Generator(id, _)   DRV_Default_IRQHandler_Function_Generator(DRV_I2C_IRQ_HANDLER ## id ,DRV_I2C_IRQ_Inline_Handler,DRV_I2C_DEVICE_ID_I2C ## id)
 

Variables

static DRV_I2C_DEVICE_T *const s_apDeviceAddressTable [DRV_I2C_DEVICE_COUNT] = DRV_I2C_DEVICE_LIST
 Table of the device addresses. More...
 
static IRQn_Type const s_apHandleIRQnTable [DRV_I2C_DEVICE_COUNT] = DRV_I2C_DEVICE_IRQ_LIST
 Table of the IRQ vector numbers. More...
 
static DRV_I2C_HANDLE_Ts_apHandleAddressTable [DRV_I2C_DEVICE_COUNT] = { 0 }
 Used for mapping the handle to an interrupt. More...
 

Detailed Description

I2C peripheral module driver.

Revision
6124
Date
2019-08-28 19:41:54 +0200 (Mi, 28 Aug 2019)
Note
Exclusion of Liability for this demo software: The following software is intended for and must only be used for reference and in an evaluation laboratory environment. It is provided without charge and is subject to alterations. There is no warranty for the software, to the extent permitted by applicable law. Except when otherwise stated in writing the copyright holders and/or other parties provide the software "as is" without warranty of any kind, either expressed or implied. Please refer to the Agreement in README_DISCLAIMER.txt, provided together with this file! By installing or otherwise using the software, you accept the terms of this Agreement. If you do not agree to the terms of this Agreement, then do not install or use the Software!

Definition in file netx_drv_i2c.c.