Home
last modified time | relevance | path

Searched refs:I2C_TypeDef (Results 1 – 25 of 184) sorted by relevance

12345678

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_i2c.h349 __STATIC_INLINE void LL_I2C_Enable(I2C_TypeDef *I2Cx) in LL_I2C_Enable()
360 __STATIC_INLINE void LL_I2C_Disable(I2C_TypeDef *I2Cx) in LL_I2C_Disable()
371 __STATIC_INLINE uint32_t LL_I2C_IsEnabled(I2C_TypeDef *I2Cx) in LL_I2C_IsEnabled()
797 __STATIC_INLINE uint32_t LL_I2C_GetMode(I2C_TypeDef *I2Cx) in LL_I2C_GetMode()
905 __STATIC_INLINE void LL_I2C_EnableIT_TX(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_TX()
917 __STATIC_INLINE void LL_I2C_DisableIT_TX(I2C_TypeDef *I2Cx) in LL_I2C_DisableIT_TX()
941 __STATIC_INLINE void LL_I2C_EnableIT_RX(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_RX()
953 __STATIC_INLINE void LL_I2C_DisableIT_RX(I2C_TypeDef *I2Cx) in LL_I2C_DisableIT_RX()
986 __STATIC_INLINE void LL_I2C_EnableIT_EVT(I2C_TypeDef *I2Cx) in LL_I2C_EnableIT_EVT()
1517 __STATIC_INLINE void LL_I2C_EnableReset(I2C_TypeDef *I2Cx) in LL_I2C_EnableReset()
[all …]
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_i2c.h302 void I2C_DeInit(I2C_TypeDef* I2Cx);
305 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
306 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
311 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address);
315 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data);
316 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx);
325 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx);
326 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
419 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx);
431 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG);
[all …]
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_i2c.h156 void I2C_DeInit(I2C_TypeDef* I2Cx);
159 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
160 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
165 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address);
169 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data);
170 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx);
179 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx);
180 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
189 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx);
192 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG);
[all …]
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_i2c.h155 void I2C_DeInit(I2C_TypeDef *I2Cx);
158 void I2C_Cmd(I2C_TypeDef *I2Cx, FunctionalState NewState);
159 void I2C_DMACmd(I2C_TypeDef *I2Cx, FunctionalState NewState);
168 void I2C_SendData(I2C_TypeDef *I2Cx, uint8_t Data);
169 uint8_t I2C_ReceiveData(I2C_TypeDef *I2Cx);
178 uint8_t I2C_GetPEC(I2C_TypeDef *I2Cx);
179 void I2C_ARPCmd(I2C_TypeDef *I2Cx, FunctionalState NewState);
187 ErrorStatus I2C_CheckEvent(I2C_TypeDef *I2Cx, uint32_t I2C_EVENT);
188 uint32_t I2C_GetLastEvent(I2C_TypeDef *I2Cx);
191 void I2C_ClearFlag(I2C_TypeDef *I2Cx, uint32_t I2C_FLAG);
[all …]
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_i2c.h388 void I2C_DeInit(I2C_TypeDef* I2Cx);
391 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
392 void I2C_SoftwareResetCmd(I2C_TypeDef* I2Cx);
412 uint8_t I2C_GetAddressMatched(I2C_TypeDef* I2Cx);
413 uint16_t I2C_GetTransferDirection(I2C_TypeDef* I2Cx);
421 void I2C_TimeoutAConfig(I2C_TypeDef* I2Cx, uint16_t Timeout);
422 void I2C_TimeoutBConfig(I2C_TypeDef* I2Cx, uint16_t Timeout);
425 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx);
431 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data);
432 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx);
[all …]
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_i2c.h389 void I2C_DeInit(I2C_TypeDef* I2Cx);
392 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
393 void I2C_SoftwareResetCmd(I2C_TypeDef* I2Cx);
412 uint8_t I2C_GetAddressMatched(I2C_TypeDef* I2Cx);
413 uint16_t I2C_GetTransferDirection(I2C_TypeDef* I2Cx);
421 void I2C_TimeoutAConfig(I2C_TypeDef* I2Cx, uint16_t Timeout);
422 void I2C_TimeoutBConfig(I2C_TypeDef* I2Cx, uint16_t Timeout);
425 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx);
431 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data);
432 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx);
[all …]
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_i2c.h34 void I2C_Open(I2C_TypeDef * I2Cx);
35 void I2C_Close(I2C_TypeDef * I2Cx);
38 void I2C_Stop(I2C_TypeDef * I2Cx, uint8_t wait);
40 uint8_t I2C_Read(I2C_TypeDef * I2Cx, uint8_t ack, uint8_t wait);
42 uint8_t I2C_StartDone(I2C_TypeDef * I2Cx);
43 uint8_t I2C_StopDone(I2C_TypeDef * I2Cx);
44 uint8_t I2C_WriteDone(I2C_TypeDef * I2Cx);
45 uint8_t I2C_ReadDone(I2C_TypeDef * I2Cx);
46 uint8_t I2C_IsAck(I2C_TypeDef * I2Cx);
48 void I2C_INTEn(I2C_TypeDef * I2Cx, uint32_t it); //中断使能
[all …]
A DSWM341_i2c.c139 void I2C_Open(I2C_TypeDef * I2Cx) in I2C_Open()
151 void I2C_Close(I2C_TypeDef * I2Cx) in I2C_Close()
179 uint8_t I2C_StartDone(I2C_TypeDef * I2Cx) in I2C_StartDone()
184 uint8_t I2C_IsAck(I2C_TypeDef * I2Cx) in I2C_IsAck()
197 void I2C_Stop(I2C_TypeDef * I2Cx, uint8_t wait) in I2C_Stop()
207 uint8_t I2C_StopDone(I2C_TypeDef * I2Cx) in I2C_StopDone()
234 uint8_t I2C_WriteDone(I2C_TypeDef * I2Cx) in I2C_WriteDone()
262 uint8_t I2C_ReadDone(I2C_TypeDef * I2Cx) in I2C_ReadDone()
276 void I2C_INTEn(I2C_TypeDef * I2Cx, uint32_t it) in I2C_INTEn()
290 void I2C_INTDis(I2C_TypeDef * I2Cx, uint32_t it) in I2C_INTDis()
[all …]
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_i2c.h214 void I2C_DeInit(I2C_TypeDef* i2c);
217 void I2C_Cmd(I2C_TypeDef* i2c, FunctionalState state);
225 void I2C_SendData(I2C_TypeDef* i2c, u8 dat);
226 void I2C_ReadCmd(I2C_TypeDef* i2c);
228 void I2C_ClearFlag(I2C_TypeDef* i2c, u32 flag);
229 void I2C_ClearITPendingBit(I2C_TypeDef* i2c, u32 it);
231 u8 I2C_ReceiveData(I2C_TypeDef* i2c);
232 u16 I2C_ReadRegister(I2C_TypeDef* i2c, u8 reg);
233 u32 I2C_GetLastEvent(I2C_TypeDef* i2c);
242 void I2C_SendSlaveAddress(I2C_TypeDef* i2c, u8 addr);
[all …]
/bsp/efm32/Libraries/emlib/inc/
A Dem_i2c.h271 uint32_t I2C_BusFreqGet(I2C_TypeDef *i2c);
272 void I2C_BusFreqSet(I2C_TypeDef *i2c,
276 void I2C_Enable(I2C_TypeDef *i2c, bool enable);
277 void I2C_Init(I2C_TypeDef *i2c, const I2C_Init_TypeDef *init);
349 __STATIC_INLINE uint32_t I2C_IntGet(I2C_TypeDef *i2c) in I2C_IntGet()
366 __STATIC_INLINE void I2C_IntSet(I2C_TypeDef *i2c, uint32_t flags) in I2C_IntSet()
371 void I2C_Reset(I2C_TypeDef *i2c);
390 __STATIC_INLINE uint8_t I2C_SlaveAddressGet(I2C_TypeDef *i2c) in I2C_SlaveAddressGet()
442 __STATIC_INLINE uint8_t I2C_SlaveAddressMaskGet(I2C_TypeDef *i2c) in I2C_SlaveAddressMaskGet()
477 I2C_TransferReturn_TypeDef I2C_Transfer(I2C_TypeDef *i2c);
[all …]
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_i2c.h290 void I2C_DeInit(I2C_TypeDef* I2Cx);
293 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
294 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
303 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data);
304 void I2C_SendLastDataOrStop(I2C_TypeDef* I2Cx, uint8_t Data);
305 void I2C_ReadCmd(I2C_TypeDef* I2Cx);
306 uint8_t I2C_ReadLastDataOrStop(I2C_TypeDef* I2Cx);
307 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx);
311 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx);
314 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG);
[all …]
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_i2c.h290 void I2C_DeInit(I2C_TypeDef* I2Cx);
293 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
294 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
303 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data);
304 void I2C_SendLastDataOrStop(I2C_TypeDef* I2Cx, uint8_t Data);
305 void I2C_ReadCmd(I2C_TypeDef* I2Cx);
306 uint8_t I2C_ReadLastDataOrStop(I2C_TypeDef* I2Cx);
307 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx);
311 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx);
314 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG);
[all …]
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_i2c.h512 void I2C_DeInit(I2C_TypeDef* I2Cx);
515 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
516 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
521 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address);
525 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data);
526 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx);
535 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx);
536 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
629 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx);
641 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG);
[all …]
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_i2c.h290 void I2C_DeInit(I2C_TypeDef* I2Cx);
293 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
294 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
299 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address);
303 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data);
304 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx);
308 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx);
311 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG);
312 ITStatus I2C_GetITStatus(I2C_TypeDef* I2Cx, uint32_t I2C_IT);
313 void I2C_ClearITPendingBit(I2C_TypeDef* I2Cx, uint32_t I2C_IT);
[all …]
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_i2c.h290 void I2C_DeInit(I2C_TypeDef* I2Cx);
293 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
294 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
299 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address);
303 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data);
304 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx);
308 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx);
311 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG);
312 ITStatus I2C_GetITStatus(I2C_TypeDef* I2Cx, uint32_t I2C_IT);
313 void I2C_ClearITPendingBit(I2C_TypeDef* I2Cx, uint32_t I2C_IT);
[all …]
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_i2c.c95 void I2C_DeInit(I2C_TypeDef* I2Cx) in I2C_DeInit()
206 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_Cmd()
225 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_DMACmd()
320 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address) in I2C_OwnAddress2Config()
398 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data) in I2C_SendData()
409 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx) in I2C_ReceiveData()
593 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx) in I2C_GetPEC()
605 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_ARPCmd()
717 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx) in I2C_GetLastEvent()
806 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG) in I2C_ClearFlag()
[all …]
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_i2c.c100 void I2C_DeInit(I2C_TypeDef *I2Cx) in I2C_DeInit()
218 void I2C_Cmd(I2C_TypeDef *I2Cx, FunctionalState NewState) in I2C_Cmd()
240 void I2C_DMACmd(I2C_TypeDef *I2Cx, FunctionalState NewState) in I2C_DMACmd()
350 void I2C_OwnAddress2Config(I2C_TypeDef *I2Cx, uint8_t Address) in I2C_OwnAddress2Config()
440 void I2C_SendData(I2C_TypeDef *I2Cx, uint8_t Data) in I2C_SendData()
454 uint8_t I2C_ReceiveData(I2C_TypeDef *I2Cx) in I2C_ReceiveData()
665 uint8_t I2C_GetPEC(I2C_TypeDef *I2Cx) in I2C_GetPEC()
680 void I2C_ARPCmd(I2C_TypeDef *I2Cx, FunctionalState NewState) in I2C_ARPCmd()
802 uint32_t I2C_GetLastEvent(I2C_TypeDef *I2Cx) in I2C_GetLastEvent()
896 void I2C_ClearFlag(I2C_TypeDef *I2Cx, uint32_t I2C_FLAG) in I2C_ClearFlag()
[all …]
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_i2c.c97 void I2C_DeInit(I2C_TypeDef* I2Cx) in I2C_DeInit()
212 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_Cmd()
231 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_DMACmd()
326 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address) in I2C_OwnAddress2Config()
404 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data) in I2C_SendData()
415 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx) in I2C_ReceiveData()
599 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx) in I2C_GetPEC()
611 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_ARPCmd()
813 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx) in I2C_GetLastEvent()
907 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG) in I2C_ClearFlag()
[all …]
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_i2c.c43 void I2C_DeInit(I2C_TypeDef* i2c) in I2C_DeInit()
132 void I2C_Cmd(I2C_TypeDef* i2c, FunctionalState state) in I2C_Cmd()
193 void I2C_OwnAddress2Config(I2C_TypeDef* i2c, u8 addr) in I2C_OwnAddress2Config()
257 void I2C_SendData(I2C_TypeDef* i2c, u8 dat) in I2C_SendData()
267 void I2C_ReadCmd(I2C_TypeDef* i2c) in I2C_ReadCmd()
277 u8 I2C_ReceiveData(I2C_TypeDef* i2c) in I2C_ReceiveData()
306 u16 I2C_ReadRegister(I2C_TypeDef* i2c, u8 reg) in I2C_ReadRegister()
316 u32 I2C_GetLastEvent(I2C_TypeDef* i2c) in I2C_GetLastEvent()
402 void I2C_ClearFlag(I2C_TypeDef* i2c, u32 flag) in I2C_ClearFlag()
445 ITStatus I2C_GetITStatus(I2C_TypeDef* i2c, u32 it) in I2C_GetITStatus()
[all …]
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dair105_i2c.h316 void I2C_DeInit(I2C_TypeDef* I2Cx);
319 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
325 void I2C_SetSDAHoldTime(I2C_TypeDef* I2Cx,uint32_t PCLKCycles);
328 ITStatus I2C_GetITStatus(I2C_TypeDef* I2Cx,uint32_t I2C_IT);
329 ITStatus I2C_GetRawITStatus(I2C_TypeDef* I2Cx,uint32_t I2C_IT);
330 void I2C_ClearITPendingBit(I2C_TypeDef* I2Cx,uint32_t I2C_IT);
332 uint32_t I2C_GetFlagStatusReg(I2C_TypeDef* I2Cx);
334 uint32_t I2C_GetTXAbortSourceReg(I2C_TypeDef* I2Cx);
335 I2CMode_TypeDef I2C_GetI2CMode(I2C_TypeDef* I2Cx);
340 uint8_t I2C_ReadDataFromDR(I2C_TypeDef* I2Cx);
[all …]
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_i2c.c116 void I2C_DeInit(I2C_TypeDef *I2Cx) in I2C_DeInit()
250 void I2C_Cmd(I2C_TypeDef *I2Cx, FunctionalState NewState) in I2C_Cmd()
272 void I2C_SoftwareResetCmd(I2C_TypeDef *I2Cx) in I2C_SoftwareResetCmd()
795 uint8_t I2C_GetAddressMatched(I2C_TypeDef *I2Cx) in I2C_GetAddressMatched()
809 uint16_t I2C_GetTransferDirection(I2C_TypeDef *I2Cx) in I2C_GetTransferDirection()
1025 void I2C_TimeoutAConfig(I2C_TypeDef *I2Cx, uint16_t Timeout) in I2C_TimeoutAConfig()
1052 void I2C_TimeoutBConfig(I2C_TypeDef *I2Cx, uint16_t Timeout) in I2C_TimeoutBConfig()
1128 uint8_t I2C_GetPEC(I2C_TypeDef *I2Cx) in I2C_GetPEC()
1217 void I2C_SendData(I2C_TypeDef *I2Cx, uint8_t Data) in I2C_SendData()
1231 uint8_t I2C_ReceiveData(I2C_TypeDef *I2Cx) in I2C_ReceiveData()
[all …]
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_i2c.c38 void I2C_DeInit(I2C_TypeDef* I2Cx) in I2C_DeInit()
67 void I2C_Init(I2C_TypeDef* I2Cx, I2C_InitTypeDef* I2C_InitStruct) in I2C_Init()
172 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_Cmd()
194 void I2C_SoftwareResetCmd(I2C_TypeDef* I2Cx) in I2C_SoftwareResetCmd()
656 uint8_t I2C_GetAddressMatched(I2C_TypeDef* I2Cx) in I2C_GetAddressMatched()
670 uint16_t I2C_GetTransferDirection(I2C_TypeDef* I2Cx) in I2C_GetTransferDirection()
850 void I2C_TimeoutAConfig(I2C_TypeDef* I2Cx, uint16_t Timeout) in I2C_TimeoutAConfig()
953 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx) in I2C_GetPEC()
1011 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data) in I2C_SendData()
1025 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx) in I2C_ReceiveData()
[all …]
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_i2c.c137 void I2C_DeInit(I2C_TypeDef* I2Cx) in I2C_DeInit()
297 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_Cmd()
321 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_DMACmd()
440 void I2C_OwnAddress2Config(I2C_TypeDef* I2Cx, uint8_t Address) in I2C_OwnAddress2Config()
545 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data) in I2C_SendData()
558 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx) in I2C_ReceiveData()
800 uint8_t I2C_GetPEC(I2C_TypeDef* I2Cx) in I2C_GetPEC()
815 void I2C_ARPCmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_ARPCmd()
965 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx) in I2C_GetLastEvent()
1099 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG) in I2C_ClearFlag()
[all …]
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_i2c.c121 void I2C_DeInit(I2C_TypeDef* I2Cx) in I2C_DeInit()
244 void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_Cmd()
272 void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState) in I2C_DMACmd()
461 void I2C_SendData(I2C_TypeDef* I2Cx, uint8_t Data) in I2C_SendData()
475 void I2C_SendLastDataOrStop(I2C_TypeDef* I2Cx, uint8_t Data) in I2C_SendLastDataOrStop()
489 uint8_t I2C_ReadLastDataOrStop(I2C_TypeDef* I2Cx) in I2C_ReadLastDataOrStop()
503 void I2C_ReadCmd(I2C_TypeDef* I2Cx) in I2C_ReadCmd()
516 uint8_t I2C_ReceiveData(I2C_TypeDef* I2Cx) in I2C_ReceiveData()
562 uint32_t I2C_GetLastEvent(I2C_TypeDef* I2Cx) in I2C_GetLastEvent()
729 void I2C_ClearFlag(I2C_TypeDef* I2Cx, uint32_t I2C_FLAG) in I2C_ClearFlag()
[all …]
/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_i2c.h21 void I2C_Init(I2C_TypeDef * I2Cx, I2C_InitStructure * initStruct);
23 void I2C_Open(I2C_TypeDef * I2Cx);
24 void I2C_Close(I2C_TypeDef * I2Cx);
26 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr);
27 void I2C_Stop(I2C_TypeDef * I2Cx);
28 uint8_t I2C_Write(I2C_TypeDef * I2Cx, uint8_t data);
29 uint8_t I2C_Read(I2C_TypeDef * I2Cx, uint8_t ack);

Completed in 52 milliseconds

12345678