/hal_espressif-3.6.0/components/esp_netif/lwip/ |
D | esp_netif_lwip_ppp.c | 61 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/ |
D | entity.py | 47 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/ |
D | touch_slider.c | 20 #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
|
D | touch_element.c | 76 #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/ |
D | wrap_stub.py | 64 def default(self, obj): argument
|
/hal_espressif-3.6.0/tools/cmake/ |
D | convert_to_cmake.py | 72 def find_src(obj): argument
|
/hal_espressif-3.6.0/examples/cxx/rtti/main/ |
D | rtti_example_main.cpp | 73 for (auto &obj: objects) { in app_main() local
|
/hal_espressif-3.6.0/components/touch_element/include/touch_element/ |
D | touch_element_private.h | 48 #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/ |
D | ff.c | 1150 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 */ 3456 …FFOBJID* 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
|
D | ff.h | 197 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/ |
D | sysview.py | 1192 def default(self, obj): argument
|
/hal_espressif-3.6.0/components/driver/ |
D | i2s.c | 1958 i2s_obj_t *obj = p_i2s[i2s_num]; in i2s_driver_uninstall() local
|
D | rmt.c | 1244 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/ |
D | miniz.h | 539 #define MZ_CLEAR_OBJ(obj) memset(&(obj), 0, sizeof(obj)) argument
|
/hal_espressif-3.6.0/tools/catch/ |
D | catch.hpp | 649 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
|