Other Parts Discussed in Thread: SYSCONFIG
Shown below is the function for clearing GPIO pins.
- Let's assume that I want to clear Pin 0 of Port A (PA0). For the pins parameter, I would use DL_GPIO_PIN_0. What would I need to use for the gpio parameter?
- The parameters gpio and pin appear to be typed as [in]. Is my perception correct, because an integer is typically labeled as int, not as in.