Searched refs:kLPSPI_Error (Results 1 – 3 of 3) sorted by relevance
860 stat.data_lost = ((uint8_t)kLPSPI_Error == lpspi->handle->masterHandle.state) ? (1U) : (0U); in LPSPI_EdmaGetStatus()865 stat.data_lost = ((uint8_t)kLPSPI_Error == lpspi->handle->slaveHandle.state) ? (1U) : (0U); in LPSPI_EdmaGetStatus()1255 stat.data_lost = ((uint8_t)kLPSPI_Error == lpspi->handle->masterHandle.state) ? (1U) : (0U); in LPSPI_InterruptGetStatus()1260 stat.data_lost = ((uint8_t)kLPSPI_Error == lpspi->handle->slaveHandle.state) ? (1U) : (0U); in LPSPI_InterruptGetStatus()
257 kLPSPI_Error /*!< Transfer error. */ enumerator
2000 if (handle->state == (uint8_t)kLPSPI_Error)2187 handle->state = (uint8_t)kLPSPI_Error;2207 handle->state = (uint8_t)kLPSPI_Error;