Yes, as long as the minimum required interrupt event pulse width
is assured, the MSP430 will never miss an interrupt. These multiple
source interrupt flags remain set even if the interrupt request has
been accepted and serviced, so each flag that was serviced must be
reset within its corresponding interrupt service routine. This
causes the remaining pending interrupts to be recognized by the CPU.