1.1.12.7 TIMER32_x_PreLoadCountGet Function

C

/* x = Timer32 instance number */

uint32_t TIMER32_x_PreLoadCountGet(void)

Summary

Returns the timer pre-load value

Description

Returns the timer pre-load value

Precondition

TIMER32_x_Initialize() function must have been called

Parameters

None

Returns

A 32-bit timer pre-load value

Example

uint32_t preloadVal = TIMER32_x_PreLoadCountGet();

Remarks

None