PWM_CTRL
Bit Field |
Read/Write |
Field Name |
Description |
---|---|---|---|
28:24 |
W |
RESET |
PWM[4:0] channel reset |
20:16 |
R |
ENABLE_STATUS |
PWM enable status |
12:8 |
W |
DISABLE |
Disable the PWM[4:0] channel |
4:0 |
W |
ENABLE |
Enable the PWM[4:0] channel |
Bit Field |
Field Name |
Value Symbol |
Value Description |
Hex Value |
---|---|---|---|---|
28:24 |
RESET |
PWM0_RESET |
Disable the PWM0 channel, reset the PWM_CFG0 and PWM_OFFSET0 registers and the related counter. |
0x1 |
|
|
PWM1_RESET |
Disable the PWM1 channel, reset the PWM_CFG1 and PWM_OFFSET1 registers and the related counter. |
0x2 |
|
|
PWM2_RESET |
Disable the PWM2 channel, reset the PWM_CFG2 and PWM_OFFSET2 registers and the related counter. |
0x4 |
|
|
PWM3_RESET |
Disable the PWM3 channel, reset the PWM_CFG3 and PWM_OFFSET3 registers and the related counter. |
0x8 |
|
|
PWM4_RESET |
Disable the PWM4 channel, reset the PWM_CFG4 and PWM_OFFSET4 registers and the related counter. |
0x10 |
20:16 |
ENABLE_STATUS |
PWM0_STATUS_DISABLE |
PWM0 channel disable |
0x0* |
|
|
PWM1_STATUS_DISABLE |
PWM1 channel disable |
0x0* |
|
|
PWM2_STATUS_DISABLE |
PWM2 channel disable |
0x0* |
|
|
PWM3_STATUS_DISABLE |
PWM3 channel disable |
0x0* |
|
|
PWM4_STATUS_DISABLE |
PWM4 channel disable |
0x0* |
|
|
PWM0_STATUS_ENABLE |
PWM0 channel enable |
0x1 |
|
|
PWM1_STATUS_ENABLE |
PWM1 channel enable |
0x2 |
|
|
PWM2_STATUS_ENABLE |
PWM2 channel enable |
0x4 |
|
|
PWM3_STATUS_ENABLE |
PWM3 channel enable |
0x8 |
|
|
PWM4_STATUS_ENABLE |
PWM4 channel enable |
0x10 |
12:8 |
DISABLE |
PWM0_DISABLE |
Disable the PWM0 channel |
0x1 |
|
|
PWM1_DISABLE |
Disable the PWM1 channel |
0x2 |
|
|
PWM2_DISABLE |
Disable the PWM2 channel |
0x4 |
|
|
PWM3_DISABLE |
Disable the PWM3 channel |
0x8 |
|
|
PWM4_DISABLE |
Disable the PWM4 channel |
0x10 |
4:0 |
ENABLE |
PWM0_ENABLE |
Enable the PWM0 channel |
0x1 |
|
|
PWM1_ENABLE |
Enable the PWM1 channel |
0x2 |
|
|
PWM2_ENABLE |
Enable the PWM2 channel |
0x4 |
|
|
PWM3_ENABLE |
Enable the PWM3 channel |
0x8 |
|
|
PWM4_ENABLE |
Enable the PWM4 channel |
0x10 |