Home
last modified time | relevance | path

Searched refs:I2C1_BASE (Results 1 – 25 of 132) sorted by relevance

123456

/bsp/essemi/es32vf2264/libraries/RV_CORE/Device/EastSoft/ES32VF2264/Include/
A Des32vf2264.h135 #define I2C1_BASE (APB_BASE + 0x8400) macro
170 #define I2C1 ((I2C_TypeDef *) I2C1_BASE)
/bsp/tm4c123bsp/libraries/Drivers/config/
A Di2c_config.h60 .base = I2C1_BASE, \
/bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/
A Defm32gg990f512.h341 #define I2C1_BASE (0x4000A400UL) /**< I2C1 base address */ macro
390 #define I2C1 ((I2C_TypeDef *) I2C1_BASE) /**< I2C1 base pointer */
A Defm32gg995f1024.h341 #define I2C1_BASE (0x4000A400UL) /**< I2C1 base address */ macro
390 #define I2C1 ((I2C_TypeDef *) I2C1_BASE) /**< I2C1 base pointer */
A Defm32gg995f512.h341 #define I2C1_BASE (0x4000A400UL) /**< I2C1 base address */ macro
390 #define I2C1 ((I2C_TypeDef *) I2C1_BASE) /**< I2C1 base pointer */
A Defm32gg980f1024.h341 #define I2C1_BASE (0x4000A400UL) /**< I2C1 base address */ macro
390 #define I2C1 ((I2C_TypeDef *) I2C1_BASE) /**< I2C1 base pointer */
A Defm32gg980f512.h341 #define I2C1_BASE (0x4000A400UL) /**< I2C1 base address */ macro
390 #define I2C1 ((I2C_TypeDef *) I2C1_BASE) /**< I2C1 base pointer */
A Defm32gg990f1024.h341 #define I2C1_BASE (0x4000A400UL) /**< I2C1 base address */ macro
390 #define I2C1 ((I2C_TypeDef *) I2C1_BASE) /**< I2C1 base pointer */
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/
A Dhw_memmap.h70 #define I2C1_BASE 0x40021000 // I2C1 macro
/bsp/tm4c129x/libraries/inc/
A Dhw_memmap.h70 #define I2C1_BASE 0x40021000 // I2C1 macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl616/
A Dbl616_memorymap.h82 #define I2C1_BASE ((uint32_t)0x2000a900) macro
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Di2c.c66 { I2C1_BASE, INT_I2C1_TM4C123 },
79 { I2C1_BASE, INT_I2C1_TM4C129 },
109 return((ui32Base == I2C0_BASE) || (ui32Base == I2C1_BASE) || in _I2CBaseValid()
/bsp/tm4c129x/libraries/driverlib/
A Di2c.c66 { I2C1_BASE, INT_I2C1_TM4C123 },
79 { I2C1_BASE, INT_I2C1_TM4C129 },
109 return((ui32Base == I2C0_BASE) || (ui32Base == I2C1_BASE) || in _I2CBaseValid()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl808/
A Dbl808_memorymap.h86 #define I2C1_BASE ((uint32_t)0x2000a900) macro
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_i2c.h47 #define I2C1_BASE (APB1PERIPH_BASE + 0x5400) ///< Base Address: … macro
298 #define I2C1 ((I2C_TypeDef*)I2C1_BASE)
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Di2c.c63 { I2C1_BASE, INT_I2C1 },
93 return ((ui32Base == I2C0_BASE) || (ui32Base == I2C1_BASE) || in _I2CBaseValid()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_i2c.h72 #define IS_I2C_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == I2C1_BASE) || \
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_i2c.h72 #define IS_I2C_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == I2C1_BASE) || \
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_i2c.h72 #define IS_I2C_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == I2C1_BASE) || \
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_i2c.h72 #define IS_I2C_ALL_PERIPH(PERIPH) (((*(uint32_t*)&(PERIPH)) == I2C1_BASE) || \
/bsp/nxp/imx/imx6ull-smart/drivers/
A Dimx6ull.h265 #define IMX6ULL_I2C1_BASE I2C1_BASE
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/hardware/
A Dbl616.h216 #define I2C1_BASE ((uint32_t)0x2000a900) macro
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DACM32F0x0.h619 #define I2C1_BASE (APB1PERIPH_BASE + 0x00005400UL) macro
694 #define I2C1 ((I2C_TypeDef *)I2C1_BASE)
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_i2c.c128 case I2C1_BASE: in I2C_DeInit()
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_i2c.c128 case I2C1_BASE: in I2C_DeInit()

Completed in 49 milliseconds

123456