Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/application/samples/peripheral/i2c/
Di2c_slave_demo.c67 uint8_t tx_buff[CONFIG_I2C_TRANSFER_LEN] = { 0 }; in i2c_slave_task() local
Di2c_master_demo.c69 uint8_t tx_buff[CONFIG_I2C_TRANSFER_LEN] = { 0 }; in i2c_master_task() local
/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/spi/
Dhal_spi.h497 uint8_t *tx_buff; /*!< @if Eng Buff to send data through tx fifo. member
/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/spi/v151/
Dhal_spi_v151.c332 uint8_t *tx_buff = data->tx_buff; in hal_spi_v151_write() local