TMS320F28335 Library
1.0
Documentation
general_output.h
Go to the documentation of this file.
1
5
#include "../global_defines.h"
6
7
#ifndef GENERAL_OUTPUT_PIN_GENERAL_OUTPUT_PIN_H_
8
#define GENERAL_OUTPUT_PIN_GENERAL_OUTPUT_PIN_H_
9
10
11
int16
init_generalOutputPin
(
Uint16
);
12
int16
generalOutputPin_setPinHigh
(
Uint16
);
13
int16
generalOutputPin_setPinLow
(
Uint16
);
14
15
#endif
/* GENERAL_OUTPUT_PIN_GENERAL_OUTPUT_PIN_H_ */
int16
int int16
16 Bit Variable: - 32.768 .. 32.767
Definition:
global_defines.h:17
init_generalOutputPin
int16 init_generalOutputPin(Uint16)
Configuration of GPIO as general output pin.
Definition:
general_output.c:15
generalOutputPin_setPinLow
int16 generalOutputPin_setPinLow(Uint16)
Set output pin low.
Definition:
general_output.c:88
Uint16
unsigned int Uint16
16 Bit Variable: 0 .. 65.535
Definition:
global_defines.h:21
generalOutputPin_setPinHigh
int16 generalOutputPin_setPinHigh(Uint16)
Set output pin high.
Definition:
general_output.c:63
general_output
general_output.h
Generated by
1.8.20