Searched refs:pulNumber (Results 1 – 6 of 6) sorted by relevance
332 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument334 *pulNumber = uxRand(); in xApplicationGetRandomNumber()
110 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument112 *pulNumber = ( uint32_t ) uxRand(); in xApplicationGetRandomNumber()
372 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument374 *( pulNumber ) = uxRand(); in xApplicationGetRandomNumber()
402 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument404 *( pulNumber ) = uxRand(); in xApplicationGetRandomNumber()
413 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument415 *( pulNumber ) = uxRand(); in xApplicationGetRandomNumber()
661 BaseType_t xApplicationGetRandomNumber( uint32_t * pulNumber ) in xApplicationGetRandomNumber() argument663 *( pulNumber ) = uxRand(); in xApplicationGetRandomNumber()
Completed in 15 milliseconds