| 63 | } |
| 64 | |
| 65 | type ADC struct { |
| 66 | Pin Pin |
| 67 | } |
| 68 | |
| 69 | // Convert the pointer to a uintptr, to be used for memory I/O (DMA for |
| 70 | // example). It also means the pointer is "gone" as far as the compiler is |
nothing calls this directly
no outgoing calls
no test coverage detected