Lines Matching refs:dmaxferstatus

1963   HAL_StatusTypeDef dmaxferstatus;  in HAL_FMPI2C_Master_Transmit_DMA()  local
2026 dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)hfmpi2c->pBuffPtr, in HAL_FMPI2C_Master_Transmit_DMA()
2044 if (dmaxferstatus == HAL_OK) in HAL_FMPI2C_Master_Transmit_DMA()
2126 HAL_StatusTypeDef dmaxferstatus; in HAL_FMPI2C_Master_Receive_DMA() local
2174dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmarx, (uint32_t)&hfmpi2c->Instance->RXDR, (uint32_t)pD… in HAL_FMPI2C_Master_Receive_DMA()
2192 if (dmaxferstatus == HAL_OK) in HAL_FMPI2C_Master_Receive_DMA()
2269 HAL_StatusTypeDef dmaxferstatus; in HAL_FMPI2C_Slave_Transmit_DMA() local
2321 dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, in HAL_FMPI2C_Slave_Transmit_DMA()
2340 if (dmaxferstatus == HAL_OK) in HAL_FMPI2C_Slave_Transmit_DMA()
2405 HAL_StatusTypeDef dmaxferstatus; in HAL_FMPI2C_Slave_Receive_DMA() local
2441dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmarx, (uint32_t)&hfmpi2c->Instance->RXDR, (uint32_t)pD… in HAL_FMPI2C_Slave_Receive_DMA()
2459 if (dmaxferstatus == HAL_OK) in HAL_FMPI2C_Slave_Receive_DMA()
2964 HAL_StatusTypeDef dmaxferstatus; in HAL_FMPI2C_Mem_Write_DMA() local
3037dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)pData, (uint32_t)&hfmpi2c->Instance->T… in HAL_FMPI2C_Mem_Write_DMA()
3055 if (dmaxferstatus == HAL_OK) in HAL_FMPI2C_Mem_Write_DMA()
3110 HAL_StatusTypeDef dmaxferstatus; in HAL_FMPI2C_Mem_Read_DMA() local
3183dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmarx, (uint32_t)&hfmpi2c->Instance->RXDR, (uint32_t)pD… in HAL_FMPI2C_Mem_Read_DMA()
3201 if (dmaxferstatus == HAL_OK) in HAL_FMPI2C_Mem_Read_DMA()
3497 HAL_StatusTypeDef dmaxferstatus; in HAL_FMPI2C_Master_Seq_Transmit_DMA() local
3580 dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)hfmpi2c->pBuffPtr, in HAL_FMPI2C_Master_Seq_Transmit_DMA()
3598 if (dmaxferstatus == HAL_OK) in HAL_FMPI2C_Master_Seq_Transmit_DMA()
3781 HAL_StatusTypeDef dmaxferstatus; in HAL_FMPI2C_Master_Seq_Receive_DMA() local
3848dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmarx, (uint32_t)&hfmpi2c->Instance->RXDR, (uint32_t)pD… in HAL_FMPI2C_Master_Seq_Receive_DMA()
3866 if (dmaxferstatus == HAL_OK) in HAL_FMPI2C_Master_Seq_Receive_DMA()
4047 HAL_StatusTypeDef dmaxferstatus; in HAL_FMPI2C_Slave_Seq_Transmit_DMA() local
4147dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)pData, (uint32_t)&hfmpi2c->Instance->T… in HAL_FMPI2C_Slave_Seq_Transmit_DMA()
4165 if (dmaxferstatus == HAL_OK) in HAL_FMPI2C_Slave_Seq_Transmit_DMA()
4331 HAL_StatusTypeDef dmaxferstatus; in HAL_FMPI2C_Slave_Seq_Receive_DMA() local
4431 dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmarx, (uint32_t)&hfmpi2c->Instance->RXDR, in HAL_FMPI2C_Slave_Seq_Receive_DMA()
4449 if (dmaxferstatus == HAL_OK) in HAL_FMPI2C_Slave_Seq_Receive_DMA()