Home
last modified time | relevance | path

Searched defs:send_buf (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_i2c.h57 …hi_u8* send_buf; /**< Data TX pointer. The user needs to ensure that no null pointer is tr… member
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
Dapp_demo_spi.c333 hi_u8 send_buf[g_transfer_lenth]; in app_demo_spi_host_write_read_task() local
632 hi_u8 send_buf[512] = { 0 }; /* 512 */ in app_demo_spi_single_loopback() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
Duart_drv.h121 typedef hi_s32(*send_buf) (uart_circ_buf *transfer, hi_char *buf, hi_u32 count); typedef
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Ddbus.h376 void *send_buf; /**< linear bufffer for LINUX when aggreagtion is enabled */ member