2.96.4 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

ParamDescription
prescaleThe prescale value to be loaded

Returns

None.

Example

RTT_PrescalarUpdate(10);