Home
last modified time | relevance | path

Searched defs:uxBits (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/freemodbus/port/
Dportevent_m.c122 EventBits_t uxBits; in xMBMasterPortFsmWaitConfirmation() local
138 EventBits_t uxBits; in xMBMasterPortEventGet() local
177 EventBits_t uxBits; in xMBMasterRunResTake() local
194 EventBits_t uxBits = xEventGroupSetBits( xResourceMasterHdl, MB_EVENT_RESOURCE ); in vMBMasterRunResRelease() local
277 EventBits_t uxBits = xEventGroupWaitBits( xEventGroupMasterHdl, // The event group being tested. in eMBMasterWaitRequestFinish() local
/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c109 EventBits_t uxBits; in smartconfig_example_task() local
/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_task_utilities.c71 … EventBits_t uxBits = xEventGroupWaitBits(test_objs->evt_grp, 0xFF, pdTRUE, pdTRUE, portMAX_DELAY); in test_task_abort_delay() local