no-OS
Toggle main menu visibility
Main Page
Related Pages
Structures
Structure List
Structure Index
Files
File List
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
projects
eval-ade7913
src
interrupt
interrupt.h
Go to the documentation of this file.
1
/***************************************************************************/
33
#ifndef __INTER_H__
34
#define __INTER_H__
35
36
#include "
no_os_irq.h
"
37
39
int
get_gpio_flag_state
(
void
);
40
42
void
reset_gpio_low_flag_state
(
void
);
43
45
int
inter_init
(
struct
ade7913_dev
*dev);
46
47
#endif
/* __INTER__H__ */
get_gpio_flag_state
int get_gpio_flag_state(void)
Get GPIO flag value.
Definition
inter.c:92
reset_gpio_low_flag_state
void reset_gpio_low_flag_state(void)
Reset GPIO low flag value.
Definition
inter.c:101
inter_init
int inter_init(struct ade7913_dev *dev)
Initialize data ready interrupt.
Definition
interrupt.c:80
no_os_irq.h
Header file of IRQ interface.
ade7913_dev
ADE7913 Device structure.
Definition
ade7913.h:153
Generated by
1.13.2