1.8.18.9 1.25.18.9 1.26.16.9 1.28.21.9 1.34.17.9 1.35.12.9 1.36.15.9 1.41.18.9 1.42.16.9 RTT_PrescalarUpdate Function
C
void RTT_PrescalarUpdate(uint16_t prescale);
Summary
Updates the prescalar for the RTT peripheral.
Description
This function is used to update the prescalar for the RTT peripheral
Precondition
None.
Parameters
Param | Description |
---|---|
prescale | The prescale value to be loaded |
Returns
None.
Example
RTT_PrescalarUpdate(10);