]> git.gir.st - tmk_keyboard.git/blob - tool/mbed/mbed-sdk/libraries/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/inc/reg32_t.h
Squashed 'tmk_core/' changes from 7967731..b9e0ea0
[tmk_keyboard.git] / tool / mbed / mbed-sdk / libraries / mbed / targets / cmsis / TARGET_RENESAS / TARGET_RZ_A1H / inc / reg32_t.h
1 #ifndef __REG32_T
2 #define __REG32_T
3
4 union reg32_t {
5 volatile uint32_t UINT32;
6 volatile uint16_t UINT16[2];
7 volatile uint8_t UINT8[4];
8 };
9
10
11 #endif
Imprint / Impressum