Home
last modified time | relevance | path

Searched refs:I2C0_BASE (Results 1 – 25 of 100) sorted by relevance

1234

/bsp/essemi/es32vf2264/libraries/RV_CORE/Device/EastSoft/ES32VF2264/Include/
A Des32vf2264.h134 #define I2C0_BASE (APB_BASE + 0x8000) macro
169 #define I2C0 ((I2C_TypeDef *) I2C0_BASE)
/bsp/tm4c123bsp/libraries/Drivers/config/
A Di2c_config.h49 .base = I2C0_BASE, \
/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Include/
A Defm32g880f128.h293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
A Defm32g880f32.h293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
A Defm32g880f64.h293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
A Defm32g890f128.h293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
A Defm32g890f32.h293 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
335 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
A Defm32g890f64.h293 #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 Defm32gg990f512.h340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
A Defm32gg995f1024.h340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
A Defm32gg995f512.h340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
A Defm32gg980f1024.h340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
A Defm32gg980f512.h340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
A Defm32gg990f1024.h340 #define I2C0_BASE (0x4000A000UL) /**< I2C0 base address */ macro
389 #define I2C0 ((I2C_TypeDef *) I2C0_BASE) /**< I2C0 base pointer */
/bsp/tm4c123bsp/board/
A Dtm4c123_config.c111 ROM_I2CMasterTimeoutSet(I2C0_BASE, 0x7d); in i2c_hw_config()
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/inc/
A Dhw_memmap.h69 #define I2C0_BASE 0x40020000 // I2C0 macro
/bsp/tm4c129x/libraries/inc/
A Dhw_memmap.h69 #define I2C0_BASE 0x40020000 // I2C0 macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl616/
A Dbl616_memorymap.h76 #define I2C0_BASE ((uint32_t)0x2000a300) macro
A Ddevice_table.c118 .reg_base = I2C0_BASE,
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Di2c.c65 { 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 Di2c.c65 { 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 Dbl808_memorymap.h79 #define I2C0_BASE ((uint32_t)0x2000a300) macro
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Di2c.c62 { 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 Dbl616.h210 #define I2C0_BASE ((uint32_t)0x2000a300) macro
/bsp/cvitek/drivers/
A Ddrv_hw_i2c.c32 .iic_base = (dw_iic_regs_t *)I2C0_BASE,

Completed in 46 milliseconds

1234