Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
netx_drv_conf.h File Reference

DRV configuration file. More...

#include "netx_drv.h"
#include "netx_drv_user_conf.h"
#include "csp/netx_drv_csp_netx90_app.h"
#include "netx_drv_dio.h"
#include "netx_drv_cortex.h"
#include "netx_drv_dmac.h"
#include "netx_drv_spi.h"
#include "netx_drv_uart.h"
#include "netx_drv_tim.h"
#include "netx_drv_i2c.h"
#include "netx_drv_canctrl.h"
#include "netx_drv_biss.h"
#include "netx_drv_eth_xpic.h"
#include "netx_drv_eth_xpic_def.h"
#include "netx_drv_eth_xpic_ram.h"
#include "netx_drv_xpic.h"
#include "netx_drv_adc.h"
#include "netx_drv_mled.h"
Include dependency graph for netx_drv_conf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DRV_LOCK_T   DRV_MUTEX_T
 Type used for the element to be locked in default is our mutex implementation. More...
 
#define DRV_LOCK_INITIALIZER_VALUE   DRV_MUTEX_INITIALIZER_VALUE
 Initializer value of the type to be locked as rvalue is in default the mutex initializer value. More...
 
#define DRV_LOCK_INITIALIZER_TYPE   DRV_MUTEX_INITIALIZER_TYPE
 Initializer type of the type to be locked as rvalue is in default the mutex initializer type. More...
 
#define DRV_LOCK_INITIALIZER   DRV_MUTEX_INITIALIZER
 Initializer of the type to be locked as rvalue is in default the mutex initializer. More...
 
#define DRV_LOCK(__HANDLE__)   if(DRV_MUTEX_TRYLOCK(&(__HANDLE__)->tLock)!=DRV_OK){return DRV_LOCKED;}
 A function calling the trylock of the mutex and returning locked in case it is blocked. More...
 
#define DRV_UNLOCK(__HANDLE__)   DRV_MUTEX_UNLOCK(&(__HANDLE__)->tLock)
 The release function used. More...
 

Detailed Description

DRV configuration file.

Revision
6592
Date
2019-12-17 14:14:57 +0100 (Di, 17 Dez 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_conf.h.