/hal_espressif-latest/components/driver/touch_sensor/ |
D | touch_sensor_common.c | 90 …p_err_t touch_pad_set_cnt_mode(touch_pad_t touch_num, touch_cnt_slope_t slope, touch_tie_opt_t opt) in touch_pad_set_cnt_mode() argument 94 TOUCH_CHECK(opt < TOUCH_PAD_TIE_OPT_MAX, "touch opt error", ESP_ERR_INVALID_ARG); in touch_pad_set_cnt_mode() 98 .tie_opt = opt, in touch_pad_set_cnt_mode() 107 …err_t touch_pad_get_cnt_mode(touch_pad_t touch_num, touch_cnt_slope_t *slope, touch_tie_opt_t *opt) in touch_pad_get_cnt_mode() argument 116 *opt = meas.tie_opt; in touch_pad_get_cnt_mode()
|
/hal_espressif-latest/components/hal/esp32/ |
D | gpio_hal_workaround.c | 23 void (*opt)(gpio_hal_context_t *, uint32_t, void *) in gpio_hal_sleep_mode_setup_wrapper() 27 if (opt) { in gpio_hal_sleep_mode_setup_wrapper() 28 (*opt)(hal, gpio_num, (void *)&gpio_cfg); in gpio_hal_sleep_mode_setup_wrapper()
|
/hal_espressif-latest/components/driver/touch_sensor/include/driver/ |
D | touch_sensor_common.h | 82 …_err_t touch_pad_set_cnt_mode(touch_pad_t touch_num, touch_cnt_slope_t slope, touch_tie_opt_t opt); 93 …rr_t touch_pad_get_cnt_mode(touch_pad_t touch_num, touch_cnt_slope_t *slope, touch_tie_opt_t *opt);
|
/hal_espressif-latest/components/esp_netif/lwip/ |
D | esp_netif_lwip.c | 2169 struct dhcp_params *opt = msg->data; in esp_netif_dhcps_option_api() local 2170 void *opt_info = dhcps_option_info(esp_netif->dhcps, opt->id, opt->len); in esp_netif_dhcps_option_api() 2173 if (opt_info == NULL || opt->val == NULL) { in esp_netif_dhcps_option_api() 2177 if (opt->op == ESP_NETIF_OP_GET) { in esp_netif_dhcps_option_api() 2182 switch (opt->id) { in esp_netif_dhcps_option_api() 2184 *(uint32_t *)opt->val = *(uint32_t *)opt_info; in esp_netif_dhcps_option_api() 2189 memcpy(opt->val, opt_info, opt->len); in esp_netif_dhcps_option_api() 2194 *(uint8_t *)opt->val = 1; in esp_netif_dhcps_option_api() 2196 *(uint8_t *)opt->val = 0; in esp_netif_dhcps_option_api() 2202 *(uint8_t *)opt->val = 1; in esp_netif_dhcps_option_api() [all …]
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | touch_sensor_ll.h | 206 static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_tie_opt_t opt) in touch_ll_set_tie_option() argument 209 RTCIO.touch_pad[touch_pad_wrap].tie_opt = opt; in touch_ll_set_tie_option() 218 static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_tie_opt_t *opt) in touch_ll_get_tie_option() argument 221 *opt = (touch_tie_opt_t)RTCIO.touch_pad[touch_pad_wrap].tie_opt; in touch_ll_get_tie_option()
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_mesh.h | 687 int flag, const mesh_opt_t opt[], int opt_count); 731 int *flag, mesh_opt_t opt[], int opt_count); 771 mesh_data_t *data, int timeout_ms, int *flag, mesh_opt_t opt[],
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | touch_sensor_ll.h | 193 static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_tie_opt_t opt) in touch_ll_set_tie_option() argument 195 RTCIO.touch_pad[touch_num].tie_opt = opt; in touch_ll_set_tie_option() 204 static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_tie_opt_t *opt) in touch_ll_get_tie_option() argument 206 *opt = (touch_tie_opt_t)RTCIO.touch_pad[touch_num].tie_opt; in touch_ll_get_tie_option()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | touch_sensor_ll.h | 201 static inline void touch_ll_set_tie_option(touch_pad_t touch_num, touch_tie_opt_t opt) in touch_ll_set_tie_option() argument 203 RTCIO.touch_pad[touch_num].tie_opt = opt; in touch_ll_set_tie_option() 212 static inline void touch_ll_get_tie_option(touch_pad_t touch_num, touch_tie_opt_t *opt) in touch_ll_get_tie_option() argument 214 *opt = (touch_tie_opt_t)RTCIO.touch_pad[touch_num].tie_opt; in touch_ll_get_tie_option()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_api.c | 895 …DT_WriteReqOpt(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt, tAVDT_DATA_OPT_MASK opt) in AVDT_WriteReqOpt() argument 908 evt.apiwrite.opt = opt; in AVDT_WriteReqOpt()
|
D | avdt_scb_act.c | 1275 if ( !(p_data->apiwrite.opt & AVDT_DATA_OPT_NO_RTP) ) { in avdt_scb_hdl_write_req_no_frag()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | avdt_api.h | 852 UINT8 m_pt, tAVDT_DATA_OPT_MASK opt);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_aact.c | 2201 tAVDT_DATA_OPT_MASK opt; in bta_av_data_path() local 2244 opt = AVDT_DATA_OPT_NONE; in bta_av_data_path() 2246 opt |= AVDT_DATA_OPT_NO_RTP; in bta_av_data_path() 2249 AVDT_WriteReqOpt(p_scb->avdt_handle, p_buf, timestamp, m_pt, opt); in bta_av_data_path()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/include/ |
D | avdt_int.h | 470 tAVDT_DATA_OPT_MASK opt; member
|