]> rtime.felk.cvut.cz Git - sysless.git/blob - board/h8300/h8canusb/libs/bspbase/bsp0common.c
It is 12 years after C99 standardization - switch to stdint.h and its types.
[sysless.git] / board / h8300 / h8canusb / libs / bspbase / bsp0common.c
1 /* procesor H8S/2638 ver 1.1  */
2 #include <stdint.h>
3 #include <cpu_def.h>
4 #include <h8s2638h.h>
5 #include <system_def.h>
6
7 #define SHADOW_SECT __attribute((section (".shadreg")))
8
9 uint8_t DIO_P1DDR_shadow SHADOW_SECT;
10 uint8_t DIO_P3DDR_shadow SHADOW_SECT;
11 uint8_t DIO_PFDDR_shadow SHADOW_SECT;
12 uint8_t DIO_PJDDR_shadow SHADOW_SECT;