no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
altera_gpio.h
Go to the documentation of this file.
1/***************************************************************************/
32
33#ifndef ALTERA_GPIO_H_
34#define ALTERA_GPIO_H_
35
36#include "no_os_gpio.h"
37
42
51
65
74 uint32_t device_id;
76 uint32_t base_address;
77};
78
79#endif /* ALTERA_GPIO_H_ */
const struct no_os_gpio_platform_ops altera_gpio_ops
Altera platform specific GPIO platform ops structure.
Definition altera_gpio.c:245
gpio_type
Altera platform architecture types.
Definition altera_gpio.h:47
@ NIOS_II_GPIO
Definition altera_gpio.h:49
Header file of GPIO Interface.
Altera platform specific GPIO descriptor.
Definition altera_gpio.h:70
enum gpio_type type
Definition altera_gpio.h:72
uint32_t base_address
Definition altera_gpio.h:76
uint32_t device_id
Definition altera_gpio.h:74
Structure holding the initialization parameters for Altera platform specific GPIO parameters.
Definition altera_gpio.h:57
uint32_t base_address
Definition altera_gpio.h:63
uint32_t device_id
Definition altera_gpio.h:61
enum gpio_type type
Definition altera_gpio.h:59
Structure holding gpio function pointers that point to the platform specific function.
Definition no_os_gpio.h:115