Home
last modified time | relevance | path

Searched refs:IS_I2C_ADDRESS (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c133 Assert_Param(IS_I2C_ADDRESS(I2C_InitStruct->I2C_OwnAddress)); in I2C_Init()
330 Assert_Param(IS_I2C_ADDRESS(I2C_Address)); in I2C_SetOwnAddress()
350 Assert_Param(IS_I2C_ADDRESS(I2C_Address)); in I2C_SetOwnAddress1()
401 Assert_Param(IS_I2C_ADDRESS(I2C_Address)); in I2C_TargetAddressConfig()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c118 Assert_Param(IS_I2C_ADDRESS(I2C_InitStruct->I2C_OwnAddress)); in I2C_Init()
301 Assert_Param(IS_I2C_ADDRESS(I2C_Address)); in I2C_SetOwnAddress()
317 Assert_Param(IS_I2C_ADDRESS(I2C_Address)); in I2C_TargetAddressConfig()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h328 #define IS_I2C_ADDRESS(ADDRESS) (ADDRESS <= 0x7F) macro
330 #define IS_I2C_ADDRESS(ADDRESS) (ADDRESS <= 0x3FF) macro
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h256 #define IS_I2C_ADDRESS(ADDRESS) (ADDRESS <= 0x3FF) macro

Completed in 12 milliseconds