Searched refs:I2C_Direction (Results 1 – 6 of 6) sorted by relevance
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/ |
A D | stm32f10x_i2c.c | 600 void I2C_Send7bitAddress(I2C_TypeDef* I2Cx, uint8_t Address, uint8_t I2C_Direction) in I2C_Send7bitAddress() argument 604 assert_param(IS_I2C_DIRECTION(I2C_Direction)); in I2C_Send7bitAddress() 606 if (I2C_Direction != I2C_Direction_Transmitter) in I2C_Send7bitAddress()
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/ |
A D | stm32f2xx_i2c.c | 390 void I2C_Send7bitAddress(I2C_TypeDef* I2Cx, uint8_t Address, uint8_t I2C_Direction) in I2C_Send7bitAddress() argument 394 assert_param(IS_I2C_DIRECTION(I2C_Direction)); in I2C_Send7bitAddress() 396 if (I2C_Direction != I2C_Direction_Transmitter) in I2C_Send7bitAddress()
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/ |
A D | stm32f4xx_i2c.c | 451 void I2C_Send7bitAddress(I2C_TypeDef* I2Cx, uint8_t Address, uint8_t I2C_Direction) in I2C_Send7bitAddress() argument 455 assert_param(IS_I2C_DIRECTION(I2C_Direction)); in I2C_Send7bitAddress() 457 if (I2C_Direction != I2C_Direction_Transmitter) in I2C_Send7bitAddress()
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/ |
A D | stm32f2xx_i2c.h | 545 void I2C_Send7bitAddress(I2C_TypeDef* I2Cx, uint8_t Address, uint8_t I2C_Direction);
|
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/ |
A D | stm32f10x_i2c.h | 536 void I2C_Send7bitAddress(I2C_TypeDef* I2Cx, uint8_t Address, uint8_t I2C_Direction);
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/ |
A D | stm32f4xx_i2c.h | 557 void I2C_Send7bitAddress(I2C_TypeDef* I2Cx, uint8_t Address, uint8_t I2C_Direction);
|
Completed in 13 milliseconds