Part Number: MSP430FR2433
There exists RTC_setModulo but no getter. If there is a getter, you don't need to remember what you set in another variable, you can read the peripheral register. One principle is: if there is a setter, there should be a getter. There are other modules where I needed to supplement DriverLib with a getter function, which means dropping down into a lower abstraction layer, prone to errors, and no longer device independent.
There is no function to read the counter register. To use the counter to time some other interrupt, you need to read the counter.