MCPcopy Create free account
hub / github.com/cifertech/nRFBox / powerup

Function powerup

VScode Platformio/src/analyzer.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void powerup(void) {
49 setregister(NRF24_CONFIG, getregister(NRF24_CONFIG) | 0x02);
50 delayMicroseconds(130);
51}
52
53void powerdown(void) {
54 setregister(NRF24_CONFIG, getregister(NRF24_CONFIG) & ~0x02);

Callers

nothing calls this directly

Calls 2

setregisterFunction · 0.70
getregisterFunction · 0.70

Tested by

no test coverage detected