![Texas Instruments SimpleLink Ethernet MSP432E401Y Скачать руководство пользователя страница 1485](http://html1.mh-extra.com/html/texas-instruments/simplelink-ethernet-msp432e401y/simplelink-ethernet-msp432e401y_technical-reference-manual_10955781485.webp)
PWM Registers
1485
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Pulse Width Modulator (PWM)
21.5.23 PWMnDBRISE Register [reset = 0x0]
PWM0 Dead-Band Rising-Edge Delay (PWM0DBRISE), offset 0x06C
PWM1 Dead-Band Rising-Edge Delay (PWM1DBRISE), offset 0x0AC
PWM2 Dead-Band Rising-Edge Delay (PWM2DBRISE), offset 0x0EC
PWM3 Dead-Band Rising-Edge Delay (PWM3DBRISE), offset 0x12C
The PWMnDBRISE register contains the number of clock cycles to delay the rising edge of the pwmA
signal when generating the pwmA' signal. If the dead-band generator is disabled through the
PWMnDBCTL register, this register is ignored. If the value of this register is larger than the width of a High
pulse on the pwmA signal, the rising-edge delay consumes the entire High time of the signal, resulting in
no High time on the output. Care must be taken to ensure that the pwmA High time always exceeds the
rising-edge delay.
If the Dead-Band Rising-Edge Delay mode is immediate (based on the DBRISEUPD field encoding in the
PWMnCTL register), the 12-bit RISEDELAY value is used immediately. If the update mode is locally
synchronized, this value is used the next time the counter reaches zero. If the update mode is globally
synchronized, this value is used the next time the counter reaches zero after a synchronous update has
been requested through the PWM Master Control (PWMCTL) register (see
). If this register
is rewritten before the actual update occurs, the previous value is never used and is lost.
PWMnDBRISE is shown in
and described in
Return to
Figure 21-29. PWMnDBRISE Register
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10
9
8
7
6
5
4
3
2
1
0
RESERVED
RISEDELAY
R-0x0
R/W-0x0
Table 21-25. PWMnDBRISE Register Field Descriptions
Bit
Field
Type
Reset
Description
31-12
RESERVED
R
0x0
11-0
RISEDELAY
R/W
0x0
Dead-Band Rise Delay. The number of clock cycles to delay the
rising edge of pwmA' after the rising edge of pwmA.