Searched refs:IST3931_RAM_WIDTH (Results 1 – 2 of 2) sorted by relevance
34 #define IST3931_RAM_WIDTH 144 macro
45 uint8_t i2c_write_buf[IST3931_RAM_WIDTH / 4]; in ist3931_write_bus()235 __ASSERT(x <= IST3931_RAM_WIDTH, "x is out of range"); in ist3931_write()237 __ASSERT(x + desc->width <= IST3931_RAM_WIDTH, "x+width is out of range"); in ist3931_write()