Home
last modified time | relevance | path

Searched defs:I2Cx (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_i2c.h407 __STATIC_INLINE void LL_I2C_Enable(I2C_TypeDef *I2Cx) in LL_I2C_Enable()
421 __STATIC_INLINE void LL_I2C_Disable(I2C_TypeDef *I2Cx) in LL_I2C_Disable()
432 __STATIC_INLINE uint32_t LL_I2C_IsEnabled(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabled()
992 __STATIC_INLINE uint32_t LL_I2C_GetMode(I2C_TypeDef *I2Cx) in LL_I2C_GetMode()
1264 __STATIC_INLINE void LL_I2C_EnableIT_TX(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_TX()
1275 __STATIC_INLINE void LL_I2C_DisableIT_TX(I2C_TypeDef *I2Cx) in LL_I2C_DisableIT_TX()
1297 __STATIC_INLINE void LL_I2C_EnableIT_RX(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_RX()
1308 __STATIC_INLINE void LL_I2C_DisableIT_RX(I2C_TypeDef *I2Cx) in LL_I2C_DisableIT_RX()
1432 __STATIC_INLINE void LL_I2C_EnableIT_TC(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_TC()
1446 __STATIC_INLINE void LL_I2C_DisableIT_TC(I2C_TypeDef *I2Cx) in LL_I2C_DisableIT_TC()
[all …]
A Dstm32f0xx_ll_rcc.h1380 __STATIC_INLINE uint32_t LL_RCC_GetI2CClockSource(uint32_t I2Cx) in LL_RCC_GetI2CClockSource()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_i2c.c137 void I2C_DeInit(I2C_TypeDef* I2Cx) in I2C_DeInit()
313 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_Cmd()
501 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address) in I2C_OwnAddress2Config()
718 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_ARPCmd()
756 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data) in I2C_SendData()
769 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx) in I2C_ReceiveData()
877 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx) in I2C_GetPEC()
910 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_DMACmd()
1206 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx) in I2C_GetLastEvent()
1338 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG) in I2C_ClearFlag()
[all …]
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_i2c.c138 void I2C_DeInit(I2C_TypeDef* I2Cx) in I2C_DeInit()
314 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_Cmd()
440 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address) in I2C_OwnAddress2Config()
657 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_ARPCmd()
695 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data) in I2C_SendData()
708 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx) in I2C_ReceiveData()
816 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx) in I2C_GetPEC()
849 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_DMACmd()
1145 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx) in I2C_GetLastEvent()
1277 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG) in I2C_ClearFlag()
[all …]
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_i2c.c161 void I2C_DeInit(I2C_TypeDef* I2Cx) in I2C_DeInit()
321 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_Cmd()
345 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_DMACmd()
464 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address) in I2C_OwnAddress2Config()
569 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data) in I2C_SendData()
582 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx) in I2C_ReceiveData()
779 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx) in I2C_GetPEC()
794 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_ARPCmd()
1032 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx) in I2C_GetLastEvent()
1166 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG) in I2C_ClearFlag()
[all …]
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_i2c.c103 uint32_t LL_I2C_DeInit(I2C_TypeDef *I2Cx) in LL_I2C_DeInit()
145 uint32_t LL_I2C_Init(I2C_TypeDef *I2Cx, LL_I2C_InitTypeDef *I2C_InitStruct) in LL_I2C_Init()

Completed in 33 milliseconds