Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/esp_netif/lwip/netif/
Desp_pbuf_ref.c33 static void esp_pbuf_free(struct pbuf *pbuf) in esp_pbuf_free()
/hal_espressif-latest/components/hal/esp32c2/
Drtc_cntl_hal.c47 rtc_cntl_link_buf_conf_t *pbuf = (rtc_cntl_link_buf_conf_t *)plink->buf; in rtc_cntl_hal_enable_cpu_retention() local
/hal_espressif-latest/components/hal/esp32c3/
Drtc_cntl_hal.c60 rtc_cntl_link_buf_conf_t *pbuf = (rtc_cntl_link_buf_conf_t *)plink->buf; in rtc_cntl_hal_enable_cpu_retention() local
/hal_espressif-latest/components/hal/esp32s3/
Drtc_cntl_hal.c57 rtc_cntl_link_buf_conf_t *pbuf = (rtc_cntl_link_buf_conf_t *)plink->buf; in rtc_cntl_hal_enable_cpu_retention() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c505 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf ) in HID_HostWriteDev()
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c1190 void esp_netif_netstack_buf_ref(void *pbuf) in esp_netif_netstack_buf_ref()
1195 void esp_netif_netstack_buf_free(void *pbuf) in esp_netif_netstack_buf_free()
1214 esp_err_t esp_netif_transmit_wrap(esp_netif_t *esp_netif, void *data, size_t len, void *pbuf) in esp_netif_transmit_wrap()
/hal_espressif-latest/components/driver/uart/
Duart.c749 static uint32_t UART_ISR_ATTR uart_enable_tx_write_fifo(uart_port_t uart_num, const uint8_t *pbuf, … in uart_enable_tx_write_fifo()