Emilio Monti / mbed-KL25Z

Dependents:   FRDM_RGBLED

Embed: (wiki syntax)

« Back to documentation index

TPM_Type Struct Reference

TPM_Type Struct Reference
[TPM Peripheral Access Layer]

TPM - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__IO uint32_t SC
 Status and Control, offset: 0x0.
__IO uint32_t CNT
 Counter, offset: 0x4.
__IO uint32_t MOD
 Modulo, offset: 0x8.
__IO uint32_t STATUS
 Capture and Compare Status, offset: 0x50.
__IO uint32_t CONF
 Configuration, offset: 0x84.
__IO uint32_t CnSC
 Channel (n) Status and Control, array offset: 0xC, array step: 0x8.
__IO uint32_t CnV
 Channel (n) Value, array offset: 0x10, array step: 0x8.

Detailed Description

TPM - Register Layout Typedef.

Definition at line 3191 of file MKL25Z4.h.


Field Documentation

__IO uint32_t CnSC

Channel (n) Status and Control, array offset: 0xC, array step: 0x8.

Definition at line 3196 of file MKL25Z4.h.

__IO uint32_t CNT

Counter, offset: 0x4.

Definition at line 3193 of file MKL25Z4.h.

__IO uint32_t CnV

Channel (n) Value, array offset: 0x10, array step: 0x8.

Definition at line 3197 of file MKL25Z4.h.

__IO uint32_t CONF

Configuration, offset: 0x84.

Definition at line 3202 of file MKL25Z4.h.

__IO uint32_t MOD

Modulo, offset: 0x8.

Definition at line 3194 of file MKL25Z4.h.

__IO uint32_t SC

Status and Control, offset: 0x0.

Definition at line 3192 of file MKL25Z4.h.

__IO uint32_t STATUS

Capture and Compare Status, offset: 0x50.

Definition at line 3200 of file MKL25Z4.h.