Searched refs:ulTaskGenericNotifyTake (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | task.h | 2979 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn, 2983 … ulTaskGenericNotifyTake( ( tskDEFAULT_INDEX_TO_NOTIFY ), ( xClearCountOnExit ), ( xTicksToWait ) ) 2985 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
|
/hal_espressif-3.6.0/components/freertos/ |
D | linker.lf | 43 tasks: ulTaskGenericNotifyTake (default)
|
D | tasks.c | 5346 return ulTaskGenericNotifyTake(tskDEFAULT_INDEX_TO_NOTIFY, xClearCountOnExit, xTicksToWait); in ulTaskNotifyTake() 5350 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWait, in ulTaskGenericNotifyTake() function
|
/hal_espressif-3.6.0/components/espcoredump/test/esp32s2/ |
D | expected_output | 100 #2 0x40028816 in ulTaskGenericNotifyTake (uxIndexToWait=0, xClearCountOnExit=1, xTicksToWait=<opti…
|
/hal_espressif-3.6.0/components/espcoredump/test/esp32/ |
D | expected_output | 117 #2 0x40087692 in ulTaskGenericNotifyTake (uxIndexToWait=0, xClearCountOnExit=1, xTicksToWait=<opti…
|
/hal_espressif-3.6.0/components/espcoredump/test/esp32s3/ |
D | expected_output | 114 #2 0x4037b352 in ulTaskGenericNotifyTake (uxIndexToWait=0, xClearCountOnExit=1, xTicksToWait=<opti…
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow_esp32s3.map | 34402 .literal.ulTaskGenericNotifyTake 42672 .text.ulTaskGenericNotifyTake 42675 0x00000000403a4be4 ulTaskGenericNotifyTake 66282 .rodata.ulTaskGenericNotifyTake.str1.4 95301 ulTaskGenericNotifyTake esp-idf/freertos/libfreertos.a(tasks.c.obj)
|
D | overflow_esp32c3.map | 25980 .text.ulTaskGenericNotifyTake 25982 0x00000000403e18e2 ulTaskGenericNotifyTake 40554 .rodata.ulTaskGenericNotifyTake.str1.4 75197 ulTaskGenericNotifyTake esp-idf/freertos/libfreertos.a(tasks.c.obj)
|