1.2.24.70 1.3.24.70 1.4.25.70 1.5.23.70 1.6.25.70 1.7.26.70 1.29.27.70 1.30.17.70 1.31.17.70 1.33.19.70 1.37.17.70 1.40.24.70 TCCx_PWMForceUpdate Function
C
/* x = TCC instance number */
void TCCx_PWMForceUpdate(void);
Summary
Updates double buffer register value to actual register asynchronously
Description
This function updates double buffer register value to actual register asynchronously.
Precondition
TCCx_PWMInitialize function must have been called first for the given channel and new value is written in double buffer register.
Parameters
None
Returns
None
Example
TCC0_PWMInitialize(); TCC0_PWMForceUpdate();
Remarks
None