sil164_drv.c | 165 uint8_t control0 = sil164_read(client, SIL164_CONTROL0); local in function:sil164_set_power_state 168 control0 |= SIL164_CONTROL0_POWER_ON; 170 control0 &= ~SIL164_CONTROL0_POWER_ON; 172 sil164_write(client, SIL164_CONTROL0, control0);
|