| /bsp/essemi/es32vf2264/libraries/RV_CORE/Device/EastSoft/ES32VF2264/Include/ |
| A D | es32vf2264.h | 134 #define I2C0_BASE (APB_BASE + 0x8000) macro 169 #define I2C0 ((I2C_TypeDef *) I2C0_BASE)
|
| /bsp/tm4c123bsp/libraries/Drivers/config/ |
| A D | i2c_config.h | 49 .base = I2C0_BASE, \
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/ |
| A D | efm32g880f128.h | 293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| A D | efm32g880f32.h | 293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| A D | efm32g880f64.h | 293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| A D | efm32g890f128.h | 293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| A D | efm32g890f32.h | 293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| A D | efm32g890f64.h | 293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32GG/Include/ |
| A D | efm32gg990f512.h | 340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| A D | efm32gg995f1024.h | 340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| A D | efm32gg995f512.h | 340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| A D | efm32gg980f1024.h | 340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| A D | efm32gg980f512.h | 340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| A D | efm32gg990f1024.h | 340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro 389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
|
| /bsp/tm4c123bsp/board/ |
| A D | tm4c123_config.c | 111 ROM_I2CMasterTimeoutSet(I2C0_BASE, 0x7d); in i2c_hw_config()
|
| /bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/ |
| A D | hw_memmap.h | 69 #define I2C0_BASE 0x40020000 // I2C0 macro
|
| /bsp/tm4c129x/libraries/inc/ |
| A D | hw_memmap.h | 69 #define I2C0_BASE 0x40020000 // I2C0 macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl616/ |
| A D | bl616_memorymap.h | 76 #define I2C0_BASE ((uint32_t)0x2000a300) macro
|
| A D | device_table.c | 118 .reg_base = I2C0_BASE,
|
| /bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/ |
| A D | i2c.c | 65 { I2C0_BASE, INT_I2C0_TM4C123 }, 78 { I2C0_BASE, INT_I2C0_TM4C129 }, 109 return((ui32Base == I2C0_BASE) || (ui32Base == I2C1_BASE) || in _I2CBaseValid()
|
| /bsp/tm4c129x/libraries/driverlib/ |
| A D | i2c.c | 65 { I2C0_BASE, INT_I2C0_TM4C123 }, 78 { I2C0_BASE, INT_I2C0_TM4C129 }, 109 return((ui32Base == I2C0_BASE) || (ui32Base == I2C1_BASE) || in _I2CBaseValid()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl808/ |
| A D | bl808_memorymap.h | 79 #define I2C0_BASE ((uint32_t)0x2000a300) macro
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/ |
| A D | i2c.c | 62 { I2C0_BASE, INT_I2C0 }, 93 return ((ui32Base == I2C0_BASE) || (ui32Base == I2C1_BASE) || in _I2CBaseValid()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/hardware/ |
| A D | bl616.h | 210 #define I2C0_BASE ((uint32_t)0x2000a300) macro
|
| /bsp/cvitek/drivers/ |
| A D | drv_hw_i2c.c | 32 .iic_base = (dw_iic_regs_t *)I2C0_BASE,
|