Everything is documented in the User's Guide. In the eUSCI modules, the RXBUF/TXBUF registers are separate from the actual shift registers, so they have a buffer size of one. The ADC has multiple registers to store the conversion results, but those are designed to be used with multiple inputs. In all cases, you must ensure that the interrupt handlers are executed fast enough, or use DMA.
↧