Home
last modified time | relevance | path

Searched refs:tx_len (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_i2c.h157 const uint8_t *tx_buf, uint32_t tx_len,
165 …l_i2c_task_send(enum HAL_I2C_ID_T id, uint16_t device_addr, const uint8_t *tx_buf, uint16_t tx_len,
167 …l_i2c_task_recv(enum HAL_I2C_ID_T id, uint16_t device_addr, const uint8_t *tx_buf, uint16_t tx_len,
185 …2c_simple_send(enum HAL_I2C_ID_T id, uint16_t device_addr, const uint8_t *tx_buf, uint16_t tx_len);
186 …m HAL_I2C_ID_T id, uint16_t device_addr, const uint8_t *tx_buf, uint16_t tx_len, uint8_t *rx_buf, …
199 uint32_t hal_gpio_i2c_simple_send(uint32_t device_addr, const uint8_t *tx_buf, uint16_t tx_len);
200 uint32_t hal_gpio_i2c_simple_recv(uint32_t device_addr, const uint8_t *tx_buf, uint16_t tx_len, uin…
A Dhal_norflaship.h57 void norflaship_ext_tx_cmd(uint8_t cmd, uint32_t tx_len);
59 void norflaship_ext_rx_cmd(uint8_t cmd, uint32_t tx_len, uint32_t rx_len);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/
A Dtrace_uart.c16 uint16_t tx_len; member
39 if (trace_pointer->tx_len == 0) in transmit_log()
52 trace_pointer->tx_len--; in transmit_log()
54 while (--count > 0 && trace_pointer->tx_len > 0); in transmit_log()
212 p_uart_obj->tx_len = len; in trace_uart_tx()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/dbg/api/
A Ddbg_trc.h662 #define TRC_REQ_L2CAP_TX(conhdl, tx_len, buf_ptr) \ argument
663 dbg_trc_req_l2cap(L2CAP_TX, conhdl, tx_len, buf_ptr);
666 #define TRC_REQ_L2CAP_RX(conhdl, tx_len, buf_ptr) \ argument
667 dbg_trc_req_l2cap(L2CAP_RX, conhdl, tx_len, buf_ptr);
688 #define TRC_REQ_L2CAP_TX(conhdl, tx_len, buf_ptr) argument
689 #define TRC_REQ_L2CAP_RX(conhdl, tx_len, buf_ptr) argument
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/audio/core/
A Daudio_internel.c443 uint32_t tx_len; in rl6548_audio_write() local
447 tx_len = (size >= SP_DMA_PAGE_SIZE) ? SP_DMA_PAGE_SIZE : size; in rl6548_audio_write()
448 sp_write_tx_page((buf+offset), tx_len); in rl6548_audio_write()
449 offset += tx_len; in rl6548_audio_write()
450 size -= tx_len; in rl6548_audio_write()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_normal.c37 hci_if.tx_len = tx_data.len; in hci_if_tx_req()
54 hci_if.callback(HCI_IF_EVT_DATA_XMIT, true, hci_if.tx_buf, hci_if.tx_len); in hci_if_tx_rsp()
A Dhci_uart.c31 uint32_t tx_len; member
348 uart_obj->tx_len = len; in hci_uart_tx()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/inc/
A Dhci_proto.h67 uint16_t tx_len; /* tx buffer length */ member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dobjects.h44 uint32_t tx_len; member
A Dserial_api.c919 obj->tx_len = len; in serial_send_stream()
1015 obj->tx_len = len; in serial_send_stream_dma()
1085 ret = obj->tx_len - puart_adapter->TxCount; in serial_send_stream_abort()
1219 obj->tx_len = len; in serial_send_blocked()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Di2c.c134 …v_vendor(i2c_dev_t *i2c, uint16_t device_addr, uint8_t *tx_buf, uint16_t tx_len, uint8_t *rx_buf, … in hal_i2c_master_recv_vendor() argument
147 ret = hal_i2c_task_recv(i2c_port, device_addr, tx_buf, tx_len, rx_buf, rx_len, 0, NULL); in hal_i2c_master_recv_vendor()

Completed in 18 milliseconds