HomeSort by: relevance | last modified time | path
    Searched defs:top_ctrl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
lg3303.c 202 uint8_t top_ctrl[] = {REG_TOP_CONTROL, 0x00}; local in function:lg3303_set_modulation
209 top_ctrl[1] = 0x40;
213 top_ctrl[1] |= 0x03;
219 top_ctrl[1] |= 0x01;
232 error = lg3303_write(lg, top_ctrl, sizeof(top_ctrl));

Completed in 12 milliseconds