surenyi
6 years ago
2 changed files with 1 additions and 134 deletions
@ -1,134 +0,0 @@ |
|||
/*
|
|||
* Do not modify this file; it is automatically |
|||
* generated and any modifications will be overwritten. |
|||
* |
|||
* @(#) xdc-y44 |
|||
*/ |
|||
|
|||
/*
|
|||
* ======== GENERATED SECTIONS ======== |
|||
* |
|||
* PROLOGUE |
|||
* INCLUDES |
|||
* |
|||
* FUNCTION DECLARATIONS |
|||
* |
|||
* EPILOGUE |
|||
* STATE STRUCTURES |
|||
* PREFIX ALIASES |
|||
*/ |
|||
|
|||
|
|||
/*
|
|||
* ======== PROLOGUE ======== |
|||
*/ |
|||
|
|||
#ifndef vsky_libdsp_GPIO__include |
|||
#define vsky_libdsp_GPIO__include |
|||
|
|||
#ifndef __nested__ |
|||
#define __nested__ |
|||
#define vsky_libdsp_GPIO__top__ |
|||
#endif |
|||
|
|||
#ifdef __cplusplus |
|||
#define __extern extern "C" |
|||
#else |
|||
#define __extern extern |
|||
#endif |
|||
|
|||
#define vsky_libdsp_GPIO___VERS 150 |
|||
|
|||
|
|||
/*
|
|||
* ======== INCLUDES ======== |
|||
*/ |
|||
|
|||
#include <xdc/std.h> |
|||
|
|||
#include <vsky/libdsp/package/package.defs.h> |
|||
|
|||
|
|||
/*
|
|||
* ======== AUXILIARY DEFINITIONS ======== |
|||
*/ |
|||
|
|||
|
|||
/*
|
|||
* ======== FUNCTION DECLARATIONS ======== |
|||
*/ |
|||
|
|||
/* init__E */ |
|||
#define vsky_libdsp_GPIO_init vsky_libdsp_GPIO_init__E |
|||
xdc__CODESECT(vsky_libdsp_GPIO_init__E, "vsky_libdsp_GPIO_init") |
|||
__extern xdc_Void vsky_libdsp_GPIO_init__E( xdc_Int gpio, xdc_Bool isInput ); |
|||
__extern xdc_Void vsky_libdsp_GPIO_init__R( xdc_Int gpio, xdc_Bool isInput ); |
|||
|
|||
/* setInput__E */ |
|||
#define vsky_libdsp_GPIO_setInput vsky_libdsp_GPIO_setInput__E |
|||
xdc__CODESECT(vsky_libdsp_GPIO_setInput__E, "vsky_libdsp_GPIO_setInput") |
|||
__extern xdc_Void vsky_libdsp_GPIO_setInput__E( xdc_Int gpio ); |
|||
__extern xdc_Void vsky_libdsp_GPIO_setInput__R( xdc_Int gpio ); |
|||
|
|||
/* setOutput__E */ |
|||
#define vsky_libdsp_GPIO_setOutput vsky_libdsp_GPIO_setOutput__E |
|||
xdc__CODESECT(vsky_libdsp_GPIO_setOutput__E, "vsky_libdsp_GPIO_setOutput") |
|||
__extern xdc_Void vsky_libdsp_GPIO_setOutput__E( xdc_Int gpio ); |
|||
__extern xdc_Void vsky_libdsp_GPIO_setOutput__R( xdc_Int gpio ); |
|||
|
|||
/* setValue__E */ |
|||
#define vsky_libdsp_GPIO_setValue vsky_libdsp_GPIO_setValue__E |
|||
xdc__CODESECT(vsky_libdsp_GPIO_setValue__E, "vsky_libdsp_GPIO_setValue") |
|||
__extern xdc_Void vsky_libdsp_GPIO_setValue__E( xdc_Int gpio, xdc_Bool value ); |
|||
__extern xdc_Void vsky_libdsp_GPIO_setValue__R( xdc_Int gpio, xdc_Bool value ); |
|||
|
|||
/* value__E */ |
|||
#define vsky_libdsp_GPIO_value vsky_libdsp_GPIO_value__E |
|||
xdc__CODESECT(vsky_libdsp_GPIO_value__E, "vsky_libdsp_GPIO_value") |
|||
__extern xdc_Bool vsky_libdsp_GPIO_value__E( xdc_Int gpio ); |
|||
__extern xdc_Bool vsky_libdsp_GPIO_value__R( xdc_Int gpio ); |
|||
|
|||
|
|||
/*
|
|||
* ======== EPILOGUE ======== |
|||
*/ |
|||
|
|||
#ifdef vsky_libdsp_GPIO__top__ |
|||
#undef __nested__ |
|||
#endif |
|||
|
|||
#endif /* vsky_libdsp_GPIO__include */ |
|||
|
|||
|
|||
/*
|
|||
* ======== STATE STRUCTURES ======== |
|||
*/ |
|||
|
|||
#if defined(__config__) || (!defined(__nested__) && defined(vsky_libdsp_GPIO__internalaccess)) |
|||
|
|||
#ifndef vsky_libdsp_GPIO__include_state |
|||
#define vsky_libdsp_GPIO__include_state |
|||
|
|||
|
|||
#endif /* vsky_libdsp_GPIO__include_state */ |
|||
|
|||
#endif |
|||
|
|||
/*
|
|||
* ======== PREFIX ALIASES ======== |
|||
*/ |
|||
|
|||
#if !defined(__nested__) && !defined(vsky_libdsp_GPIO__nolocalnames) |
|||
|
|||
#ifndef vsky_libdsp_GPIO__localnames__done |
|||
#define vsky_libdsp_GPIO__localnames__done |
|||
|
|||
/* module prefix */ |
|||
#define GPIO_init vsky_libdsp_GPIO_init |
|||
#define GPIO_setInput vsky_libdsp_GPIO_setInput |
|||
#define GPIO_setOutput vsky_libdsp_GPIO_setOutput |
|||
#define GPIO_setValue vsky_libdsp_GPIO_setValue |
|||
#define GPIO_value vsky_libdsp_GPIO_value |
|||
|
|||
#endif /* vsky_libdsp_GPIO__localnames__done */ |
|||
#endif |
Loading…
Reference in new issue