X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/cc1afb21bdc089426652f21769164645cae062fd..243fec4450d3a3246f3f0d92751a95daef7c1503:/embedded/board/arm/ul_usb1/defines/system_def-hisc-garage-gate.h diff --git a/embedded/board/arm/ul_usb1/defines/system_def-hisc-garage-gate.h b/embedded/board/arm/ul_usb1/defines/system_def-hisc-garage-gate.h index 250d27b..506f7b7 100644 --- a/embedded/board/arm/ul_usb1/defines/system_def-hisc-garage-gate.h +++ b/embedded/board/arm/ul_usb1/defines/system_def-hisc-garage-gate.h @@ -111,14 +111,16 @@ #define P1_27_UNUSED_BIT BIT(27) // used by JTAG #define P1_28_UNUSED_BIT BIT(28) // used by JTAG #define P1_29_UNUSED_BIT BIT(29) // used by JTAG -#define P1_30_UNUSED_BIT BIT(30) // used by JTAG -#define P1_31_UNUSED_BIT BIT(31) // used by JTAG +#define P1_30_DOOR_CLOSE BIT(30) // used by JTAG +#define P1_31_DOOR_OPEN BIT(31) // used by JTAG #define P0IO_INPUT_BITS (uint32_t) ( \ BOOT_BIT | \ 0 ) #define P1IO_INPUT_BITS (uint32_t) ( \ + P1_30_DOOR_OPEN | \ + P1_31_DOOR_CLOSE | \ 0 ) #define P0IO_ZERO_BITS (uint32_t) ( \ @@ -160,8 +162,6 @@ P1_27_UNUSED_BIT | \ P1_28_UNUSED_BIT | \ P1_29_UNUSED_BIT | \ - P1_30_UNUSED_BIT | \ - P1_31_UNUSED_BIT | \ 0 )