TMS320F28335 Library  1.0
Documentation
general_input.h
Go to the documentation of this file.
1 
5 #include "../global_defines.h"
6 
7 #ifndef GENERAL_INPUT_PIN_GENERAL_INPUT_PIN_H_
8 #define GENERAL_INPUT_PIN_GENERAL_INPUT_PIN_H_
9 
14 
15 #endif /* GENERAL_INPUT_PIN_GENERAL_INPUT_PIN_H_ */
generalInputPin_getValue
int16 generalInputPin_getValue(Uint16)
Configuration of GPIO as general input pin.
Definition: general_input.c:67
int16
int int16
16 Bit Variable: - 32.768 .. 32.767
Definition: global_defines.h:17
init_generalInputPin
int16 init_generalInputPin(Uint16)
Configuration of GPIO as general input pin.
Definition: general_input.c:19
generalInputPin_configureExternalInterrupt
int16 generalInputPin_configureExternalInterrupt(Uint16, void *, Uint16)
external interrupt on general input pin.
Definition: general_input.c:91
Uint16
unsigned int Uint16
16 Bit Variable: 0 .. 65.535
Definition: global_defines.h:21
generalInputPin_interruptAck
void generalInputPin_interruptAck()
Giving external interrupts acknowledge to interrupt again.
Definition: general_input.c:329