no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
inter.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __INTER_H__
34#define __INTER_H__
35
36#include "state_machine.h"
37#include "parameters.h"
38#include "no_os_irq.h"
39
41int get_gpio_flag_state(void);
42
45
48
51
54
57
59int inter_init(struct stout *stout);
60
61#endif /* __INTER__H__ */
int get_gpio_opto2_flag_state(void)
void reset_gpio_opto2_flag_state(void)
int inter_init(struct stout *stout)
Initialize inter phase.
Definition inter.c:149
int get_gpio_flag_state(void)
Get GPIO flag value.
Definition inter.c:92
void reset_gpio_low_flag_state(void)
Reset GPIO low flag value.
Definition inter.c:101
void reset_gpio_opto1_flag_state(void)
int get_gpio_opto1_flag_state(void)
Header file of IRQ interface.
STOUT state machine header file.
Structure for Stout machine.
Definition state_machine.h:172