I'm using the MSP430F5342IRGZ and would like to view the DCO clock with an oscilloscope so I can verify that I set it up correctly. I want to use pin 13 which is designated as P1.0/TA0CLK/ACLK in the datasheet. I can route the DCO to ACLK using the clock registers. But I can't find anything in the user's guide to tell me how to set this pin's function to ACLK. The PSEL register only has two choices 0=GPIO and 1=alternate function (TA0CLK). How do I setup this pin for its third option, ACLK?
This is a specific question, but in general, on the MSP430's, how do you select the third function for those pins that have 3 functions?