source: EcnlProtoTool/trunk/asp3_dcre/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/inc/reg32_t.h@ 321

Last change on this file since 321 was 321, checked in by coas-nagasima, 7 years ago

文字コードを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 160 bytes
Line 
1#ifndef __REG32_T
2#define __REG32_T
3
4union reg32_t {
5 volatile uint32_t UINT32;
6 volatile uint16_t UINT16[2];
7 volatile uint8_t UINT8[4];
8};
9
10
11#endif
Note: See TracBrowser for help on using the repository browser.