source: asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZ_A1H/device/inc/reg32_t.h@ 352

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

arm向けASP3版ECNLを追加

  • 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.