Searched refs:StartStopMode (Results 1 – 4 of 4) sorted by relevance
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_i2c.c | 714 …eDef* I2Cx, uint16_t Address, uint8_t Number_Bytes, uint32_t ReloadEndMode, uint32_t StartStopMode) in I2C_TransferHandling() argument 722 assert_param(IS_START_STOP_MODE(StartStopMode)); in I2C_TransferHandling() 732 (uint32_t)ReloadEndMode | (uint32_t)StartStopMode); in I2C_TransferHandling()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_i2c.c | 853 …eDef *I2Cx, uint16_t Address, uint8_t Number_Bytes, uint32_t ReloadEndMode, uint32_t StartStopMode) in I2C_TransferHandling() argument 861 assert_param(IS_START_STOP_MODE(StartStopMode)); in I2C_TransferHandling() 871 (uint32_t)ReloadEndMode | (uint32_t)StartStopMode); in I2C_TransferHandling()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_i2c.h | 414 …Def* I2Cx, uint16_t Address, uint8_t Number_Bytes, uint32_t ReloadEndMode, uint32_t StartStopMode);
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_i2c.h | 414 …Def* I2Cx, uint16_t Address, uint8_t Number_Bytes, uint32_t ReloadEndMode, uint32_t StartStopMode);
|
Completed in 10 milliseconds