Home
last modified time | relevance | path

Searched refs:MATH_Rand16 (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/demos/math/rand_lc/src/
Dmain.c101 x = (u16)MATH_Rand16(&rnd, HW_LCD_WIDTH); in NitroMain()
102 y = (u16)MATH_Rand16(&rnd, HW_LCD_HEIGHT); in NitroMain()
/TwlSDK-5.4/include/nitro/math/
Drand.h123 static inline u16 MATH_Rand16(MATHRandContext16 *context, u16 max) in MATH_Rand16() function