1.35.12.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);