123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- //###########################################################################
- //
- // FILE: F2837xD_EPwm_defines.h
- //
- // TITLE: #defines used in EPwm examples
- //
- //###########################################################################
- // $TI Release: F2837xD Support Library v3.05.00.00 $
- // $Release Date: Tue Jun 26 03:15:23 CDT 2018 $
- // $Copyright:
- // Copyright (C) 2013-2018 Texas Instruments Incorporated - http://www.ti.com/
- //
- // Redistribution and use in source and binary forms, with or without
- // modification, are permitted provided that the following conditions
- // are met:
- //
- // Redistributions of source code must retain the above copyright
- // notice, this list of conditions and the following disclaimer.
- //
- // Redistributions in binary form must reproduce the above copyright
- // notice, this list of conditions and the following disclaimer in the
- // documentation and/or other materials provided with the
- // distribution.
- //
- // Neither the name of Texas Instruments Incorporated nor the names of
- // its contributors may be used to endorse or promote products derived
- // from this software without specific prior written permission.
- //
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- // $
- //###########################################################################
- #ifndef F2837xD_EPWM_DEFINES_H
- #define F2837xD_EPWM_DEFINES_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- //
- // Defines
- //
- //
- // TBCTL (Time-Base Control)
- //
- //
- // CTRMODE bits
- //
- #define TB_COUNT_UP 0x0
- #define TB_COUNT_DOWN 0x1
- #define TB_COUNT_UPDOWN 0x2
- #define TB_FREEZE 0x3
- //
- // PHSEN bit
- //
- #define TB_DISABLE 0x0
- #define TB_ENABLE 0x1
- //
- // PRDLD bit
- //
- #define TB_SHADOW 0x0
- #define TB_IMMEDIATE 0x1
- //
- // SYNCOSEL bits
- //
- #define TB_SYNC_IN 0x0
- #define TB_CTR_ZERO 0x1
- #define TB_CTR_CMPB 0x2
- #define TB_SYNC_DISABLE 0x3
- //
- // HSPCLKDIV and CLKDIV bits
- //
- #define TB_DIV1 0x0
- #define TB_DIV2 0x1
- #define TB_DIV4 0x2
- //
- // PHSDIR bit
- //
- #define TB_DOWN 0x0
- #define TB_UP 0x1
- //
- // CMPCTL (Compare Control)
- //
- //
- // LOADAMODE and LOADBMODE bits
- //
- #define CC_CTR_ZERO 0x0
- #define CC_CTR_PRD 0x1
- #define CC_CTR_ZERO_PRD 0x2
- #define CC_LD_DISABLE 0x3
- //
- // SHDWAMODE and SHDWBMODE bits
- //
- #define CC_SHADOW 0x0
- #define CC_IMMEDIATE 0x1
- //
- // AQCTLA and AQCTLB (Action Qualifier Control)
- //
- //
- // ZRO, PRD, CAU, CAD, CBU, CBD bits
- //
- #define AQ_NO_ACTION 0x0
- #define AQ_CLEAR 0x1
- #define AQ_SET 0x2
- #define AQ_TOGGLE 0x3
- //
- // DBCTL (Dead-Band Control)
- //
- //
- // OUT MODE bits
- //
- #define DB_DISABLE 0x0
- #define DBB_ENABLE 0x1
- #define DBA_ENABLE 0x2
- #define DB_FULL_ENABLE 0x3
- //
- // POLSEL bits
- //
- #define DB_ACTV_HI 0x0
- #define DB_ACTV_LOC 0x1
- #define DB_ACTV_HIC 0x2
- #define DB_ACTV_LO 0x3
- //
- // IN MODE
- //
- #define DBA_ALL 0x0
- #define DBB_RED_DBA_FED 0x1
- #define DBA_RED_DBB_FED 0x2
- #define DBB_ALL 0x3
- //
- // CHPCTL (chopper control)
- //
- //
- // CHPEN bit
- //
- #define CHP_DISABLE 0x0
- #define CHP_ENABLE 0x1
- //
- // CHPFREQ bits
- //
- #define CHP_DIV1 0x0
- #define CHP_DIV2 0x1
- #define CHP_DIV3 0x2
- #define CHP_DIV4 0x3
- #define CHP_DIV5 0x4
- #define CHP_DIV6 0x5
- #define CHP_DIV7 0x6
- #define CHP_DIV8 0x7
- //
- // CHPDUTY bits
- //
- #define CHP1_8TH 0x0
- #define CHP2_8TH 0x1
- #define CHP3_8TH 0x2
- #define CHP4_8TH 0x3
- #define CHP5_8TH 0x4
- #define CHP6_8TH 0x5
- #define CHP7_8TH 0x6
- //
- // TZSEL (Trip Zone Select)
- //
- //
- // CBCn and OSHTn bits
- //
- #define TZ_DISABLE 0x0
- #define TZ_ENABLE 0x1
- //
- // TZCTL (Trip Zone Control)
- //
- //
- // TZA and TZB bits
- //
- #define TZ_HIZ 0x0
- #define TZ_FORCE_HI 0x1
- #define TZ_FORCE_LO 0x2
- #define TZ_NO_CHANGE 0x3
- //
- // TZDCSEL (Trip Zone Digital Compare)
- //
- //
- // DCAEVT1, DCAEVT2, DCBEVT1, DCBEVT2 bits
- //
- #define TZ_EVT_DISABLE 0x0
- #define TZ_DCAH_LOW 0x1
- #define TZ_DCAH_HI 0x2
- #define TZ_DCAL_LOW 0x3
- #define TZ_DCAL_HI 0x4
- #define TZ_DCAL_HI_DCAH_LOW 0x5
- #define TZ_DCBH_LOW 0x1
- #define TZ_DCBH_HI 0x2
- #define TZ_DCBL_LOW 0x3
- #define TZ_DCBL_HI 0x4
- #define TZ_DCBL_HI_DCBH_LOW 0x5
- //
- // ETSEL (Event Trigger Select)
- //
- #define ET_DCAEVT1SOC 0x0
- #define ET_CTR_ZERO 0x1
- #define ET_CTR_PRD 0x2
- #define ET_CTR_PRDZERO 0x3
- #define ET_CTRU_CMPA 0x4
- #define ET_CTRD_CMPA 0x5
- #define ET_CTRU_CMPB 0x6
- #define ET_CTRD_CMPB 0x7
- //
- // ETPS (Event Trigger Pre-scale)
- //
- //
- // INTPRD, SOCAPRD, SOCBPRD bits
- //
- #define ET_DISABLE 0x0
- #define ET_1ST 0x1
- #define ET_2ND 0x2
- #define ET_3RD 0x3
- //
- // HRPWM (High Resolution PWM)
- //
- //
- // HRCNFG
- //
- #define HR_DISABLE 0x0
- #define HR_REP 0x1
- #define HR_FEP 0x2
- #define HR_BEP 0x3
- #define HR_CMP 0x0
- #define HR_PHS 0x1
- #define HR_CTR_ZERO 0x0
- #define HR_CTR_PRD 0x1
- #define HR_CTR_ZERO_PRD 0x2
- #define HR_NORM_B 0x0
- #define HR_INVERT_B 0x1
- //
- // DC (Digital Compare)
- //
- //
- // DCTRIPSEL
- //
- #define DC_TZ1 0x0
- #define DC_TZ2 0x1
- #define DC_TZ3 0x2
- #define DC_TRIPIN1 0x0
- #define DC_TRIPIN2 0x1
- #define DC_TRIPIN3 0x2
- #define DC_TRIPIN4 0x3
- #define DC_TRIPIN5 0x4
- #define DC_TRIPIN6 0x5
- #define DC_TRIPIN7 0x6
- #define DC_TRIPIN8 0x7
- #define DC_TRIPIN9 0x8
- #define DC_TRIPIN10 0x9
- #define DC_TRIPIN11 0xA
- #define DC_TRIPIN12 0xB
- // Reserved 0xC
- #define DC_TRIPIN14 0xD
- #define DC_TRIPIN15 0xE
- #define DC_COMBINATION 0xF
- //
- // DCFCTL
- //
- #define DC_SRC_DCAEVT1 0x0
- #define DC_SRC_DCAEVT2 0x1
- #define DC_SRC_DCBEVT1 0x2
- #define DC_SRC_DCBEVT2 0x3
- #define DC_PULSESEL_PRD 0x0
- #define DC_PULSESEL_ZERO 0x1
- #define DC_PULSESEL_ZERO_PRD 0x2
- #define DC_BLANK_DISABLE 0x0
- #define DC_BLANK_ENABLE 0x1
- #define DC_BLANK_NOTINV 0x0
- #define DC_BLANK_INV 0x1
- //
- //DCACTL/DCBCTL
- //
- #define DC_EVT1 0x0
- #define DC_EVT2 0x0
- #define DC_EVT_FLT 0x1
- #define DC_EVT_SYNC 0x0
- #define DC_EVT_ASYNC 0x1
- #define DC_SOC_DISABLE 0x0
- #define DC_SOC_ENABLE 0x1
- #ifdef __cplusplus
- }
- #endif /* extern "C" */
- #endif // - end of F2837xD_EPWM_DEFINES_H
- //
- // End of file
- //
|