Direct task notification clear value

Zoptune
Posts: 18
Joined: Mon May 27, 2019 11:02 pm

Direct task notification clear value

Postby Zoptune » Wed Oct 28, 2020 10:18 pm

Hi,

I'm working with FreeRTOS direct task notification and I want to know how can I clear a single bit of a task notification value ?
In official FreeRTOS there is the following funtion

Code: Select all

uint32_t ulTaskNotifyValueClear( TaskHandle_t xTask, uint32_t ulBitsToClear );
but it is not present in the IDF port.
https://www.freertos.org/ulTasknotifyValueClear.html

Is there any reason for this ? Is there an other way to do it ?

Thanks

Who is online

Users browsing this forum: MicroController and 129 guests