File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/portable/renesas/link Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 52
52
//--------------------------------------------------------------------+
53
53
54
54
/* LINK core registers */
55
+ #if defined(__CCRX__ )
56
+ #define LINK_REG ((LINK_REG_t __evenaccess*)LINK_REG_BASE)
57
+ #else
55
58
#define LINK_REG ((LINK_REG_t*)LINK_REG_BASE)
59
+ #endif
56
60
57
61
/* Start of definition of packed structs (used by the CCRX toolchain) */
58
62
TU_ATTR_PACKED_BEGIN
Original file line number Diff line number Diff line change 48
48
//--------------------------------------------------------------------+
49
49
50
50
/* LINK core registers */
51
+ #if defined(__CCRX__ )
52
+ #define LINK_REG ((LINK_REG_t __evenaccess*)LINK_REG_BASE)
53
+ #else
51
54
#define LINK_REG ((LINK_REG_t*)LINK_REG_BASE)
55
+ #endif
52
56
53
57
TU_ATTR_PACKED_BEGIN
54
58
TU_ATTR_BIT_FIELD_ORDER_BEGIN
You can’t perform that action at this time.
0 commit comments