AM243x MCU+ SDK  09.01.00
ti_tmu_trig.h File Reference

Go to the source code of this file.

Functions

float ti_tmu_sin_pu (float anglePU)
 Computes the trigonometric sine value of the input angle using TMU. More...
 
float ti_tmu_cos_pu (float anglePU)
 Computes the trigonometric cosine value of the input angle using TMU. More...
 
float ti_tmu_atan_pu (float x)
 Computes the trigonometric atan value of the input using TMU. More...
 
float ti_tmu_log_pu (float x)
 Computes the logarithmic value of the input using TMU. More...
 
float ti_tmu_iexp_pu (float x)
 Computes the inverse exponential value of the input using TMU. More...
 
float ti_tmu_sin (float angleRad)
 Computes the trigonometric sine value of the input angle using TMU. More...
 
float ti_tmu_cos (float angleRad)
 Computes the trigonometric cosine value of the input angle using TMU. More...
 
float ti_tmu_atan (float x)
 Computes the trigonometric atan value of the input angle using TMU. More...
 
float ti_tmu_atan2 (float x, float y)
 Computes the trigonometric atan2 value of the input values using TMU. Uses the quadratic built in TMU function to comput the ratio and quadrant value, which is then used to comput atan2 value of input. More...