| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/ |
| D | fsl_i2c_dma.c | 294 handle->state = (uint8_t)kIdleState; in I2C_RunTransferStateMachineDMA() 389 handle->state = (uint8_t)kIdleState; in I2C_RunTransferStateMachineDMA() 399 handle->state = (uint8_t)kIdleState; in I2C_RunTransferStateMachineDMA() 403 case (uint8_t)kIdleState: in I2C_RunTransferStateMachineDMA() 432 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferDMAHandleIRQ() 531 if (handle->state != (uint8_t)kIdleState) in I2C_MasterTransferDMA() 566 if (handle->state == (uint8_t)kIdleState) in I2C_MasterTransferGetCountDMA() 588 if (handle->state != (uint8_t)kIdleState) in I2C_MasterTransferAbortDMA() 627 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferAbortDMA()
|
| D | fsl_i2c.c | 672 if (handle->state != (uint8_t)kIdleState) in I2C_MasterTransferNonBlocking() 710 if (handle->state == (uint8_t)kIdleState) in I2C_MasterTransferGetCount() 737 if (handle->state != (uint8_t)kIdleState) in I2C_MasterTransferAbort() 748 handle->state = kIdleState; in I2C_MasterTransferAbort() 773 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferAbort() 998 handle->state = (uint8_t)kIdleState; in I2C_RunTransferStateMachine() 1008 handle->state = (uint8_t)kIdleState; in I2C_RunTransferStateMachine() 1011 case (uint8_t)kIdleState: in I2C_RunTransferStateMachine() 1041 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferHandleIRQ()
|
| D | fsl_i2c.h | 158 kIdleState = 0, enumerator
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/ |
| D | fsl_i2c_dma.c | 318 handle->state = (uint8_t)kIdleState; in I2C_RunTransferStateMachineDMA() 415 handle->state = (uint8_t)kIdleState; in I2C_RunTransferStateMachineDMA() 425 handle->state = (uint8_t)kIdleState; in I2C_RunTransferStateMachineDMA() 429 case (uint8_t)kIdleState: in I2C_RunTransferStateMachineDMA() 455 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferDMAHandleIRQ() 552 if (handle->state != (uint8_t)kIdleState) in I2C_MasterTransferDMA() 593 if (handle->state == (uint8_t)kIdleState) in I2C_MasterTransferGetCountDMA() 615 if (handle->state != (uint8_t)kIdleState) in I2C_MasterTransferAbortDMA() 654 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferAbortDMA()
|
| D | fsl_i2c.c | 884 if (handle->state != (uint8_t)kIdleState) in I2C_MasterTransferNonBlocking() 926 if (handle->state == (uint8_t)kIdleState) in I2C_MasterTransferGetCount() 953 if (handle->state != (uint8_t)kIdleState) in I2C_MasterTransferAbort() 963 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferAbort() 980 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferAbort() 986 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferAbort() 1241 handle->state = (uint8_t)kIdleState; in I2C_RunTransferStateMachine() 1251 handle->state = (uint8_t)kIdleState; in I2C_RunTransferStateMachine() 1254 case (uint8_t)kIdleState: in I2C_RunTransferStateMachine() 1287 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferHandleIRQ()
|
| D | fsl_i2c.h | 240 kIdleState = 0, enumerator
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/ |
| D | fsl_i2c_dma.c | 30 kIdleState = 0x0U, /*!< I2C bus idle. */ enumerator 150 i2cPrivateHandle->handle->state = (uint8_t)kIdleState; in I2C_MasterTransferCallbackDMA() 197 if (handle->state != (uint8_t)kIdleState) in I2C_InitTransferStateMachineDMA() 461 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferDMA() 553 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferDMA() 581 if ((uint8_t)kIdleState != handle->state) in I2C_MasterTransferGetCountDMA() 607 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferAbortDMA()
|
| D | fsl_i2c_edma.c | 30 kIdleState = 0x0U, /*!< I2C bus idle. */ enumerator 152 i2cPrivateHandle->handle->state = (uint8_t)kIdleState; in I2C_MasterTransferCallbackEDMA() 194 if (handle->state != (uint8_t)kIdleState) in I2C_InitTransferStateMachineEDMA() 468 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferEDMA() 561 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferEDMA() 583 if ((uint8_t)kIdleState != handle->state) in I2C_MasterTransferGetCountEDMA() 611 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferAbortEDMA()
|
| D | fsl_i2c.c | 22 kIdleState = 0x0U, /*!< I2C bus idle. */ enumerator 1509 if (handle->state != (uint8_t)kIdleState) in I2C_MasterTransferNonBlocking() 1551 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferAbort() 1670 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferHandleIRQ()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ii2c/ |
| D | fsl_i2c.c | 22 kIdleState = 0x0U, /*!< I2C bus idle. */ enumerator 1105 if (handle->state != (uint8_t)kIdleState) in I2C_MasterTransferNonBlocking() 1148 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferAbort() 1236 handle->state = (uint8_t)kIdleState; in I2C_MasterTransferHandleIRQ() 1471 if (handle->state != (uint8_t)kIdleState) in I2C_SlaveTransferNonBlocking() 1511 if (handle->state != (uint8_t)kIdleState) in I2C_SlaveTransferAbort() 1520 handle->state = (uint8_t)kIdleState; in I2C_SlaveTransferAbort() 1543 if (handle->state == (uint8_t)kIdleState) in I2C_SlaveTransferGetCount() 1593 handle->state = (uint8_t)kIdleState; in I2C_SlaveTransferHandleIRQ() 1604 handle->state = (uint8_t)kIdleState; in I2C_SlaveTransferHandleIRQ() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/ |
| D | fsl_i3c_edma.c | 21 kIdleState = 0, enumerator 358 if (handle->state == (uint8_t)kIdleState) in I3C_MasterRunTransferStateMachineEDMA() 580 if (handle->state != (uint8_t)kIdleState) in I3C_MasterTransferEDMA() 638 if (handle->state == (uint8_t)kIdleState) in I3C_MasterTransferEDMAHandleIRQ() 655 handle->state = (uint8_t)kIdleState; in I3C_MasterTransferEDMAHandleIRQ() 689 if (handle->state == (uint8_t)kIdleState) in I3C_MasterTransferGetCountEDMA() 720 if (handle->state != (uint8_t)kIdleState) in I3C_MasterTransferAbortEDMA() 734 handle->state = (uint8_t)kIdleState; in I3C_MasterTransferAbortEDMA()
|
| D | fsl_i3c_dma.c | 25 kIdleState = 0, enumerator 530 if (handle->state == (uint8_t)kIdleState) in I3C_MasterRunTransferStateMachineDMA() 717 if (handle->state != (uint8_t)kIdleState) in I3C_MasterTransferDMA() 778 if (handle->state == (uint8_t)kIdleState) in I3C_MasterTransferDMAHandleIRQ() 792 handle->state = (uint8_t)kIdleState; in I3C_MasterTransferDMAHandleIRQ() 826 if (handle->state == (uint8_t)kIdleState) in I3C_MasterTransferGetCountDMA() 855 if (handle->state != (uint8_t)kIdleState) in I3C_MasterTransferAbortDMA() 869 handle->state = (uint8_t)kIdleState; in I3C_MasterTransferAbortDMA()
|
| D | fsl_i3c.c | 69 kIdleState = 0, enumerator 2334 if (handle->state == (uint8_t)kIdleState) in I3C_RunTransferStateMachine() 2500 if (handle->state != (uint8_t)kIdleState) in I3C_MasterTransferNonBlocking() 2574 if (handle->state == (uint8_t)kIdleState) in I3C_MasterTransferGetCount() 2596 case (uint8_t)kIdleState: in I3C_MasterTransferGetCount() 2628 if (handle->state != (uint8_t)kIdleState) in I3C_MasterTransferAbort() 2640 handle->state = (uint8_t)kIdleState; in I3C_MasterTransferAbort() 2665 if (handle->state == (uint8_t)kIdleState) in I3C_MasterTransferHandleIRQ() 2685 handle->state = (uint8_t)kIdleState; in I3C_MasterTransferHandleIRQ()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/ |
| D | fsl_lpi2c.c | 57 kIdleState = 0, enumerator 1430 if (handle->state != (uint8_t)kIdleState) in LPI2C_MasterTransferNonBlocking() 1486 else if (handle->state == (uint8_t)kIdleState) in LPI2C_MasterTransferGetCount() 1509 case (uint8_t)kIdleState: in LPI2C_MasterTransferGetCount() 1544 if (handle->state != (uint8_t)kIdleState) in LPI2C_MasterTransferAbort() 1561 handle->state = (uint8_t)kIdleState; in LPI2C_MasterTransferAbort() 1584 if (handle->state != (uint8_t)kIdleState) in LPI2C_MasterTransferHandleIRQ() 1600 handle->state = (uint8_t)kIdleState; in LPI2C_MasterTransferHandleIRQ()
|
| D | fsl_lpi2c_edma.c | 36 kIdleState = 0, enumerator
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/ |
| D | fsl_lpi2c.c | 65 kIdleState = 0, enumerator 1571 if (handle->state != (uint8_t)kIdleState) in LPI2C_MasterTransferNonBlocking() 1631 else if (handle->state == (uint8_t)kIdleState) in LPI2C_MasterTransferGetCount() 1654 case (uint8_t)kIdleState: in LPI2C_MasterTransferGetCount() 1687 if (handle->state != (uint8_t)kIdleState) in LPI2C_MasterTransferAbort() 1704 handle->state = (uint8_t)kIdleState; in LPI2C_MasterTransferAbort() 1726 if (handle->state != (uint8_t)kIdleState) in LPI2C_MasterTransferHandleIRQ() 1742 handle->state = (uint8_t)kIdleState; in LPI2C_MasterTransferHandleIRQ()
|
| D | fsl_lpi2c_edma.c | 48 kIdleState = 0, enumerator
|