This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-MSPM0L1306: Using DL_GPIO_clearPins()

Part Number: LP-MSPM0L1306
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