| 431 | } |
| 432 | |
| 433 | void AXP192::SetPeripherialsPower(uint8_t state) { |
| 434 | if (!state) |
| 435 | Write1Byte(0x10, Read8bit(0x10) & 0XFB); |
| 436 | else if (state) |
| 437 | Write1Byte(0x10, Read8bit(0x10) | 0X04); |
| 438 | // uint8_t data; |
| 439 | // Set EXTEN to enable 5v boost |
| 440 | } |
nothing calls this directly
no outgoing calls
no test coverage detected