mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
@@ -133,7 +133,7 @@ typedef TickType_t EventBits_t;
|
|||||||
*
|
*
|
||||||
* Internally, within the FreeRTOS implementation, event groups use a [small]
|
* Internally, within the FreeRTOS implementation, event groups use a [small]
|
||||||
* block of memory, in which the event group's structure is stored. If an event
|
* block of memory, in which the event group's structure is stored. If an event
|
||||||
* groups is created using xEventGropuCreate() then the required memory is
|
* groups is created using xEventGroupCreate() then the required memory is
|
||||||
* automatically dynamically allocated inside the xEventGroupCreate() function.
|
* automatically dynamically allocated inside the xEventGroupCreate() function.
|
||||||
* (see http://www.freertos.org/a00111.html). If an event group is created
|
* (see http://www.freertos.org/a00111.html). If an event group is created
|
||||||
* using xEventGropuCreateStatic() then the application writer must instead
|
* using xEventGropuCreateStatic() then the application writer must instead
|
||||||
|
Reference in New Issue
Block a user