Searched defs:tx_len (Results 1 – 10 of 10) sorted by relevance
| /bsp/maxim/libraries/MAX32660PeriphDriver/Include/ |
| A D | i2c.h | 89 unsigned tx_len; ///< Length of tx data. member
|
| /bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/ |
| A D | mbox.c | 112 …int32_t tx_len = (size > MBOX_SEND_MAX_MESSAGE_LENGTH) ? (int32_t)MBOX_SEND_MAX_MESSAGE_LENGTH : (… in csi_mbox_send() local
|
| /bsp/nxp/lpc/lpc55sxx/Libraries/drivers/ |
| A D | drv_gt911.h | 41 rt_uint16_t tx_len; member
|
| /bsp/nrf5x/libraries/drivers/ |
| A D | nrfx_spim.c | 59 #define SPIMX_LENGTH_VALIDATE(peripheral, drv_inst_idx, rx_len, tx_len) \ argument 141 #define SPIM_LENGTH_VALIDATE(drv_inst_idx, rx_len, tx_len) \ argument
|
| A D | nrfx_spim.h | 213 #define NRFX_SPIM_SINGLE_XFER(p_tx, tx_len, p_rx, rx_len) \ argument
|
| /bsp/ultrarisc/drivers/ |
| A D | drv_dw_spi.h | 64 unsigned int tx_len; member
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_mipi_dsi_drv.h | 114 uint16_t tx_len; /*!< length of tx_buf */ member
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_spi.h | 56 uint32_t tx_len; /**< The total number of bytes to send. */ member
|
| /bsp/cvitek/drivers/libraries/spi/ |
| A D | dw_spi.h | 117 uint32_t tx_len; member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spi/ |
| A D | hal_spi.c | 455 static void spi_set_bc_tc_stc(uint32_t tx_len, uint32_t rx_len, in spi_set_bc_tc_stc()
|
Completed in 28 milliseconds