Hello,
FTM ticks can be calculated as below:
FTM ticks = Prescaler / Input Frequency.
While Prescaler can be chosen in EB tresos:

Prescaler = 2^(OsValue), e.g. OsValue= 2 => Prescaler = 2^2 = 4.
FTM input Frequency is pretty much depended on SystemInit, in the sample application, FTM input Frequency is FIRC: 48MHz.
OsCounterTicksPerBase is implementation specific and as I know, not used in this package.
Best Regards,
Nam