MSPM0_ValvanoWare
1.0
ECE445L starter code
inc
DAC.h
Go to the documentation of this file.
1
30
#ifndef __DAC_H__
31
#define __DAC_H__
32
33
42
void
DAC_Init
(
void
);
43
44
52
void
DAC_Out
(uint32_t data);
53
54
#endif
DAC_Init
void DAC_Init(void)
Initialize 12-bit DAC.
DAC_Out
void DAC_Out(uint32_t data)
Output to DAC.
Generated by
1.9.1