\n

CT32B0

Peripheral Memory Blocks

address_offset : 0x0 Bytes (0x0)
size : 0xFFF byte (0x0)
mem_usage : registers
protection : not protected

Registers

IR

PC

MCR

MR0

MR1

MR2

MR3

CCR

CR0

CR1

EMR

TCR

CTCR

PWMC

TC

PR


IR

Interrupt Register. The IR can be written to clear interrupts. The IR can be read to identify which of eight possible interrupt sources are pending.
address_offset : 0x0 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

IR IR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 MR0INT MR1INT MR2INT MR3INT CR0INT CR1INT RESERVED RESERVED

MR0INT : Interrupt flag for match channel 0.
bits : 0 - 0 (1 bit)

MR1INT : Interrupt flag for match channel 1.
bits : 1 - 2 (2 bit)

MR2INT : Interrupt flag for match channel 2.
bits : 2 - 4 (3 bit)

MR3INT : Interrupt flag for match channel 3.
bits : 3 - 6 (4 bit)

CR0INT : Interrupt flag for capture channel 0 event.
bits : 4 - 8 (5 bit)

CR1INT : Interrupt flag for capture channel 1 event.
bits : 6 - 12 (7 bit)

RESERVED : Reserved
bits : 7 - 38 (32 bit)

RESERVED : Reserved
bits : 7 - 38 (32 bit)


PC

Prescale Counter. The 32-bit PC is a counter which is incremented to the value stored in PR. When the value in PR is reached, the TC is incremented and the PC is cleared. The PC is observable and controllable through the bus interface.
address_offset : 0x10 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

PC PC read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PC

PC : Prescale counter value.
bits : 0 - 31 (32 bit)


MCR

Match Control Register. The MCR is used to control if an interrupt is generated and if the TC is reset when a Match occurs.
address_offset : 0x14 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

MCR MCR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 MR0I MR0R MR0S MR1I MR1R MR1S MR2I MR2R MR2S MR3I MR3R MR3S RESERVED

MR0I : Interrupt on MR0: an interrupt is generated when MR0 matches the value in the TC.
bits : 0 - 0 (1 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR0R : Reset on MR0: the TC will be reset if MR0 matches it.
bits : 1 - 2 (2 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR0S : Stop on MR0: the TC and PC will be stopped and TCR[0] will be set to 0 if MR0 matches the TC.
bits : 2 - 4 (3 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR1I : Interrupt on MR1: an interrupt is generated when MR1 matches the value in the TC.
bits : 3 - 6 (4 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR1R : Reset on MR1: the TC will be reset if MR1 matches it.
bits : 4 - 8 (5 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR1S : Stop on MR1: the TC and PC will be stopped and TCR[0] will be set to 0 if MR1 matches the TC.
bits : 5 - 10 (6 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR2I : Interrupt on MR2: an interrupt is generated when MR2 matches the value in the TC.
bits : 6 - 12 (7 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR2R : Reset on MR2: the TC will be reset if MR2 matches it.
bits : 7 - 14 (8 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR2S : Stop on MR2: the TC and PC will be stopped and TCR[0] will be set to 0 if MR2 matches the TC.
bits : 8 - 16 (9 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR3I : Interrupt on MR3: an interrupt is generated when MR3 matches the value in the TC.
bits : 9 - 18 (10 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR3R : Reset on MR3: the TC will be reset if MR3 matches it.
bits : 10 - 20 (11 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

MR3S : Stop on MR3: the TC and PC will be stopped and TCR[0] will be set to 0 if MR3 matches the TC.
bits : 11 - 22 (12 bit)

Enumeration: ENUM

1 : ENABLED

Enabled

0 : DISABLED

Disabled

End of enumeration elements list.

RESERVED : Reserved, user software should not write ones to reserved bits. The value read from a reserved bit is not defined.
bits : 12 - 43 (32 bit)


MR0

Match Register 0. MR0 can be enabled through the MCR to reset the TC, stop both the TC and PC, and/or generate an interrupt every time MR0 matches the TC.
address_offset : 0x18 Bytes (0x0)
size : -1 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

MR0 MR0 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 MATCH

MATCH : Timer counter match value.
bits : 0 - 31 (32 bit)


MR1

Match Register 0. MR0 can be enabled through the MCR to reset the TC, stop both the TC and PC, and/or generate an interrupt every time MR0 matches the TC.
address_offset : 0x1C Bytes (0x0)
size : -1 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

MR1 MR1 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 MATCH

MATCH : Timer counter match value.
bits : 0 - 31 (32 bit)


MR2

Match Register 0. MR0 can be enabled through the MCR to reset the TC, stop both the TC and PC, and/or generate an interrupt every time MR0 matches the TC.
address_offset : 0x20 Bytes (0x0)
size : -1 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

MR2 MR2 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 MATCH

MATCH : Timer counter match value.
bits : 0 - 31 (32 bit)


MR3

Match Register 0. MR0 can be enabled through the MCR to reset the TC, stop both the TC and PC, and/or generate an interrupt every time MR0 matches the TC.
address_offset : 0x24 Bytes (0x0)
size : -1 bit
access : read-write
reset_value : 0x0
reset_Mask : 0x0

MR3 MR3 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 MATCH

MATCH : Timer counter match value.
bits : 0 - 31 (32 bit)


CCR

Capture Control Register. The CCR controls which edges of the capture inputs are used to load the Capture Registers and whether or not an interrupt is generated when a capture takes place.
address_offset : 0x28 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

CCR CCR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CAP0RE CAP0FE CAP0I CAP1RE CAP1FE CAP1I RESERVED RESERVED

CAP0RE : Capture on CT32B0_CAP0 rising edge: a sequence of 0 then 1 on CT32B0_CAP0 will cause CR0 to be loaded with the contents of TC.
bits : 0 - 0 (1 bit)

Enumeration: ENUM

1 : ENABLED_

Enabled.

0 : DISABLED_

Disabled.

End of enumeration elements list.

CAP0FE : Capture on CT32B0_CAP0 falling edge: a sequence of 1 then 0 on CT32B0_CAP0 will cause CR0 to be loaded with the contents of TC.
bits : 1 - 2 (2 bit)

Enumeration: ENUM

1 : ENABLED_

Enabled.

0 : DISABLED_

Disabled.

End of enumeration elements list.

CAP0I : Interrupt on CT32B0_CAP0 event: a CR0 load due to a CT32B0_CAP0 event will generate an interrupt.
bits : 2 - 4 (3 bit)

Enumeration: ENUM

1 : ENABLED_

Enabled.

0 : DISABLED_

Disabled.

End of enumeration elements list.

CAP1RE : Capture on CT32B0_CAP1 rising edge: a sequence of 0 then 1 on CT32B0_CAP1 will cause CR1 to be loaded with the contents of TC.
bits : 6 - 12 (7 bit)

Enumeration: ENUM

1 : ENABLED_

Enabled.

0 : DISABLED_

Disabled.

End of enumeration elements list.

CAP1FE : Capture on CT32B0_CAP1 falling edge: a sequence of 1 then 0 on CT32B0_CAP1 will cause CR1 to be loaded with the contents of TC.
bits : 7 - 14 (8 bit)

Enumeration: ENUM

1 : ENABLED_

Enabled.

0 : DISABLED_

Disabled.

End of enumeration elements list.

CAP1I : Interrupt on CT32B0_CAP1 event: a CR1 load due to a CT32B0_CAP1 event will generate an interrupt.
bits : 8 - 16 (9 bit)

Enumeration: ENUM

1 : ENABLED_

Enabled.

0 : DISABLED_

Disabled.

End of enumeration elements list.

RESERVED : Reserved, user software should not write ones to reserved bits. The value read from a reserved bit is not defined.
bits : 9 - 40 (32 bit)

RESERVED : Reserved, user software should not write ones to reserved bits. The value read from a reserved bit is not defined.
bits : 9 - 40 (32 bit)


CR0

Capture Register 0. CR0 is loaded with the value of TC when there is an event on the CT32B0_CAP0 input.
address_offset : 0x2C Bytes (0x0)
access : read-only
reset_value : 0x0
reset_Mask : 0x0

CR0 CR0 read-only 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CAP

CAP : Timer counter capture value.
bits : 0 - 31 (32 bit)


CR1

Capture Register 1. CR1 is loaded with the value of TC when there is an event on the CT32B0_CAP1 input.
address_offset : 0x34 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

CR1 CR1 read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CAP

CAP : Timer counter capture value.
bits : 0 - 31 (32 bit)


EMR

External Match Register. The EMR controls the match function and the external match pins CT32Bn_MAT[3:0].
address_offset : 0x3C Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

EMR EMR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 EM0 EM1 EM2 EM3 EMC0 EMC1 EMC2 EMC3 RESERVED

EM0 : External Match 0. This bit reflects the state of output CT32Bn_MAT0, whether or not this output is connected to its pin. When a match occurs between the TC and MR0, this bit can either toggle, go LOW, go HIGH, or do nothing. Bits EMR[5:4] control the functionality of this output. This bit is driven to the CT32B0_MAT0/CT32B1_MAT0 pins if the match function is selected in the IOCON registers (0 = LOW, 1 = HIGH).
bits : 0 - 0 (1 bit)

EM1 : External Match 1. This bit reflects the state of output CT32Bn_MAT1, whether or not this output is connected to its pin. When a match occurs between the TC and MR1, this bit can either toggle, go LOW, go HIGH, or do nothing. Bits EMR[7:6] control the functionality of this output. This bit is driven to the CT32B0_MAT1/CT32B1_MAT1 pins if the match function is selected in the IOCON registers (0 = LOW, 1 = HIGH).
bits : 1 - 2 (2 bit)

EM2 : External Match 2. This bit reflects the state of output CT32Bn_MAT2, whether or not this output is connected to its pin. When a match occurs between the TC and MR2, this bit can either toggle, go LOW, go HIGH, or do nothing. Bits EMR[9:8] control the functionality of this output. This bit is driven to the CT32B0_MAT2/CT32B1_MAT2 pins if the match function is selected in the IOCON registers (0 = LOW, 1 = HIGH).
bits : 2 - 4 (3 bit)

EM3 : External Match 3. This bit reflects the state of output CT32Bn_MAT3, whether or not this output is connected to its pin. When a match occurs between the TC and MR3, this bit can either toggle, go LOW, go HIGH, or do nothing. Bits EMR[11:10] control the functionality of this output. This bit is driven to the CT32B3_MAT0/CT32B1_MAT3 pins if the match function is selected in the IOCON registers (0 = LOW, 1 = HIGH).
bits : 3 - 6 (4 bit)

EMC0 : External Match Control 0. Determines the functionality of External Match 0.
bits : 4 - 9 (6 bit)

Enumeration: ENUM

0x0 : DO_NOTHING_

Do Nothing.

0x1 : CLEAR_THE_CORRESPOND

Clear the corresponding External Match bit/output to 0 (CT32Bi_MAT0 pin is LOW if pinned out).

0x2 : SET_THE_CORRESPONDIN

Set the corresponding External Match bit/output to 1 (CT32Bi_MAT0 pin is HIGH if pinned out).

0x3 : TOGGLE_THE_CORRESPON

Toggle the corresponding External Match bit/output.

End of enumeration elements list.

EMC1 : External Match Control 1. Determines the functionality of External Match 1.
bits : 6 - 13 (8 bit)

Enumeration: ENUM

0x0 : DO_NOTHING_

Do Nothing.

0x1 : CLEAR_THE_CORRESPOND

Clear the corresponding External Match bit/output to 0 (CT32Bi_MAT1 pin is LOW if pinned out).

0x2 : SET_THE_CORRESPONDIN

Set the corresponding External Match bit/output to 1 (CT32Bi_MAT1 pin is HIGH if pinned out).

0x3 : TOGGLE_THE_CORRESPON

Toggle the corresponding External Match bit/output.

End of enumeration elements list.

EMC2 : External Match Control 2. Determines the functionality of External Match 2.
bits : 8 - 17 (10 bit)

Enumeration: ENUM

0x0 : DO_NOTHING_

Do Nothing.

0x1 : CLEAR_THE_CORRESPOND

Clear the corresponding External Match bit/output to 0 (CT32Bi_MAT2 pin is LOW if pinned out).

0x2 : SET_THE_CORRESPONDIN

Set the corresponding External Match bit/output to 1 (CT32Bi_MAT2 pin is HIGH if pinned out).

0x3 : TOGGLE_THE_CORRESPON

Toggle the corresponding External Match bit/output.

End of enumeration elements list.

EMC3 : External Match Control 3. Determines the functionality of External Match 3.
bits : 10 - 21 (12 bit)

Enumeration: ENUM

0x0 : DO_NOTHING_

Do Nothing.

0x1 : CLEAR_THE_CORRESPOND

Clear the corresponding External Match bit/output to 0 (CT32Bi_MAT3 pin is LOW if pinned out).

0x2 : SET_THE_CORRESPONDIN

Set the corresponding External Match bit/output to 1 (CT32Bi_MAT3 pin is HIGH if pinned out).

0x3 : TOGGLE_THE_CORRESPON

Toggle the corresponding External Match bit/output.

End of enumeration elements list.

RESERVED : Reserved, user software should not write ones to reserved bits. The value read from a reserved bit is not defined.
bits : 12 - 43 (32 bit)


TCR

Timer Control Register. The TCR is used to control the Timer Counter functions. The Timer Counter can be disabled or reset through the TCR.
address_offset : 0x4 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

TCR TCR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CEN CRST RESERVED

CEN : Counter enable.
bits : 0 - 0 (1 bit)

Enumeration: ENUM

0 : THE_COUNTERS_ARE_DIS

The counters are disabled.

1 : THE_TIMER_COUNTER_AN

The Timer Counter and Prescale Counter are enabled for counting.

End of enumeration elements list.

CRST : Counter reset.
bits : 1 - 2 (2 bit)

Enumeration: ENUM

0 : DO_NOTHING_

Do nothing.

1 : THE_TIMER_COUNTER_AN

The Timer Counter and the Prescale Counter are synchronously reset on the next positive edge of PCLK. The counters remain reset until TCR[1] is returned to zero.

End of enumeration elements list.

RESERVED : Reserved, user software should not write ones to reserved bits. The value read from a reserved bit is not defined.
bits : 2 - 33 (32 bit)


CTCR

Count Control Register. The CTCR selects between Timer and Counter mode, and in Counter mode selects the signal and edge(s) for counting.
address_offset : 0x70 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

CTCR CTCR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 CTM CIS ENCC SElCC RESERVED

CTM : Counter/Timer Mode. This field selects which rising PCLK edges can increment Timer's Prescale Counter (PC), or clear PC and increment Timer Counter (TC). If Counter mode is selected in the CTCR, bits 2:0 in the Capture Control Register (CCR) must be programmed as 000.
bits : 0 - 1 (2 bit)

Enumeration: ENUM

0x0 : TIMER_MODE_EVERY_RI

Timer Mode: every rising PCLK edge

0x3 : COUNTER_MODE_TC_IS_

Counter Mode: TC is incremented on both edges on the CAP input selected by bits 3:2.

0x3 : COUNTER_MODE_TC_IS_

Counter Mode: TC is incremented on both edges on the CAP input selected by bits 3:2.

0x3 : COUNTER_MODE_TC_IS_

Counter Mode: TC is incremented on both edges on the CAP input selected by bits 3:2.

End of enumeration elements list.

CIS : Count Input Select. In counter mode (when bits 1:0 in this register are not 00), these bits select which CAP pin or comparator output is sampled for clocking. If Counter mode is selected in the CTCR, the 3 bits for that input in the Capture Control Register (CCR) must be programmed as 000. Values 0x1 and0x3 are reserved.
bits : 2 - 5 (4 bit)

Enumeration: ENUM

0x0 : CT32B0_CAP0

CT32B0_CAP0

0x1 : RESERVED_

Reserved.

0x2 : CT32B0_CAP1

CT32B0_CAP1

End of enumeration elements list.

ENCC : Setting this bit to 1 enables clearing of the timer and the prescaler when the capture-edge event specified in bits 7:5 occurs.
bits : 4 - 8 (5 bit)

SElCC : When bit 4 is a 1, these bits select which capture input edge will cause the timer and prescaler to be cleared. These bits have no effect when bit 4 is low. Values 0x2 to 0x3 and 0x6 to 0x7 are reserved.
bits : 5 - 12 (8 bit)

Enumeration: ENUM

0x4 : RISING_EDGE_OF_CT32B

Rising Edge of CT32B0_CAP1 clears the timer (if bit 4 is set)

0x5 : FALLING_EDGE_OF_CT32

Falling Edge of CT32B0_CAP1 clears the timer (if bit 4 is set)

0x2 : RESERVED

Reserved,

0x3 : RESERVED_

Reserved.

0x4 : RISING_EDGE_OF_CT32B

Rising Edge of CT32B0_CAP1 clears the timer (if bit 4 is set)

0x5 : FALLING_EDGE_OF_CT32

Falling Edge of CT32B0_CAP1 clears the timer (if bit 4 is set)

End of enumeration elements list.

RESERVED : Reserved, user software should not write ones to reserved bits. The value read from a reserved bit is not defined.
bits : 8 - 39 (32 bit)


PWMC

PWM Control Register. The PWMCON enables PWM mode for the external match pins CT32Bn_MAT[3:0].
address_offset : 0x74 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

PWMC PWMC read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PWMEN0 PWMEN1 PWMEN2 PWMEN3 RESERVED

PWMEN0 : PWM mode enable for channel0.
bits : 0 - 0 (1 bit)

Enumeration: ENUM

0 : CT32BN_MAT0_IS_CONTR

CT32Bn_MAT0 is controlled by EM0.

1 : PWM_MODE_IS_ENABLED_

PWM mode is enabled for CT32Bn_MAT0.

End of enumeration elements list.

PWMEN1 : PWM mode enable for channel1.
bits : 1 - 2 (2 bit)

Enumeration: ENUM

0 : CT32BN_MAT01_IS_CONT

CT32Bn_MAT01 is controlled by EM1.

1 : PWM_MODE_IS_ENABLED_

PWM mode is enabled for CT32Bn_MAT1.

End of enumeration elements list.

PWMEN2 : PWM mode enable for channel2.
bits : 2 - 4 (3 bit)

Enumeration: ENUM

0 : CT32BN_MAT2_IS_CONTR

CT32Bn_MAT2 is controlled by EM2.

1 : PWM_MODE_IS_ENABLED_

PWM mode is enabled for CT32Bn_MAT2.

End of enumeration elements list.

PWMEN3 : PWM mode enable for channel3. Note: It is recommended to use match channel 3 to set the PWM cycle.
bits : 3 - 6 (4 bit)

Enumeration: ENUM

0 : CT32BN_MAT3_IS_CONTR

CT32Bn_MAT3 is controlled by EM3.

1 : PWM_MODE_IS_ENABLED_

PWM mode is enabled for CT132Bn_MAT3.

End of enumeration elements list.

RESERVED : Reserved, user software should not write ones to reserved bits. The value read from a reserved bit is not defined.
bits : 4 - 35 (32 bit)


TC

Timer Counter. The 32-bit TC is incremented every PR+1 cycles of PCLK. The TC is controlled through the TCR.
address_offset : 0x8 Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

TC TC read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 TC

TC : Timer counter value.
bits : 0 - 31 (32 bit)


PR

Prescale Register. When the Prescale Counter (below) is equal to this value, the next clock increments the TC and clears the PC.
address_offset : 0xC Bytes (0x0)
access : read-write
reset_value : 0x0
reset_Mask : 0x0

PR PR read-write 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Resets to Resets to 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCVAL

PCVAL : Prescaler value.
bits : 0 - 31 (32 bit)



Is something missing? Is something wrong? can you help correct it ? Please contact us at info@chipselect.org !

This website is sponsored by EmbeetleEmbeetle, an IDE designed from scratch for embedded software developers.