Searched refs:IS_I2C_SLAVE_ADDRESS (Results 1 – 4 of 4) sorted by relevance
397 assert_param(IS_I2C_SLAVE_ADDRESS(Address)); in I2C_SlaveAddressConfig()720 assert_param(IS_I2C_SLAVE_ADDRESS(Address)); in I2C_TransferHandling()
503 assert_param(IS_I2C_SLAVE_ADDRESS(Address)); in I2C_SlaveAddressConfig()859 assert_param(IS_I2C_SLAVE_ADDRESS(Address)); in I2C_TransferHandling()
172 #define IS_I2C_SLAVE_ADDRESS(ADDRESS) ((ADDRESS) <= (uint16_t)0x03FF) macro
171 #define IS_I2C_SLAVE_ADDRESS(ADDRESS) ((ADDRESS) <= (uint16_t)0x03FF) macro
Completed in 11 milliseconds