Home
last modified time | relevance | path

Searched refs:tskNO_AFFINITY (Results 1 – 25 of 43) sorted by relevance

12

/hal_espressif-3.4.0/examples/peripherals/twai/twai_self_test/main/
Dtwai_self_test_example_main.c119 …reatePinnedToCore(twai_control_task, "TWAI_ctrl", 4096, NULL, CTRL_TSK_PRIO, NULL, tskNO_AFFINITY); in app_main()
120 …skCreatePinnedToCore(twai_receive_task, "TWAI_rx", 4096, NULL, RX_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
121 …kCreatePinnedToCore(twai_transmit_task, "TWAI_tx", 4096, NULL, TX_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_kernel.h25 …LUEDROID_PINNED_TO_CORE < portNUM_PROCESSORS ? CONFIG_BT_BLUEDROID_PINNED_TO_CORE : tskNO_AFFINITY)
33 …G_BT_NIMBLE_PINNED_TO_CORE < portNUM_PROCESSORS ? CONFIG_BT_NIMBLE_PINNED_TO_CORE : tskNO_AFFINITY)
/hal_espressif-3.4.0/components/freertos/test/
Dtest_freertos_get_state.c50 …Core(blocked_task, "Blocked task", 1024, NULL, TSK_PRIORITY, &blocked_task_handle, tskNO_AFFINITY);
51 …uspended_task, "Suspended task", 1024, NULL, TSK_PRIORITY, &suspended_task_handle, tskNO_AFFINITY);
Dtest_freertos_task_delete.c81 …sk_self_del_us_delay, "delay", 1024, (void *)i, UNITY_FREERTOS_PRIORITY - 1, NULL, tskNO_AFFINITY);
137 i < portNUM_PROCESSORS ? i : tskNO_AFFINITY));
Dtest_freertos_task_delay_until.c64 …kCreatePinnedToCore(delaying_task, "delay_no_aff", 1024, NULL, TSK_PRIORITY, NULL, tskNO_AFFINITY);
/hal_espressif-3.4.0/examples/peripherals/twai/twai_network/twai_network_master/main/
Dtwai_network_example_master_main.c216 …skCreatePinnedToCore(twai_receive_task, "TWAI_rx", 4096, NULL, RX_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
217 …kCreatePinnedToCore(twai_transmit_task, "TWAI_tx", 4096, NULL, TX_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
218 …reatePinnedToCore(twai_control_task, "TWAI_ctrl", 4096, NULL, CTRL_TSK_PRIO, NULL, tskNO_AFFINITY); in app_main()
/hal_espressif-3.4.0/examples/peripherals/twai/twai_network/twai_network_slave/main/
Dtwai_network_example_slave_main.c243 …skCreatePinnedToCore(twai_receive_task, "TWAI_rx", 4096, NULL, RX_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
244 …kCreatePinnedToCore(twai_transmit_task, "TWAI_tx", 4096, NULL, TX_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
245 …reatePinnedToCore(twai_control_task, "TWAI_ctrl", 4096, NULL, CTRL_TSK_PRIO, NULL, tskNO_AFFINITY); in app_main()
/hal_espressif-3.4.0/examples/peripherals/twai/twai_alert_and_recovery/main/
Dtwai_alert_and_recovery_example_main.c137 xTaskCreatePinnedToCore(tx_task, "TWAI_tx", 4096, NULL, TX_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
138 … xTaskCreatePinnedToCore(ctrl_task, "TWAI_ctrl", 4096, NULL, CTRL_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
/hal_espressif-3.4.0/components/cxx/test/
Dtest_initialization.cpp98 task_count += start_slow_init_task<1>(3, tskNO_AFFINITY);
106 task_count += start_slow_init_task<2>(3, tskNO_AFFINITY);
/hal_espressif-3.4.0/examples/system/freertos/real_time_stats/main/
Dreal_time_stats_example_main.c180 …TaskCreatePinnedToCore(spin_task, task_names[i], 1024, NULL, SPIN_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
184 xTaskCreatePinnedToCore(stats_task, "stats", 4096, NULL, STATS_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
/hal_espressif-3.4.0/components/bt/common/include/
Dbt_user_config.h44 …LUEDROID_PINNED_TO_CORE < portNUM_PROCESSORS ? CONFIG_BT_BLUEDROID_PINNED_TO_CORE : tskNO_AFFINITY)
/hal_espressif-3.4.0/components/freertos/include/freertos/
Dtask.h70 #define tskNO_AFFINITY ( 0x7FFFFFFF ) macro
450 …oCore( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask, tskNO_AFFINITY ); in xTaskCreate()
620 …de, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer, tskNO_AFFINITY ); in xTaskCreateStatic()
/hal_espressif-3.4.0/components/esp_https_server/include/
Desp_https_server.h108 .core_id = tskNO_AFFINITY, \
/hal_espressif-3.4.0/examples/system/esp_event/user_event_loops/main/
Dmain.c98 .task_core_id = tskNO_AFFINITY in app_main()
/hal_espressif-3.4.0/examples/peripherals/twai/twai_network/twai_network_listen_only/main/
Dtwai_network_example_listen_only_main.c103 …skCreatePinnedToCore(twai_receive_task, "TWAI_rx", 4096, NULL, RX_TASK_PRIO, NULL, tskNO_AFFINITY); in app_main()
/hal_espressif-3.4.0/components/freertos/
Dtasks.c244 #define tskCAN_RUN_HERE( cpuid ) ( cpuid==xPortGetCoreID() || cpuid==tskNO_AFFINITY )
642 if (xCoreID != tskNO_AFFINITY) { in taskYIELD_OTHER_CORE()
678 configASSERT( (xCoreID>=0 && xCoreID<configNUM_CORES) || (xCoreID==tskNO_AFFINITY) ); in xTaskCreateStaticPinnedToCore()
757 tskNO_AFFINITY ); in xTaskCreateRestrictedStatic()
759 prvAddNewTaskToReadyList( pxNewTCB, pxTaskDefinition->pvTaskCode, tskNO_AFFINITY); in xTaskCreateRestrictedStatic()
807 tskNO_AFFINITY ); in xTaskCreateRestricted()
809 prvAddNewTaskToReadyList( pxNewTCB, pxTaskDefinition->pvTaskCode, tskNO_AFFINITY); in xTaskCreateRestricted()
1199 if ( xCoreID == tskNO_AFFINITY ) in prvAddNewTaskToReadyList()
3423 if ( ( pxTCBCur->xCoreID != xCoreID ) && ( pxTCBCur->xCoreID != tskNO_AFFINITY ) ) in taskSelectHighestPriorityTaskSMP()
3666 if ( pxUnblockedTCB->xCoreID == tskNO_AFFINITY ) in xTaskRemoveFromEventList()
[all …]
/hal_espressif-3.4.0/components/spi_flash/test/
Dtest_spi_flash.c111 xTaskCreatePinnedToCore(flash_test_task, "t1", 2048, &ctx[1], 3, NULL, tskNO_AFFINITY);
112 xTaskCreatePinnedToCore(flash_test_task, "t2", 2048, &ctx[2], 3, NULL, tskNO_AFFINITY);
/hal_espressif-3.4.0/tools/unit-test-app/components/test_utils/
Dtest_utils.c218 if (tsk_affinity == tskNO_AFFINITY) { in test_utils_task_delete()
/hal_espressif-3.4.0/components/freertos/port/xtensa/
Dport.c69 _Static_assert(tskNO_AFFINITY == CONFIG_FREERTOS_NO_AFFINITY, "incorrect tskNO_AFFINITY value");
/hal_espressif-3.4.0/components/esp_system/
Dtask_wdt.c159 if (xTaskGetAffinity(twdttask->task_handle)==tskNO_AFFINITY) { in task_wdt_isr()
/hal_espressif-3.4.0/components/esp_http_server/include/
Desp_http_server.h29 .core_id = tskNO_AFFINITY, \
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c38 …G_BLUEDROID_PINNED_TO_CORE < portNUM_PROCESSORS ? CONFIG_BLUEDROID_PINNED_TO_CORE : tskNO_AFFINITY)
/hal_espressif-3.4.0/components/esp_eth/src/
Desp_eth_mac_openeth.c404 BaseType_t core_num = tskNO_AFFINITY; in esp_eth_mac_new_openeth()
/hal_espressif-3.4.0/components/esp_wifi/esp32/
Desp_adapter.c390 … stack_depth, param, prio, task_handle, (core_id < portNUM_PROCESSORS ? core_id : tskNO_AFFINITY)); in task_create_pinned_to_core_wrapper()
/hal_espressif-3.4.0/components/esp_wifi/esp32c3/
Desp_adapter.c326 … stack_depth, param, prio, task_handle, (core_id < portNUM_PROCESSORS ? core_id : tskNO_AFFINITY)); in task_create_pinned_to_core_wrapper()

12