1.8.18.2 1.25.18.2 1.26.16.2 1.28.21.2 1.34.17.2 1.35.12.2 1.36.15.2 1.41.18.2 1.42.16.2 RTT_AlarmValueSet Function
C
void RTT_AlarmValueSet(uint32_t alarm);
Summary
Sets the Alarm value for the RTT peripheral.
Description
This function updates the Alarm compare value for RTT peripheral.
Precondition
None.
Parameters
Param | Description |
---|---|
alarm | The alarm value to be updated |
Returns
None.
Example
RTT_AlarmValueSet(100);