Freescale_Cachan / Mbed 2 deprecated Programme_course_base

Dependencies:   MMA8451Q mbed xbee_lib

Fork of Programme_course by Freescale_Cachan

Embed: (wiki syntax)

« Back to documentation index

DAC_MemMap Struct Reference

DAC_MemMap Struct Reference
[DAC]

DAC - Peripheral register structure. More...

#include <MKL25Z4.h>

Data Fields

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

Detailed Description

DAC - Peripheral register structure.

Definition at line 843 of file MKL25Z4.h.


Field Documentation

uint8_t C0

DAC Control Register, offset: 0x21.

Definition at line 850 of file MKL25Z4.h.

uint8_t C1

DAC Control Register 1, offset: 0x22.

Definition at line 851 of file MKL25Z4.h.

uint8_t C2

DAC Control Register 2, offset: 0x23.

Definition at line 852 of file MKL25Z4.h.

uint8_t DATH

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

Definition at line 846 of file MKL25Z4.h.

uint8_t DATL

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

Definition at line 845 of file MKL25Z4.h.

uint8_t SR

DAC Status Register, offset: 0x20.

Definition at line 849 of file MKL25Z4.h.