Module lpc845_pac::ctimer0::ccr[][src]

Expand description

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.

Structs

Field CAP0FE reader - Falling edge of capture channel 0: a sequence of 1 then 0 causes CR0 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP0FE writer - Falling edge of capture channel 0: a sequence of 1 then 0 causes CR0 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP0I reader - Generate interrupt on channel 0 capture event: a CR0 load generates an interrupt.

Field CAP0I writer - Generate interrupt on channel 0 capture event: a CR0 load generates an interrupt.

Field CAP0RE reader - Rising edge of capture channel 0: a sequence of 0 then 1 causes CR0 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP0RE writer - Rising edge of capture channel 0: a sequence of 0 then 1 causes CR0 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP1FE reader - Falling edge of capture channel 1: a sequence of 1 then 0 causes CR1 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP1FE writer - Falling edge of capture channel 1: a sequence of 1 then 0 causes CR1 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP1I reader - Generate interrupt on channel 1 capture event: a CR1 load generates an interrupt.

Field CAP1I writer - Generate interrupt on channel 1 capture event: a CR1 load generates an interrupt.

Field CAP1RE reader - Rising edge of capture channel 1: a sequence of 0 then 1 causes CR1 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP1RE writer - Rising edge of capture channel 1: a sequence of 0 then 1 causes CR1 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP2FE reader - Falling edge of capture channel 2: a sequence of 1 then 0 causes CR2 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP2FE writer - Falling edge of capture channel 2: a sequence of 1 then 0 causes CR2 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP2I reader - Generate interrupt on channel 2 capture event: a CR2 load generates an interrupt.

Field CAP2I writer - Generate interrupt on channel 2 capture event: a CR2 load generates an interrupt.

Field CAP2RE reader - Rising edge of capture channel 2: a sequence of 0 then 1 causes CR2 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP2RE writer - Rising edge of capture channel 2: a sequence of 0 then 1 causes CR2 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP3FE reader - Falling edge of capture channel 3: a sequence of 1 then 0 causes CR3 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP3FE writer - Falling edge of capture channel 3: a sequence of 1 then 0 causes CR3 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP3I reader - Generate interrupt on channel 3 capture event: a CR3 load generates an interrupt.

Field CAP3I writer - Generate interrupt on channel 3 capture event: a CR3 load generates an interrupt.

Field CAP3RE reader - Rising edge of capture channel 3: a sequence of 0 then 1 causes CR3 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

Field CAP3RE writer - Rising edge of capture channel 3: a sequence of 0 then 1 causes CR3 to be loaded with the contents of TC. 0 = disabled. 1 = enabled.

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.

Register CCR reader

Register CCR writer