Home
last modified time | relevance | path

Searched refs:I2C_Mode (Results 1 – 25 of 32) sorted by relevance

12

/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_i2c.c165 assert_param(IS_I2C_MODE(I2C_InitStruct->I2C_Mode)); in I2C_Init()
211 …DISABLE | IC_RESTART_EN |IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct->I2C_Mode; in I2C_Init()
240 I2C_InitStruct->I2C_Mode = I2C_Mode_MASTER; in I2C_StructInit()
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_i2c.c160 assert_param(IS_I2C_MODE(I2C_InitStruct->I2C_Mode)); in I2C_Init()
199 …DISABLE | IC_RESTART_EN |IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct->I2C_Mode; in I2C_Init()
228 I2C_InitStruct->I2C_Mode = I2C_Mode_MASTER; in I2C_StructInit()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_i2c.c159 assert_param(IS_I2C_MODE(I2C_InitStruct->I2C_Mode)); in I2C_Init()
199 …DISABLE | IC_RESTART_EN |IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct->I2C_Mode; in I2C_Init()
228 I2C_InitStruct->I2C_Mode = I2C_Mode_MASTER; in I2C_StructInit()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_i2c.c165 assert_param(IS_I2C_MODE(I2C_InitStruct->I2C_Mode)); in I2C_Init()
211 …ISABLE | IC_RESTART_EN | IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct->I2C_Mode; in I2C_Init()
240 I2C_InitStruct->I2C_Mode = I2C_Mode_MASTER; in I2C_StructInit()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_i2c.c104 ((init_struct->I2C_Mode) ? I2C_CR_MASTER : 0x00); in I2C_Init()
119 init_struct->I2C_Mode = I2C_CR_MASTER; in I2C_StructInit()
/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7_i2c.h127 uint8_t I2C_Mode; /*!< Specifies the I2C mode. member
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_i2c.c175 assert_param(IS_I2C_MODE(I2C_InitStruct->I2C_Mode)); in I2C_Init()
259 tmpreg |= (uint16_t)((uint32_t)I2C_InitStruct->I2C_Mode | I2C_InitStruct->I2C_Ack); in I2C_Init()
279 I2C_InitStruct->I2C_Mode = I2C_Mode_I2C; in I2C_StructInit()
/bsp/CME_M7/StdPeriph_Driver/src/
A Dcmem7_i2c.c88 assert_param(IS_I2C_MODE(I2C_Init->I2C_Mode)); in I2C_Init()
99 I2Cx->CTRL_b.MODE = I2C_Init->I2C_Mode; in I2C_Init()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_i2c.c75 assert_param(IS_I2C_MODE(I2C_InitStruct->I2C_Mode)); in I2C_Init()
125 tmpreg = I2C_InitStruct->I2C_Mode; in I2C_Init()
156 I2C_InitStruct->I2C_Mode = I2C_Mode_I2C; in I2C_StructInit()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_i2c.c153 assert_param(IS_I2C_MODE(I2C_InitStruct->I2C_Mode)); in I2C_Init()
203 tmpreg = I2C_InitStruct->I2C_Mode; in I2C_Init()
234 I2C_InitStruct->I2C_Mode = I2C_Mode_I2C; in I2C_StructInit()
/bsp/wch/arm/ch32f103c8-core/board/
A Dboard.c177 I2C_InitTSturcture.I2C_Mode = I2C_Mode_I2C; in ch32f1_i2c_config()
191 I2C_InitTSturcture.I2C_Mode = I2C_Mode_I2C; in ch32f1_i2c_config()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_i2c.c176 tmpreg |= (uint16_t)((uint32_t)I2C_InitStruct->I2C_Mode | I2C_InitStruct->I2C_Ack); in I2C_Init()
192 I2C_InitStruct->I2C_Mode = I2C_Mode_I2C; in I2C_StructInit()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_i2c.c182 tmpreg |= (uint16_t)((uint32_t)I2C_InitStruct->I2C_Mode | I2C_InitStruct->I2C_Ack); in I2C_Init()
201 I2C_InitStruct->I2C_Mode = I2C_Mode_I2C; in I2C_StructInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_i2c.c180 tmpreg |= (uint16_t)((uint32_t)I2C_InitStruct->I2C_Mode | I2C_InitStruct->I2C_Ack); in I2C_Init()
198 I2C_InitStruct->I2C_Mode = I2C_Mode_I2C; in I2C_StructInit()
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_i2c.c145 i2c_objs[i].handle.Init.I2C_Mode = I2C_MODE_MASTER; in rt_hw_i2c_init()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_i2c.h54 u16 I2C_Mode; member
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_I2C.h147 uint32_t I2C_Mode; /* This parameter can be a value of @ref I2C_MODE */ member
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_I2C.h147 uint32_t I2C_Mode; /* This parameter can be a value of @ref I2C_MODE */ member
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_i2c.h57 uint16_t I2C_Mode; member
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_i2c.h57 uint16_t I2C_Mode; member
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_i2c.h57 uint16_t I2C_Mode; member
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_i2c.h57 uint16_t I2C_Mode; member
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_i2c.h24 uint16_t I2C_Mode; /*!< Specifies the I2C mode. member
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_i2c.h24 uint16_t I2C_Mode; /* Specifies the I2C mode. member
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_i2c.h26 uint16_t I2C_Mode; /* Specifies the I2C mode. member

Completed in 34 milliseconds

12