/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));
|
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));
|
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));
|
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));
|