SWRU626 December 2025 CC3501E , CC3551E
Table 23-3 lists the memory-mapped registers for the PDM registers. All register offset addresses not listed in Table 23-3 should be considered as reserved locations and the register contents should not be modified.
| Offset | Acronym | Register Name | Section |
|---|---|---|---|
| 0h | DESC | Module Identity | Section 23.13.1 |
| 4h | DESCEX | Module Configuration Details | Section 23.13.2 |
| 44h | IMASK | Interrupt Mask | Section 23.13.3 |
| 48h | RIS | Unmasked Interrupt Status | Section 23.13.4 |
| 4Ch | MIS | Masked Interrupt Status | Section 23.13.5 |
| 50h | ISET | Interrupt Set | Section 23.13.6 |
| 54h | ICLR | Interrupt clear | Section 23.13.7 |
| 60h | EMU | Debug Control | Section 23.13.8 |
| 100h | CTL | PDM Control | Section 23.13.9 |
| 104h | ICLKCTL | Input Clock Control | Section 23.13.10 |
| 108h | FIFOCTL1 | FIFO Control 1 | Section 23.13.11 |
| 10Ch | FIFODATA | FIFO Data | Section 23.13.12 |
| 110h | CCTL | Channel Control | Section 23.13.13 |
| 114h | OSR | Oversampling Control | Section 23.13.14 |
| 118h | STA | Status Register | Section 23.13.15 |
| 120h | FIFOCTL2 | FIFO Control | Section 23.13.16 |
| 124h | FIFOSR | FIFO Status | Section 23.13.17 |
| 200h | AVGVAL0 | Channel 0 Average | Section 23.13.18 |
| 204h | PKVAL0 | Peak sample value for channel-0 | Section 23.13.19 |
| 208h | AVGPOW0 | Average Power Measurement | Section 23.13.20 |
| 20Ch | AVGVAL1 | Channel-1 Average Value | Section 23.13.21 |
| 210h | PKVAL1 | Peak Value | Section 23.13.22 |
| 214h | AVGPOW1 | Channel 1 Power | Section 23.13.23 |
| 300h | STPCTL | Timestamp Control | Section 23.13.24 |
| 304h | STPXCAPT | Reference Clock Capture | Section 23.13.25 |
| 308h | STPXPER | Reference Clock Period | Section 23.13.26 |
| 30Ch | STPSCAPT | Captured Ch 0 Sample Clock Counter Value | Section 23.13.27 |
| 310h | STPSPER | Sample Clock Period | Section 23.13.28 |
| 314h | STPINTRG | Input Pin Trigger Value | Section 23.13.29 |
| 318h | STPSSET | Counter Set Operation | Section 23.13.30 |
| 31Ch | STPSADD | Step Width Add | Section 23.13.31 |
| 320h | STPXMIN | Reference Clock Minimum | Section 23.13.32 |
| 324h | STPWCNT | Sample Timer Count | Section 23.13.33 |
| 328h | STPXCNT | X-Position Counter | Section 23.13.34 |
| 32Ch | STPSTAT | Timestamp Status | Section 23.13.35 |
| 1000h | CLKCFG | Clock Configuration | Section 23.13.36 |
| 1004h | ADFSCTL1 | Antenna Diversity Control | Section 23.13.37 |
| 1008h | ADFSCTL2 | Adaptive Filter Control | Section 23.13.38 |
Complex bit access types are encoded to fit into small table cells. Table 23-4 shows the codes that are used for access types in this section.
| Access Type | Code | Description |
|---|---|---|
| Read Type | ||
| R | R | Read |
| Write Type | ||
| W | W | Write |
| Wmodify | W modify | Write |
| Reset or Default Value | ||
| -n | Value after reset or the default value | |
DESC is shown in Table 23-5.
Return to the Summary Table.
Description Register This register identifies the peripheral and its exact version.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | MODID | R | 3342h | Module identification contains a unique peripheral identification number. The assignments are maintained in a central database for all of the platform modules to ensure uniqueness.
|
| 15-12 | STDIPOFF | R | 1h | Standard IP offset
64 Bit standard IP MMR block (beginning with aggregated IRQ registers)
0: STDIP MMRs do not exist
1:15: These MMRs begin at offset 64*STDIPOFF from IP base address
|
| 11-8 | INSTIDX | R | 0h | Instance Number within the device. This will be a parameter to the RTL for modules that can have multiple instances
|
| 7-4 | MAJREV | R | 1h | Major revision of the IP
|
| 3-0 | MINREV | R | 0h | Minor revision of the IP
|
DESCEX is shown in Table 23-6.
Return to the Summary Table.
This register reflects the configuration of this peripheral instance
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-3 | RESERVED | R | 0h | Reserved |
| 2-0 | NUMCHAN | R | 0h | Number of available PDM Channels.
Value 1 indicates two channels that can be used for stereo or dual mono microphone connections.
|
IMASK is shown in Table 23-7.
Return to the Summary Table.
Interrupt Mask. If a bit is set, then corresponding interrupt is un-masked. Un-masking the interrupt causes the raw interrupt to be visible in MIS.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-10 | RESERVED | R | 0h | Reserved |
| 9 | DMADONE | R/W | 0h | DMA Done event mask.
|
| 8 | STPTRIG | R/W | 0h | Samplestamp Trigger event mask
|
| 7 | UNFL | R/W | 0h | Data Underflow event mask.
|
| 6 | OVFL | R/W | 0h | Data Overflow event mask.
|
| 5-1 | RESERVED | R | 0h | Reserved |
| 0 | PDMDATA | R/W | 0h | *PDM* data event mask
|
RIS is shown in Table 23-8.
Return to the Summary Table.
Raw interrupt status. Reflects all pending interrupts, regardless of masking. The RIS register allows the user to implement a poll scheme. A flag set in this register can be cleared by writing 1 to the ICLR register bit even if the corresponding IMASK bit is not enabled.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-10 | RESERVED | R | 0h | Reserved |
| 9 | DMADONE | R | 0h | DMA Done event.
|
| 8 | STPTRIG | R | 0h | Samplestamp Trigger event
|
| 7 | UNFL | R | 0h | Data Underflow event.
Data has been read from an emty FIFO.
This flag gets set if one of the channel UNDERFLOW flags gets set.
|
| 6 | OVFL | R | 0h | Data Overflow event.
Data has been written to the buffer before the previous values was read.
This flag gets set if one of the channel OVERFLOW flags gets set
|
| 5-1 | RESERVED | R | 0h | Reserved |
| 0 | PDMDATA | R | 0h | PDM DATA event
|
MIS is shown in Table 23-9.
Return to the Summary Table.
Masked interrupt status. This is an AND of the IMASK and RIS registers.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-10 | RESERVED | R | 0h | Reserved |
| 9 | DMADONE | R | 0h | Masked DMA Done event.
|
| 8 | STPTRIG | R | 0h | Masked Samplestamp Trigger event.
|
| 7 | UNFL | R | 0h | Masked Data Underflow event.
|
| 6 | OVFL | R | 0h | Masked Data Overflow event.
|
| 5-1 | RESERVED | R | 0h | Reserved |
| 0 | PDMDATA | R | 0h | Masked PDMDATA event
|
ISET is shown in Table 23-10.
Return to the Summary Table.
Interrupt set. Allows interrupts to be set by software (useful in diagnostics and safety checks). Writing a 1 to a bit in ISET will set the event and therefore the related RIS bit also gets set. If the interrupt is enabled through the mask, then the corresponding MIS bit is also set.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-10 | RESERVED | R | 0h | Reserved |
| 9 | DMADONE | W | 0h | Set DMA Done event.
|
| 8 | STPTRIG | W | 0h | Set Samplestamp Trigger event.
|
| 7 | UNFL | W | 0h | Set Data Underflow event.
|
| 6 | OVFL | W | 0h | Set Data Overflow event.
|
| 5-1 | RESERVED | R | 0h | Reserved |
| 0 | PDMDATA | W | 0h | Set PDMDATA event.
|
ICLR is shown in Table 23-11.
Return to the Summary Table.
Interrupt clear. Write a 1 to clear corresponding Interrupt.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-10 | RESERVED | R | 0h | Reserved |
| 9 | DMADONE | W | 0h | Clear DMA Done event.
|
| 8 | STPTRIG | W | 0h | Clear Samplestamp Trigger event.
|
| 7 | UNFL | W | 0h | Clear Data Underflow event.
|
| 6 | OVFL | W | 0h | Clear Data Overflow event.
|
| 5-1 | RESERVED | R | 0h | Reserved |
| 0 | PDMDATA | W | 0h | Clear PDMDATA event.
|
EMU is shown in Table 23-12.
Return to the Summary Table.
This register can be used by the software developer to control the behavior of the peripheral relative to the 'Core Halted' input
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-1 | RESERVED | R | 0h | Reserved |
| 0 | HALT | R/W | 0h | Free run control
|
CTL is shown in Table 23-13.
Return to the Summary Table.
PDM control register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-1 | RESERVED | R | 0h | Reserved |
| 0 | ENPDM | R/W | 0h | Enable conversion on *PDM*
|
ICLKCTL is shown in Table 23-14.
Return to the Summary Table.
Input clock Control Register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-17 | RESERVED | R | 0h | Reserved |
| 16 | BCLKEN | R/W | 0h | This bit is used to enable BCLK to Sigma-Delta Modulator on-chip.
|
| 15-10 | RESERVED | R | 0h | Reserved |
| 9-0 | IDIV | R/W | 0h | Divider for ICLK
iclk = PLLCLK/(ICLK +1)
|
FIFOCTL1 is shown in Table 23-15.
Return to the Summary Table.
PDM FIFO control register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-2 | RESERVED | R | 0h | Reserved |
| 1 | ENFIFO1 | R/W | 0h | Enable FIFO1 for DMA access through the FIFODATA Register
|
| 0 | ENFIFO0 | R/W | 0h | Enable FIFO0 for DMA access through the FIFODATA Register
|
FIFODATA is shown in Table 23-16.
Return to the Summary Table.
*FIFO* Data Register (FIFO read) This register provides the Data of the FIFO based on [FIFOCTL.ENFIFO0] and [FIFOCTL.ENFIFO1] This allows the DMA to just have single address to read all the FIFO content when triggered.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VALUE | R | 0h | FIFO Read Register
|
CCTL is shown in Table 23-17.
Return to the Summary Table.
PDM Channel control register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31 | RESERVED | R | 0h | Reserved |
| 30-29 | CH1IPSEL | R/Wmodify | 0h | Channel 1 Data Input Select
|
| 28 | CH1CLKEG | R/W | 0h | Select the clock edge for data channel 1
|
| 27 | RESERVED | R | 0h | Reserved |
| 26-25 | CH0IPSEL | R/W | 0h | Channel 0 Data Input Select
|
| 24 | CH0CLKEG | R/W | 0h | Select the clock edge for data channel 0
|
| 23 | RESERVED | R | 0h | Reserved |
| 22-20 | SELSCALE | R/W | 7h | Select scaling factor for the averaging blocks. Selscale value used internally is 1/(23+VALUE)
Ex: When value is 0, selscale is 1/8, and when value is 7, selscale is 1/1024
|
| 19 | ENPOWCH1 | R/W | 0h | Enables average power calculation for channel-1
|
| 18 | ENPOWCH0 | R/W | 0h | Enables average power calculation for channel-0
|
| 17 | ENPKCH1 | R/W | 0h | Enables peak value detection for channel-0
|
| 16 | ENPKCH0 | R/W | 0h | Enables peak value detection for channel-0
|
| 15-12 | RESERVED | R | 0h | Reserved |
| 11 | DATAFMT | R/W | 0h | Data Format
|
| 10 | ALIGN | R/W | 0h | Data alignment
|
| 9-8 | DFS | R/W | 0h | Digital Filter Select
|
| 7-3 | RESERVED | R | 0h | Reserved |
| 2-0 | CHEN | R/W | 0h | Data Input Configuration
|
OSR is shown in Table 23-18.
Return to the Summary Table.
Oversampling Control Register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-8 | RESERVED | R | 0h | Reserved |
| 7-0 | VALUE | R/W | 3Fh | Oversampling rate. The oversampling rate is defined as OSRx + 1.
Applicable oversampling rates are 2 to 256. Default is 64.
|
STA is shown in Table 23-19.
Return to the Summary Table.
PDM control register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-18 | RESERVED | R | 0h | Reserved |
| 17 | MANCLK | R | 0h | Manchester Clock status.
Indicates that Manchester mode is in locked mode or not.
|
| 16-1 | RESERVED | R | 0h | Reserved |
| 0 | AGCRDY | R | 1h | *AGC* accelerator ready status. Software must read AGCVALx, PKVALx and AVGPOWx registers only when AGCRDY is '1'. Reading these registers while AGCRDY is 0 may provide incorrect values.
|
FIFOCTL2 is shown in Table 23-20.
Return to the Summary Table.
FIFO Control
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-8 | RESERVED | R | 0h | Reserved |
| 7 | FIFOFLSH | R/W | 0h | FIFO Flush
Setting this bit will Flush the FIFO. This bit will self-clear when the
flush has completed.
|
| 6-4 | RESERVED | R | 0h | Reserved |
| 3-0 | TRGLVL | R/W | 0h | FIFO Trigger Level Select Sets the trigger points for the FIFO events.
Note: FIFO depth is only 2 the level 1/4 and 3/4 default to 1/2.
|
FIFOSR is shown in Table 23-21.
Return to the Summary Table.
FIFO Status Register.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15 | CH1FFULL | R | 0h | CH1 FIFO Full
|
| 14 | CH1FEMP | R | 1h | CH1 FIFO Empty
|
| 13-12 | RESERVED | R | 0h | Reserved |
| 11-8 | CH1FCNT | R | 0h | Number of Bytes which could be read from the CH1 FIFO
|
| 7 | CH0FFULL | R | 0h | CH0 FIFO Full
|
| 6 | CH0FEMP | R | 1h | CH0 FIFO Empty
|
| 5-4 | RESERVED | R | 0h | Reserved |
| 3-0 | CH0FCNT | R | 0h | Number of Bytes which could be read from the CH0 FIFO
|
AVGVAL0 is shown in Table 23-22.
Return to the Summary Table.
Average sample value for channel-0, 32-bit register.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VALUE | R | 0h | Average sample value for channel-0
|
PKVAL0 is shown in Table 23-23.
Return to the Summary Table.
Peak sample value for channel-0
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-24 | RESERVED | R | 0h | Reserved |
| 23-0 | VALUE | R | 0h | Peak sample value for channel-0. Bits [22:0] applicable for operation in 2's complement format and bits [23:0] applicable for operation in offset binary format.
|
AVGPOW0 is shown in Table 23-24.
Return to the Summary Table.
Average sample power for channel-0
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VALUE | R | 0h | Average sample power for channel-0
|
AVGVAL1 is shown in Table 23-25.
Return to the Summary Table.
Average sample value for channel-1, 32-bit register.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VALUE | R | 0h | Average sample value for channel-1
|
PKVAL1 is shown in Table 23-26.
Return to the Summary Table.
Peak sample value for channel-1
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-24 | RESERVED | R | 0h | Reserved |
| 23-0 | VALUE | R | 0h | Peak sample value for channel-1. Bits [22:0] applicable for operation in 2's complement format and bits [23:0] applicable for operation in offset binary format.
|
AVGPOW1 is shown in Table 23-27.
Return to the Summary Table.
Average sample power for channel-1
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-0 | VALUE | R | 0h | Average sample power for channel-1
|
STPCTL is shown in Table 23-28.
Return to the Summary Table.
Samplestamp Generator Control Register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-1 | RESERVED | R | 0h | Reserved |
| 0 | STPEN | R/W | 0h | Enables the samplestamp generator. The samplestamp generator must only be enabled after it has been properly configured.;When cleared, all samplestamp generator counters and capture values are cleared.
|
STPXCAPT is shown in Table 23-29.
Return to the Summary Table.
Captured REFCLK Counter Value, Capture Channel 0
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | CAPTVAL | R | 0h | The value of the samplestamp XOSC counter [STMPXCNT.CURR_VALUE] last time an event was pulsed. The value is cleared when [STMPCTL.STMP_EN] = 0.
Note: When calculating the fractional part of the sample stamp, [STMPXPER] may be less than this bit field.
|
STPXPER is shown in Table 23-30.
Return to the Summary Table.
REFCLK Period Value
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | VALUE | R | 0h | The number of REFCLK clock cycles in the previous Sample Clock period (that is - the next value of the REFCLK counter at the positive Sample Clock edge, had it not been reset to 0).;The value is cleared when [STMPCTL.STMP_EN] = 0.
|
STPSCAPT is shown in Table 23-31.
Return to the Summary Table.
Captured Sample Clock Counter Value, Capture Channel 0
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | CAPTVAL | R | 0h | The value of the samplestamp Sample Clock counter [STMPWCNT.CURR_VALUE] last time an event was pulsed. This number corresponds to the number of positive Sample Clock edges since the samplestamp generator was enabled;The value is cleared when [STMPCTL.STPEN] = 0.
|
STPSPER is shown in Table 23-32.
Return to the Summary Table.
Sample Clock Counter Period Value
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | VALUE | R/W | 0h | Used to define when [STMPWCNT] is to be reset so number of Sample Clock edges are found for the size of the sample buffer. This is thus a modulo value for the Sample Clock counter. This number must correspond to the size of the sample buffer used by the system (that is the index of the last sample plus 1).
|
STPINTRG is shown in Table 23-33.
Return to the Summary Table.
WS Counter Trigger Value for Input Pins
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | INSTRWCT | R/W | 0h | In Start W Count
Compare value used to start the incoming audio streams.;This bit field must equal the Sample Clock counter value during the Sample Clock period in which the first input word(s) are sampled and stored to memory (that is the sample at the start of the very first DMA input buffer).;The value of this register takes effect when at least 32 PDMxCLK cycle ticks have happened.;Note: To avoid false triggers, this bit field must be set higher than VALUE.
|
STPSSET is shown in Table 23-34.
Return to the Summary Table.
Sample Clock Counter Set Operation
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | VALUE | R/W | 0h | Sample Clock counter modification: Sets the running Sample Clock counter equal to the written value.
|
STPSADD is shown in Table 23-35.
Return to the Summary Table.
Sample Clock Counter Add Operation
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | VALINC | R/W | 0h | Sample Clock counter modification: Adds the written value to the running Sample Clock counter. If a positive edge of Sample Clock occurs at the same time as the operation, this will be taken into account.;To add a negative value, write "[STMPWPER.VALUE] - value".;
|
STPXMIN is shown in Table 23-36.
Return to the Summary Table.
REFCLK Minimum Period Value;Minimum Value of STPXPER
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | VALUE | R/W | FFFFh | Each time [STMPXPER] is updated, the value is also loaded into this register, provided that the value is smaller than the current value in this register.;When written, the register is reset to 0xFFFF (65535), regardless of the value written.;The minimum value can be used to detect extra Sample Clock pulses (this registers value will be significantly smaller than [STMPXPER.VALUE]).
|
STPWCNT is shown in Table 23-37.
Return to the Summary Table.
Current Value of sample clock count This register is reset when STPEN = 0.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | CURRVAL | R | 0h | Current value of the Sample Clock counter
|
STPXCNT is shown in Table 23-38.
Return to the Summary Table.
Current Value of XCNT This register is reset when STPEN = 0.
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-16 | RESERVED | R | 0h | Reserved |
| 15-0 | CURRVAL | R | 0h | Current value of the REFCLK counter, latched when reading [STMPWCNT].
|
STPSTAT is shown in Table 23-39.
Return to the Summary Table.
Samplestamp Generator Status Register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-2 | RESERVED | R | 0h | Reserved |
| 1 | INRDY | R | 0h | Low until the input pins are ready to be started by the samplestamp generator. When started (that is [STMPINTRIG] equals the WCLK counter) the bit goes back low.
|
| 0 | RESERVED | R | 0h | Reserved |
CLKCFG is shown in Table 23-40.
Return to the Summary Table.
Clock configuration register Note: Disable the CLKCFG.MEM_CLK_EN and CLKCFG.ADFS_EN to change [CLK_CFG.MEM_CLK_SEL] or [ADFS_CTRL1]/[ADFS_CTRL2] After changing [CLK_CFG.MEM_CLK_SEL] or [ADFS_CTRL1]/[ADFS_CTRL2], enable CLKCFG.ADFS_EN followed by CLKCFG.MEM_CLK_EN
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-8 | RESERVED | R | 0h | Reserved |
| 7 | ADFSEN | R/W | 0h | ADFS Enable bit
|
| 6-4 | CLKSEL | R/W | 0h | Clock Select
|
| 3-1 | RESERVED | R | 0h | Reserved |
| 0 | CLKEN | R/W | 0h | Clock enable
|
ADFSCTL1 is shown in Table 23-41.
Return to the Summary Table.
ADFS control register
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-21 | RESERVED | R | 0h | Reserved |
| 20-0 | TREF | R/W | 0h | Reference clock time period |
ADFSCTL2 is shown in Table 23-42.
Return to the Summary Table.
ADFS control register 2
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31-30 | RESERVED | R | 0h | Reserved |
| 29-20 | DIV | R/W | 0h | Value of divider to be used for ADFS |
| 19-18 | RESERVED | R | 0h | Reserved |
| 17 | DLTASIGN | R/W | 0h | Sign of delta value to be used.
|
| 16-0 | DELTA | R/W | 0h | Difference in time periods of (reference clk/divisor) and required clock |