![]() |
M480 BSP V3.05.005
The Board Support Package for M480 Series
|
#include <epwm_reg.h>
Data Fields | |
__IO uint32_t | RCAPDAT |
__IO uint32_t | FCAPDAT |
@addtogroup EPWM Pulse Width Modulation Controller(EPWM) Memory Mapped Structure for EPWM Controller
Definition at line 26 of file epwm_reg.h.
ECAPDAT_T::FCAPDAT |
[0x210/0x218/0x220/0x228/0x230/0x238] EPWM Falling Capture Data Register 0~5
Bits | Field | Descriptions |
[15:0] | FCAPDAT | EPWM Falling Capture Data (Read Only)
When falling capture condition happened, the EPWM counter value will be saved in this register. |
Definition at line 68 of file epwm_reg.h.
ECAPDAT_T::RCAPDAT |
[0x20C/0x214/0x21C/0x224/0x22C/0x234] EPWM Rising Capture Data Register 0~5
Bits | Field | Descriptions |
[15:0] | RCAPDAT | EPWM Rising Capture Data (Read Only)
When rising capture condition happened, the EPWM counter value will be saved in this register. |
Definition at line 67 of file epwm_reg.h.