fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088

Fork of mbed-src by mbed official

Embed: (wiki syntax)

« Back to documentation index

DAC_Type Struct Reference

DAC_Type Struct Reference
[DAC Peripheral Access Layer]

DAC - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__IO uint8_t SR
 DAC Status Register, offset: 0x20.
__IO uint8_t C0
 DAC Control Register, offset: 0x21.
__IO uint8_t C1
 DAC Control Register 1, offset: 0x22.
__IO uint8_t C2
 DAC Control Register 2, offset: 0x23.
__IO uint8_t DATL
 DAC Data Low Register, array offset: 0x0, array step: 0x2.
__IO uint8_t DATH
 DAC Data High Register, array offset: 0x1, array step: 0x2.

Detailed Description

DAC - Register Layout Typedef.

Definition at line 481 of file MKL25Z4.h.


Field Documentation

__IO uint8_t C0

DAC Control Register, offset: 0x21.

Definition at line 488 of file MKL25Z4.h.

__IO uint8_t C1

DAC Control Register 1, offset: 0x22.

Definition at line 489 of file MKL25Z4.h.

__IO uint8_t C2

DAC Control Register 2, offset: 0x23.

Definition at line 490 of file MKL25Z4.h.

__IO uint8_t DATH

DAC Data High Register, array offset: 0x1, array step: 0x2.

Definition at line 484 of file MKL25Z4.h.

__IO uint8_t DATL

DAC Data Low Register, array offset: 0x0, array step: 0x2.

Definition at line 483 of file MKL25Z4.h.

__IO uint8_t SR

DAC Status Register, offset: 0x20.

Definition at line 487 of file MKL25Z4.h.