rtos - what is v and x means in freeRTOS task creating or used in it? -


what mean x , v in task creating or managing of free rtos? xtaskcreate or vtaskcreate?

the leading character(s) of freertos functions identify return type of function. functions start "v" return void. functions start "x" typically return result code or handle. see naming conventions page of freertos coding standard.


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -