TMS320F28335 Library
1.0
Documentation
epwm.h
Go to the documentation of this file.
1
5
#include "../global_defines.h"
6
7
#ifndef EPWM_EPWM_H_
8
#define EPWM_EPWM_H_
9
10
int16
init_ePWM
(
Uint16
,
Uint32
);
11
int16
ePWM_start
(
Uint16
,
Uint16
);
12
int16
ePWM_stop
(
Uint16
);
13
14
#endif
/* EPWM_EPWM_H_ */
int16
int int16
16 Bit Variable: - 32.768 .. 32.767
Definition:
global_defines.h:17
Uint16
unsigned int Uint16
16 Bit Variable: 0 .. 65.535
Definition:
global_defines.h:21
ePWM_start
int16 ePWM_start(Uint16, Uint16)
Start ePWM signal on pin.
Definition:
epwm.c:80
ePWM_stop
int16 ePWM_stop(Uint16)
Stop ePWM signal on pin.
Definition:
epwm.c:133
init_ePWM
int16 init_ePWM(Uint16, Uint32)
Configuration of GPIO as epwm.
Definition:
epwm.c:20
Uint32
unsigned long Uint32
32 Bit Variable: 0 .. 4.294.967.295
Definition:
global_defines.h:22
epwm
epwm.h
Generated by
1.8.20