dma_timer_set_fraction() function
Set the multiplier for the given DMA timer The timer will run at the system_clock_freq * numerator / denominator, so this is the speed that data elements will be transferred at via a DMA channel using this timer as a DREQ. The multiplier must be less than or equal to one.
Arguments
numerator
the fraction's numerator
denominator
the fraction's denominator