no-OS
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* parameters.h
3
* Definitions specific to ADuCM3029 platform used by aducm_blinky_example.
4
*****************************************************************************/
5
#ifndef __PARAMETERS_H__
6
#define __PARAMETERS_H__
7
8
#include <stdint.h>
9
#include <stddef.h>
10
#include "
platform_init.h
"
11
#include "
aducm3029_gpio.h
"
12
13
#define GPIO_BLUE_NUM 31
14
#define GPIO_GREEN_NUM 32
15
#define GPIO_OPS &aducm_gpio_ops
16
#define GPIO_EXTRA NULL
17
18
#endif
/* __PARAMETERS_H__ */
aducm3029_gpio.h
platform_init.h
ADuCM3029 platform initialization header.
projects
aducm_blinky_example
src
platform
aducm3029
parameters.h
Copyright © 2024
Analog Devices Inc.
. All Rights Reserved.