no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
rcd.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __RCD_H__
34#define __RCD_H__
35
36#include "no_os_gpio.h"
37#include "no_os_irq.h"
38
40int get_rcd_flag_state(void);
41
43void reset_rcd_flag_state(void);
44
46int rcd_init(struct no_os_irq_ctrl_desc *desc,
47 struct no_os_gpio_desc **rcm_test, struct no_os_gpio_desc **rcddc,
48 struct no_os_gpio_desc **rcdac);
49
50#endif /* __RCD_H__ */
Header file of GPIO Interface.
Header file of IRQ interface.
int get_rcd_flag_state(void)
Get RCD flag value.
Definition rcd.c:55
int rcd_init(struct no_os_irq_ctrl_desc *desc, struct no_os_gpio_desc **rcm_test, struct no_os_gpio_desc **rcddc, struct no_os_gpio_desc **rcdac)
Initialize pilot phase.
Definition rcd.c:77
void reset_rcd_flag_state(void)
Reset RCD flag value.
Definition rcd.c:64
Structure holding the GPIO descriptor.
Definition no_os_gpio.h:84
Definition no_os_irq.h:117