Home
last modified time | relevance | path

Searched refs:u32Length (Results 1 – 6 of 6) sorted by relevance

/bsp/nv32f100x/lib/src/
A Duart.c326 void UART_SendWait(UART_Type *pUART, uint8_t *pSendBuff, uint32_t u32Length) in UART_SendWait() argument
331 for (i = 0; i < u32Length; i++) in UART_SendWait()
356 void UART_ReceiveWait(UART_Type *pUART, uint8_t *pReceiveBuff, uint32_t u32Length) in UART_ReceiveWait() argument
361 for (i = 0; i < u32Length; i++) in UART_ReceiveWait()
A Di2c.c505 …_t I2C_MasterSendWait(I2C_Type *pI2Cx,uint16_t u16SlaveAddress,uint8_t *pWrBuff,uint32_t u32Length) in I2C_MasterSendWait() argument
521 for(i=0;i<u32Length;i++) in I2C_MasterSendWait()
551 …_t I2C_MasterReadWait(I2C_Type *pI2Cx,uint16_t u16SlaveAddress,uint8_t *pRdBuff,uint32_t u32Length) in I2C_MasterReadWait() argument
570 for(i=0;i<u32Length-1;i++) in I2C_MasterReadWait()
/bsp/nv32f100x/lib/inc/
A Duart.h484 void UART_SendWait(UART_Type *pUART, uint8_t *pSendBuff, uint32_t u32Length);
485 void UART_ReceiveWait(UART_Type *pUART, uint8_t *pReceiveBuff, uint32_t u32Length);
A Di2c.h512 …t I2C_MasterSendWait(I2C_Type *pI2Cx,uint16_t u16SlaveAddress,uint8_t *pWrBuff,uint32_t u32Length);
513 …t I2C_MasterReadWait(I2C_Type *pI2Cx,uint16_t u16SlaveAddress,uint8_t *pRdBuff,uint32_t u32Length);
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_spi.c421 …rans(struct hc32_spi_config *spi_config, const uint8_t *pvTxBuf, void *pvRxBuf, uint32_t u32Length) in hc32_spi_dma_trans() argument
441 DMA_SetTransCount(spi_config->dma_tx->Instance, spi_config->dma_tx->channel, u32Length); in hc32_spi_dma_trans()
452 DMA_SetTransCount(spi_config->dma_tx->Instance, spi_config->dma_tx->channel, u32Length); in hc32_spi_dma_trans()
461 DMA_SetTransCount(spi_config->dma_rx->Instance, spi_config->dma_rx->channel, u32Length); in hc32_spi_dma_trans()
471 DMA_SetTransCount(spi_config->dma_rx->Instance, spi_config->dma_rx->channel, u32Length); in hc32_spi_dma_trans()
/bsp/Infineon/libraries/HAL_Drivers/
A Ddrv_eth.c179 void cy_notify_ethernet_rx_data_cb(ETH_Type *base, uint8_t **u8RxBuffer, uint32_t *u32Length);
326 void cy_notify_ethernet_rx_data_cb(ETH_Type *base, uint8_t **u8RxBuffer, uint32_t *u32Length) in cy_notify_ethernet_rx_data_cb() argument
333 *u32Length = CY_ETH_SIZE_MAX_FRAME; in cy_notify_ethernet_rx_data_cb()

Completed in 30 milliseconds