Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of target-mcu-k64f by
DAC_Type Struct Reference
[DAC Peripheral Access Layer]
DAC - Register Layout Typedef. More...
#include <MK64F12.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 3552 of file cmsis/MK64F12.h.
Field Documentation
__IO uint8_t C0 |
DAC Control Register, offset: 0x21.
Definition at line 3558 of file cmsis/MK64F12.h.
__IO uint8_t C1 |
DAC Control Register 1, offset: 0x22.
Definition at line 3559 of file cmsis/MK64F12.h.
__IO uint8_t C2 |
DAC Control Register 2, offset: 0x23.
Definition at line 3560 of file cmsis/MK64F12.h.
__IO uint8_t DATH |
DAC Data High Register, array offset: 0x1, array step: 0x2.
Definition at line 3555 of file cmsis/MK64F12.h.
__IO uint8_t DATL |
DAC Data Low Register, array offset: 0x0, array step: 0x2.
Definition at line 3554 of file cmsis/MK64F12.h.
__IO uint8_t SR |
DAC Status Register, offset: 0x20.
Definition at line 3557 of file cmsis/MK64F12.h.
Generated on Sat Aug 27 2022 17:09:03 by
