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.

MSP430FR5994: Accessing functions other than PRIMARY, SECONDARY, TERNARY MODULE FUNCTIONs using Ti API

Part Number: MSP430FR5994

Hi

I want to set P2.0 pin of MSP430FR5994 as ACLK using API function provided. But in header definition is only available for

 #define GPIO_PRIMARY_MODULE_FUNCTION (0x01)

97 #define GPIO_SECONDARY_MODULE_FUNCTION (0x02)
98 #define GPIO_TERNARY_MODULE_FUNCTION (0x03)

Please suggest a method to implement the same using GPIO_setAsPeripheralModuleFunctionOutputPin() .

**Attention** This is a public forum