Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c61 struct lwip_peer2peer_ctx *obj = (struct lwip_peer2peer_ctx*)netif->related_data; in on_ppp_status_changed() local
217 lwip_peer2peer_ctx_t *obj = (lwip_peer2peer_ctx_t *)netif->related_data; in on_ppp_notify_phase() local
319 struct lwip_peer2peer_ctx * obj = ppp_ctx; in esp_netif_lwip_ppp_input() local
354 struct lwip_peer2peer_ctx *obj = (struct lwip_peer2peer_ctx *)netif->related_data; in esp_netif_ppp_set_params() local
366 struct lwip_peer2peer_ctx *obj = (struct lwip_peer2peer_ctx *)netif->related_data; in esp_netif_ppp_get_params() local
/hal_espressif-3.6.0/tools/ldgen/
Dentity.py47 def __init__(self, archive=None, obj=None, symbol=None): argument
193 def _match_obj(self, archive, obj): argument
205 def get_sections(self, archive, obj): argument
212 def _match_symbol(self, archive, obj, symbol): argument
/hal_espressif-3.6.0/components/touch_element/
Dtouch_slider.c20 #define TE_SLD_DEFAULT_QTF_THR(obj) ((obj)->global_config->quantify_lower_thr… argument
21 #define TE_SLD_DEFAULT_POS_FILTER_FACTOR(obj) ((obj)->global_config->position_filter_fa… argument
22 #define TE_SLD_DEFAULT_CALCULATE_CHANNEL(obj) ((obj)->global_config->calculate_channel_… argument
23 #define TE_SLD_DEFAULT_BCM_UPDATE_TIME(obj) ((obj)->global_config->benchmark_update_t… argument
24 #define TE_SLD_DEFAULT_FILTER_RESET_TIME(obj) ((obj)->global_config->filter_reset_time) argument
25 #define TE_SLD_DEFAULT_POS_FILTER_SIZE(obj) ((obj)->global_config->position_filter_si… argument
Dtouch_element.c76 #define TE_PROCESSING_PERIOD(obj) ((obj)->global_config->software.processing_period) argument
77 #define TE_WATERPROOF_DIVIDER(obj) ((obj)->global_config->software.waterproof_thresh… argument
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dwrap_stub.py64 def default(self, obj): argument
/hal_espressif-3.6.0/tools/cmake/
Dconvert_to_cmake.py72 def find_src(obj): argument
/hal_espressif-3.6.0/examples/cxx/rtti/main/
Drtti_example_main.cpp73 for (auto &obj: objects) { in app_main() local
/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element_private.h48 #define TE_DEFAULT_THRESHOLD_DIVIDER(obj) ((obj)->global_config->threshold_divider) argument
49 #define TE_DEFAULT_LONGPRESS_TIME(obj) ((obj)->global_config->default_lp_time) argument
/hal_espressif-3.6.0/components/fatfs/src/
Dff.c1150 FFOBJID* obj, /* Corresponding object */ in get_fat()
1368 FFOBJID* obj /* Pointer to the corresponding object */ in fill_first_frag()
1391 FFOBJID* obj, /* Pointer to the corresponding object */ in fill_last_frag()
1417 FFOBJID* obj, /* Corresponding object */ in remove_chain()
1512 FFOBJID* obj, /* Corresponding object */ in create_chain()
2211 FFOBJID* obj /* Object allocation information to be initialized */
2229 const FFOBJID* obj /* Object with its containing directory information */
3456FFOBJID* obj, /* Pointer to the FFOBJID, the 1st member in the FIL/FF_DIR object, to check valid…
4644 FFOBJID obj; local
4782 FFOBJID obj; local
Dff.h197 FFOBJID obj; /* Object identifier (must be the 1st member to detect invalid object pointer) */ member
220 FFOBJID obj; /* Object identifier */ member
/hal_espressif-3.6.0/tools/esp_app_trace/espytrace/
Dsysview.py1192 def default(self, obj): argument
/hal_espressif-3.6.0/components/driver/
Di2s.c1958 i2s_obj_t *obj = p_i2s[i2s_num]; in i2s_driver_uninstall() local
Drmt.c1244 rmt_obj_t *obj = __containerof(item_num, rmt_obj_t, tx_len_rem); in rmt_translator_get_context() local
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dminiz.h539 #define MZ_CLEAR_OBJ(obj) memset(&(obj), 0, sizeof(obj)) argument
/hal_espressif-3.6.0/tools/catch/
Dcatch.hpp649 C obj; in invoke() local
1524 inline void arcSafeRelease( NSObject* obj ) { in arcSafeRelease()
1527 inline id performOptionalSelector( id obj, SEL sel ) { in performOptionalSelector()
1536 inline id performOptionalSelector( id obj, SEL sel ) { in performOptionalSelector()
2918 id obj = [[m_cls alloc] init]; in invoke() local