From: asterix Date: Tue, 30 Aug 2011 16:58:30 +0000 (+0000) Subject: Add missing define. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3844e2f6c5eed645d1b785bc6400a44eb99e752b;p=bertos.git Add missing define. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5002 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/io/sam3_hsmci.h b/bertos/cpu/cortex-m3/io/sam3_hsmci.h index d8036b86..ec340811 100644 --- a/bertos/cpu/cortex-m3/io/sam3_hsmci.h +++ b/bertos/cpu/cortex-m3/io/sam3_hsmci.h @@ -163,6 +163,7 @@ #define HSMCI_BLKR_BCNT_BYTE 0x4 ///< (HSMCI_BLKR) SDIO ByteFrom 1 to 512 bytes: Value 0 corresponds to a 512-byte transfer.Values from 0x200 to 0xFFFF are forbidden. #define HSMCI_BLKR_BCNT_BLOCK 0x5 ///< (HSMCI_BLKR) SDIO BlockFrom 1 to 511 blocks: Value 0 corresponds to an infinite block transfer.Values from 0x200 to 0xFFFF are forbidden. #define HSMCI_BLKR_BLKLEN_MASK 0xffff0000 ///< (HSMCI_BLKR) Data Block Length +#define HSMCI_BLKR_BLKLEN_SHIFT 16 /* HSMCI_CSTOR : (HSMCI Offset: 0x1C) Completion Signal Timeout Register */