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