Searched defs:buff (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | regdma_link.h | 33 regdma_link_continuous_t *plink, void *buff, void *backup, int len, in regdma_link_init_continuous() 58 regdma_link_addr_map_t *plink, void *buff, void *backup, uint32_t bitmap[4], in regdma_link_init_addr_map() 114 regdma_link_branch_continuous_t *plink, void *buff, void *backup, int len, void *restore, in regdma_link_init_branch_continuous() 133 regdma_link_branch_addr_map_t *plink, void *buff, void *backup, uint32_t bitmap[4], in regdma_link_init_branch_addr_map()
|
D | esp_regdma.h | 154 volatile uint32_t buff[0]; member 161 volatile uint32_t buff[0]; member 174 volatile uint32_t buff[0]; member 181 volatile uint32_t buff[0]; member
|
/hal_espressif-latest/components/esp_netif/vfs_l2tap/ |
D | esp_vfs_l2tap.c | 53 void *buff; member 94 static esp_err_t push_rx_queue(l2tap_context_t *l2tap_socket, void *buff, size_t len) in push_rx_queue() 107 static ssize_t pop_rx_queue(l2tap_context_t *l2tap_socket, void *buff, size_t len) in pop_rx_queue() 174 esp_err_t esp_vfs_l2tap_eth_filter(l2tap_iodriver_handle driver_handle, void *buff, size_t *size) in esp_vfs_l2tap_eth_filter()
|
/hal_espressif-latest/components/newlib/ |
D | assert.c | 36 char buff[sizeof(ASSERT_STR) + 11 + 1] = ASSERT_STR; in __assert_func() local
|
/hal_espressif-latest/components/hal/esp32c2/ |
D | rtc_cntl_hal.c | 21 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-latest/components/hal/esp32c3/ |
D | rtc_cntl_hal.c | 30 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-latest/components/hal/esp32s3/ |
D | rtc_cntl_hal.c | 23 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 23 void * regdma_link_new_continuous(void *backup, void *buff, int len, void *restore, void *next, boo… in regdma_link_new_continuous() 39 void * regdma_link_new_addr_map(void *backup, void *buff, uint32_t bitmap[4], int len, void *restor… in regdma_link_new_addr_map() 79 void * regdma_link_new_branch_continuous(void *backup, void *buff, int len, void *restore, regdma_e… in regdma_link_new_branch_continuous() 95 void * regdma_link_new_branch_addr_map(void *backup, void *buff, uint32_t bitmap[4], int len, void … in regdma_link_new_branch_addr_map()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_inq.c | 2767 char buff[LEN_UUID_128 * 2 + 1]; in BTM_GetEirUuidList() local
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1590 UINT8 buff[60]; in gatt_add_sdp_record() local
|