Home
last modified time | relevance | path

Searched refs:ulTaskNotifyTake (Results 1 – 25 of 41) sorted by relevance

12

/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_task_notify.c84 ulTaskNotifyTake(pdTRUE, portMAX_DELAY); in receiver_task()
97 ulTaskNotifyTake(pdTRUE, portMAX_DELAY); in receiver_task()
Dtest_freertos_scheduling_round_robin.c62 ulTaskNotifyTake(pdTRUE, portMAX_DELAY); in spin_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c92 ulTaskNotifyTake(false, 1000); in test_install_cdc_driver()
298 TEST_ASSERT_EQUAL(1, ulTaskNotifyTake(false, pdMS_TO_TICKS(100)));
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/main/
Dsysview_heap_log.c98 uint32_t val = ulTaskNotifyTake(pdFALSE, portMAX_DELAY); in app_main()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dmpu_wrappers.h82 #define ulTaskNotifyTake MPU_ulTaskNotifyTake macro
Dtask.h2982 #define ulTaskNotifyTake( xClearCountOnExit, xTicksToWait ) \ macro
/hal_espressif-3.6.0/components/usb/test/usb_host/
Dmsc_client_async_enum.c91 ulTaskNotifyTake(pdTRUE, portMAX_DELAY); in msc_client_async_enum_task()
Dctrl_client_async_seq.c118 ulTaskNotifyTake(pdTRUE, portMAX_DELAY); in ctrl_client_async_seq_task()
Dmsc_client_async_seq.c154 ulTaskNotifyTake(pdTRUE, portMAX_DELAY); in msc_client_async_seq_task()
Dmsc_client_async_dconn.c155 ulTaskNotifyTake(pdTRUE, portMAX_DELAY); in msc_client_async_dconn_task()
/hal_espressif-3.6.0/examples/system/eventfd/main/
Deventfd_example.c86 ulTaskNotifyTake(true, portMAX_DELAY); in worker_task()
/hal_espressif-3.6.0/components/freertos/
Dlinker.lf42 tasks: ulTaskNotifyTake (default)
/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c510 TEST_ASSERT_NOT_EQUAL(0, ulTaskNotifyTake(pdFALSE, pdMS_TO_TICKS(40))); in mcpwm_capture_test()
516 TEST_ASSERT_NOT_EQUAL(0, ulTaskNotifyTake(pdFALSE, pdMS_TO_TICKS(40))); in mcpwm_capture_test()
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt34 37 ulTaskNotifyTake xClearCountOnExit=%u xTicksToWait=%u
/hal_espressif-3.6.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt34 37 ulTaskNotifyTake xClearCountOnExit=%u xTicksToWait=%u
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_bldc_hall_control/main/
Dmcpwm_bldc_hall_control_example_main.c253 ulTaskNotifyTake(pdTRUE, portMAX_DELAY); in app_main()
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt34 37 ulTaskNotifyTake xClearCountOnExit=%u xTicksToWait=%u
/hal_espressif-3.6.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt34 37 ulTaskNotifyTake xClearCountOnExit=%u xTicksToWait=%u
/hal_espressif-3.6.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt34 37 ulTaskNotifyTake xClearCountOnExit=%u xTicksToWait=%u
/hal_espressif-3.6.0/components/console/
Desp_console_repl.c463 ulTaskNotifyTake(pdTRUE, portMAX_DELAY); in esp_console_repl_task()
/hal_espressif-3.6.0/components/lwip/apps/ping/
Dping_sock.c165 if (ulTaskNotifyTake(pdTRUE, pdMS_TO_TICKS(PING_CHECK_START_TIMEOUT_MS))) { in esp_ping_thread()
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_mac_openeth.c87 if (ulTaskNotifyTake(pdFALSE, portMAX_DELAY)) { in emac_opencores_rx_task()
Desp_eth_mac_esp.c259 ulTaskNotifyTake(pdTRUE, portMAX_DELAY); in emac_esp32_rx_task()
Desp_eth_mac_w5500.c321 if (ulTaskNotifyTake(pdTRUE, pdMS_TO_TICKS(1000)) == 0 && // if no notification ... in emac_w5500_task()
Desp_eth_mac_dm9051.c394 if (ulTaskNotifyTake(pdTRUE, pdMS_TO_TICKS(1000)) == 0 && // if no notification ... in emac_dm9051_task()

12