FreeRTOS - Task Scheduling
Which FreeRTOS API is used to create a mutex that supports priority inheritance?
xSemaphoreCreateMutex() to create mutexes with priority inheritance.xQueueCreate() creates queues, vTaskDelay() delays tasks, and xTaskCreate() creates tasks, not mutexes.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions