mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Dec 03 15:15:11 2015 +0000
Parent:
32:58d485b73390
Child:
34:bb6061527455
Commit message:
Synchronized with git revision 88bbe088da5793b45ba5ebc63521c93611ad2dd7

Full URL: https://github.com/mbedmicro/mbed/commit/88bbe088da5793b45ba5ebc63521c93611ad2dd7/

Adding BLE library

Changed in this revision

targets/cmsis/TARGET_Maxim/TARGET_MAX32610/spi_regs.h Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_Maxim/TARGET_MAX32610/TOOLCHAIN_ARM_STD/exactLE.ar Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_Maxim/TARGET_MAX32610/TOOLCHAIN_GCC_ARM/libexactLE.a Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_Maxim/TARGET_MAX32610/TOOLCHAIN_IAR/exactLE.a Show annotated file Show diff for this revision Revisions of this file
--- a/targets/cmsis/TARGET_Maxim/TARGET_MAX32610/spi_regs.h	Wed Dec 02 08:45:10 2015 +0000
+++ b/targets/cmsis/TARGET_Maxim/TARGET_MAX32610/spi_regs.h	Thu Dec 03 15:15:11 2015 +0000
@@ -119,6 +119,16 @@
 #define MXC_F_SPI_MSTR_CFG_ALT_SCK_LO_CLK_POS               24
 #define MXC_F_SPI_MSTR_CFG_ALT_SCK_LO_CLK                   ((uint32_t)(0x0000000FUL << MXC_F_SPI_MSTR_CFG_ALT_SCK_LO_CLK_POS))
 
+#define MXC_V_SPI_MSTR_CFG_PAGE_SIZE_4B                     ((uint32_t)0x00000000UL)
+#define MXC_V_SPI_MSTR_CFG_PAGE_SIZE_8B                     ((uint32_t)0x00000001UL)
+#define MXC_V_SPI_MSTR_CFG_PAGE_SIZE_16B                    ((uint32_t)0x00000002UL)
+#define MXC_V_SPI_MSTR_CFG_PAGE_SIZE_32B                    ((uint32_t)0x00000003UL)
+
+#define MXC_S_SPI_MSTR_CFG_PAGE_4B                          (MXC_V_SPI_MSTR_CFG_PAGE_SIZE_4B  << MXC_F_SPI_MSTR_CFG_PAGE_SIZE_POS)
+#define MXC_S_SPI_MSTR_CFG_PAGE_8B                          (MXC_V_SPI_MSTR_CFG_PAGE_SIZE_8B  << MXC_F_SPI_MSTR_CFG_PAGE_SIZE_POS)
+#define MXC_S_SPI_MSTR_CFG_PAGE_16B                         (MXC_V_SPI_MSTR_CFG_PAGE_SIZE_16B << MXC_F_SPI_MSTR_CFG_PAGE_SIZE_POS)
+#define MXC_S_SPI_MSTR_CFG_PAGE_32B                         (MXC_V_SPI_MSTR_CFG_PAGE_SIZE_32B << MXC_F_SPI_MSTR_CFG_PAGE_SIZE_POS)
+
 #define MXC_F_SPI_SS_SR_POLARITY_SS_POLARITY_POS            0
 #define MXC_F_SPI_SS_SR_POLARITY_SS_POLARITY                ((uint32_t)(0x000000FFUL << MXC_F_SPI_SS_SR_POLARITY_SS_POLARITY_POS))
 #define MXC_F_SPI_SS_SR_POLARITY_FC_POLARITY_POS            8
Binary file targets/hal/TARGET_Maxim/TARGET_MAX32610/TOOLCHAIN_ARM_STD/exactLE.ar has changed
Binary file targets/hal/TARGET_Maxim/TARGET_MAX32610/TOOLCHAIN_GCC_ARM/libexactLE.a has changed
Binary file targets/hal/TARGET_Maxim/TARGET_MAX32610/TOOLCHAIN_IAR/exactLE.a has changed