Home
last modified time | relevance | path

Searched refs:EventBits_t (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-3.6.0/components/freertos/
Devent_groups.c76 EventBits_t uxEventBits;
102 static BaseType_t prvTestWaitCondition( const EventBits_t uxCurrentEventBits,
103 const EventBits_t uxBitsToWaitFor,
215 EventBits_t xEventGroupSync( EventGroupHandle_t xEventGroup, in xEventGroupSync()
216 const EventBits_t uxBitsToSet, in xEventGroupSync()
217 const EventBits_t uxBitsToWaitFor, in xEventGroupSync()
220 EventBits_t uxOriginalBitValue, uxReturn; in xEventGroupSync()
309 if( ( uxReturn & eventUNBLOCKED_DUE_TO_BIT_SET ) == ( EventBits_t ) 0 ) in xEventGroupSync()
352 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup, in xEventGroupWaitBits()
353 const EventBits_t uxBitsToWaitFor, in xEventGroupWaitBits()
[all …]
/hal_espressif-3.6.0/components/freertos/include/freertos/
Devent_groups.h102 typedef TickType_t EventBits_t; typedef
315 EventBits_t xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
316 const EventBits_t uxBitsToWaitFor,
380 EventBits_t xEventGroupClearBits( EventGroupHandle_t xEventGroup,
381 const EventBits_t uxBitsToClear ) PRIVILEGED_FUNCTION;
442 const EventBits_t uxBitsToClear ) PRIVILEGED_FUNCTION;
524 EventBits_t xEventGroupSetBits( EventGroupHandle_t xEventGroup,
525 const EventBits_t uxBitsToSet ) PRIVILEGED_FUNCTION;
605 const EventBits_t uxBitsToSet,
740 EventBits_t xEventGroupSync( EventGroupHandle_t xEventGroup,
[all …]
Dmpu_prototypes.h212 EventBits_t MPU_xEventGroupWaitBits( EventGroupHandle_t xEventGroup,
213 const EventBits_t uxBitsToWaitFor,
217 EventBits_t MPU_xEventGroupClearBits( EventGroupHandle_t xEventGroup,
218 const EventBits_t uxBitsToClear ) FREERTOS_SYSTEM_CALL;
219 EventBits_t MPU_xEventGroupSetBits( EventGroupHandle_t xEventGroup,
220 const EventBits_t uxBitsToSet ) FREERTOS_SYSTEM_CALL;
221 EventBits_t MPU_xEventGroupSync( EventGroupHandle_t xEventGroup,
222 const EventBits_t uxBitsToSet,
223 const EventBits_t uxBitsToWaitFor,
/hal_espressif-3.6.0/components/freemodbus/port/
Dportevent_m.c53 #define MB_EVENT_POLL_MASK (EventBits_t)( EV_MASTER_READY | \
61 #define MB_EVENT_REQ_MASK (EventBits_t)( EV_MASTER_PROCESS_SUCCESS | \
66 #define MB_EVENT_RESOURCE (EventBits_t)( 0x0080 )
95 (EventBits_t) eTempEvent, in xMBMasterPortEventPost()
113 (void) xEventGroupSetBits( xEventGroupMasterHdl, (EventBits_t)eTempEvent ); in xMBMasterPortEventPost()
122 EventBits_t uxBits; in xMBMasterPortFsmWaitConfirmation()
138 EventBits_t uxBits; in xMBMasterPortEventGet()
177 EventBits_t uxBits; in xMBMasterRunResTake()
194 EventBits_t uxBits = xEventGroupSetBits( xResourceMasterHdl, MB_EVENT_RESOURCE ); in vMBMasterRunResRelease()
277 EventBits_t uxBits = xEventGroupWaitBits( xEventGroupMasterHdl, // The event group being tested. in eMBMasterWaitRequestFinish()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dtransaction.h54 EventBits_t wait_events;
56 EventBits_t current_bits;
62 esp_err_t transaction_init(transaction_t **trans, uint8_t type, uint32_t sub_type, EventBits_t wait…
67 esp_err_t transaction_set_events(transaction_t *trans, EventBits_t events);
68 esp_err_t transaction_test_events(transaction_t *trans, EventBits_t events);
69 esp_err_t transaction_clear_events(transaction_t *trans, EventBits_t events);
Dtransaction.c24 EventBits_t bits; in transaction_reset()
46 esp_err_t transaction_set_events(transaction_t *trans, EventBits_t events) in transaction_set_events()
69 esp_err_t transaction_test_events(transaction_t *trans, EventBits_t events) in transaction_test_events()
90 esp_err_t transaction_clear_events(transaction_t *trans, EventBits_t events) in transaction_clear_events()
128 esp_err_t transaction_init(transaction_t **trans, uint8_t type, uint32_t sub_type, EventBits_t wait… in transaction_init()
173 EventBits_t current_bits; in transaction_run()
/hal_espressif-3.6.0/components/freemodbus/tcp_slave/modbus_controller/
Dmbc_tcp_slave.c96 EventBits_t flag = xEventGroupSetBits(mbs_opts->mbs_event_group, in mbc_tcp_slave_start()
97 (EventBits_t)MB_EVENT_STACK_STARTED); in mbc_tcp_slave_start()
110 EventBits_t flag = xEventGroupClearBits(mbs_opts->mbs_event_group, in mbc_tcp_slave_destroy()
111 (EventBits_t)MB_EVENT_STACK_STARTED); in mbc_tcp_slave_destroy()
/hal_espressif-3.6.0/components/freemodbus/serial_slave/modbus_controller/
Dmbc_serial_slave.c110 EventBits_t flag = xEventGroupSetBits(mbs_opts->mbs_event_group, in mbc_serial_slave_start()
111 (EventBits_t)MB_EVENT_STACK_STARTED); in mbc_serial_slave_start()
164 EventBits_t flag = xEventGroupClearBits(mbs_opts->mbs_event_group, in mbc_serial_slave_destroy()
165 (EventBits_t)MB_EVENT_STACK_STARTED); in mbc_serial_slave_destroy()
/hal_espressif-3.6.0/components/esp_eth/test/
Dtest_emac.c128 EventBits_t bits = 0;
164 EventBits_t bits = 0;
211 EventBits_t bits = 0;
309 EventBits_t bits = 0;
/hal_espressif-3.6.0/components/wpa_supplicant/test/
Dtest_offchannel.c152 EventBits_t bits;
218 EventBits_t bits; in test_wifi_roc()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c83 static EventBits_t xMasterEvent = 0;
91 BOOL xMBTCPPortMasterWaitEvent(EventGroupHandle_t xEventHandle, EventBits_t xEvent, USHORT usTimeou… in xMBTCPPortMasterWaitEvent()
181 EventBits_t xFlags = xEventGroupSetBits(xMasterEventHandle, in vMBTCPPortMasterStartPoll()
182 (EventBits_t)xMasterEvent); in vMBTCPPortMasterStartPoll()
196 EventBits_t xFlags = xEventGroupClearBits(xMasterEventHandle, in vMBTCPPortMasterStopPoll()
197 (EventBits_t)xMasterEvent); in vMBTCPPortMasterStopPoll()
Dport_tcp_master.h122 BOOL xMBTCPPortMasterWaitEvent(EventGroupHandle_t xEventHandle, EventBits_t xEvent, USHORT usTimeou…
/hal_espressif-3.6.0/components/freemodbus/serial_master/modbus_controller/
Dmbc_serial_master.c115 EventBits_t flag = xEventGroupSetBits(mbm_opts->mbm_event_group, in mbc_serial_master_start()
116 (EventBits_t)MB_EVENT_STACK_STARTED); in mbc_serial_master_start()
131 EventBits_t flag = xEventGroupClearBits(mbm_opts->mbm_event_group, in mbc_serial_master_destroy()
132 (EventBits_t)MB_EVENT_STACK_STARTED); in mbc_serial_master_destroy()
/hal_espressif-3.6.0/components/esp_wifi/test/
Dtest_wifi.c280 EventBits_t bits; in wifi_connect_by_bssid()
301 EventBits_t bits; in test_wifi_connection_sta()
/hal_espressif-3.6.0/components/esp_eth/test_apps/main/
Desp_eth_test.c72 EventBits_t bits = 0;
254 EventBits_t bits = 0;
346 EventBits_t bits = 0;
/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_task_utilities.c71EventBits_t uxBits = xEventGroupWaitBits(test_objs->evt_grp, 0xFF, pdTRUE, pdTRUE, portMAX_DELAY); in test_task_abort_delay()
/hal_espressif-3.6.0/examples/wifi/getting_started/station/main/
Dstation_example_main.c109 EventBits_t bits = xEventGroupWaitBits(s_wifi_event_group, in wifi_init_sta()
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/main/
Dapp_main.c99 EventBits_t bits = xEventGroupWaitBits(s_wifi_event_group, in wifi_init_sta()
/hal_espressif-3.6.0/components/lwip/test/
Dtest_lwip_apps.c57 EventBits_t bits;
/hal_espressif-3.6.0/examples/wifi/wifi_easy_connect/dpp-enrollee/main/
Ddpp_enrollee_main.c132 EventBits_t bits = xEventGroupWaitBits(s_dpp_event_group, in dpp_enrollee_init()
/hal_espressif-3.6.0/examples/wifi/smart_config/main/
Dsmartconfig_main.c109 EventBits_t uxBits; in smartconfig_example_task()
/hal_espressif-3.6.0/examples/protocols/static_ip/main/
Dstatic_ip_example_main.c154 EventBits_t bits = xEventGroupWaitBits(s_wifi_event_group, in wifi_init_sta()
/hal_espressif-3.6.0/components/tcp_transport/test/
Dtest_transport_fixtures.c256EventBits_t bits = xEventGroupWaitBits(test->tcp_connect_done, TCP_CONNECT_DONE, true, true, test-… in tcp_transport_test_connection_timeout()
/hal_espressif-3.6.0/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c187 … (EventBits_t)MB_EVENT_STACK_STARTED, MB_TCP_CONNECTION_TOUT); in mbc_tcp_master_start()
210 (EventBits_t)MB_EVENT_STACK_STARTED); in mbc_tcp_master_destroy()
/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/
Dmain.c136 EventBits_t bits = xEventGroupWaitBits(s_wifi_event_group, in wifi_init_sta()

12