Home
last modified time | relevance | path

Searched refs:ACTION_EXIT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dfast_prov.c23 #define ACTION_EXIT 0x03 macro
145 if (!action || action > ACTION_EXIT) { in bt_mesh_set_fast_prov_action()
149 if ((!bt_mesh_is_provisioner_en() && (action == ACTION_SUSPEND || action == ACTION_EXIT)) || in bt_mesh_set_fast_prov_action()
175 if (action == ACTION_EXIT) { in bt_mesh_set_fast_prov_action()
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dclass_driver.c21 #define ACTION_EXIT 0x40 macro
132 driver_obj->actions |= ACTION_EXIT; in aciton_close_dev()
176 if (driver_obj.actions & ACTION_EXIT) { in class_driver_task()