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

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

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
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.