| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/ |
| D | fsl_i2c.h | 206 typedef struct _i2c_master_handle i2c_master_handle_t; typedef 219 i2c_master_handle_t *handle, 435 typedef void (*flexcomm_i2c_master_irq_handler_t)(I2C_Type *base, i2c_master_handle_t *handle); 788 i2c_master_handle_t *handle, 802 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… 812 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count); 825 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle); 839 void I2C_MasterTransferHandleIRQ(I2C_Type *base, i2c_master_handle_t *handle);
|
| D | fsl_i2c.c | 59 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… 153 static status_t I2C_RunTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool *isDo… 838 i2c_master_handle_t *handle, in I2C_MasterTransferCreateHandle() 875 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… in I2C_MasterTransferNonBlocking() 916 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count) in I2C_MasterTransferGetCount() 948 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferAbort() 992 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… in I2C_InitTransferStateMachine() 1053 static status_t I2C_RunTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool *isDo… in I2C_RunTransferStateMachine() 1271 void I2C_MasterTransferHandleIRQ(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferHandleIRQ()
|
| D | fsl_i2c_freertos.h | 36 …i2c_master_handle_t drv_handle; /*!< A handle of the underlying driver, treated as opaque by the R…
|
| D | fsl_i2c_freertos.c | 16 static void I2C_RTOS_Callback(I2C_Type *base, i2c_master_handle_t *drv_handle, status_t status, voi… in I2C_RTOS_Callback()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ii2c/ |
| D | fsl_i2c.h | 97 typedef struct _i2c_master_handle i2c_master_handle_t; typedef 101 i2c_master_handle_t *handle, 529 i2c_master_handle_t *handle, 548 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… 559 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count); 572 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle);
|
| D | fsl_i2c.c | 59 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… 83 static status_t I2C_MasterTransferRunStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool… 177 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… in I2C_InitTransferStateMachine() 272 static status_t I2C_MasterTransferRunStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool… in I2C_MasterTransferRunStateMachine() 1057 i2c_master_handle_t *handle, in I2C_MasterTransferCreateHandle() 1097 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… in I2C_MasterTransferNonBlocking() 1135 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferAbort() 1185 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count) in I2C_MasterTransferGetCount() 1209 i2c_master_handle_t *handle = (i2c_master_handle_t *)i2cHandle; in I2C_MasterTransferHandleIRQ()
|
| D | fsl_i2c_freertos.h | 39 …i2c_master_handle_t drv_handle; /*!< A handle of the underlying driver, treated as opaque by the R…
|
| D | fsl_i2c_freertos.c | 16 static void I2C_RTOS_Callback(I2C_Type *base, i2c_master_handle_t *drv_handle, status_t status, voi… in I2C_RTOS_Callback()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/ |
| D | fsl_i2c.h | 202 typedef struct _i2c_master_handle i2c_master_handle_t; typedef 206 i2c_master_handle_t *handle, 680 i2c_master_handle_t *handle, 699 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… 710 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count); 723 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle);
|
| D | fsl_i2c.c | 72 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… 96 static status_t I2C_MasterTransferRunStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool… 231 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… in I2C_InitTransferStateMachine() 333 static status_t I2C_MasterTransferRunStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool… in I2C_MasterTransferRunStateMachine() 1461 i2c_master_handle_t *handle, in I2C_MasterTransferCreateHandle() 1501 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… in I2C_MasterTransferNonBlocking() 1539 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferAbort() 1619 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count) in I2C_MasterTransferGetCount() 1643 i2c_master_handle_t *handle = (i2c_master_handle_t *)i2cHandle; in I2C_MasterTransferHandleIRQ()
|
| D | fsl_i2c_freertos.h | 39 …i2c_master_handle_t drv_handle; /*!< A handle of the underlying driver, treated as opaque by the R…
|
| D | fsl_i2c_freertos.c | 16 static void I2C_RTOS_Callback(I2C_Type *base, i2c_master_handle_t *drv_handle, status_t status, voi… in I2C_RTOS_Callback()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/ |
| D | fsl_i2c.h | 124 typedef struct _i2c_master_handle i2c_master_handle_t; typedef 137 i2c_master_handle_t *handle, 694 i2c_master_handle_t *handle, 708 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… 718 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count); 731 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle);
|
| D | fsl_i2c.c | 33 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… 624 i2c_master_handle_t *handle, in I2C_MasterTransferCreateHandle() 663 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… in I2C_MasterTransferNonBlocking() 700 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count) in I2C_MasterTransferGetCount() 732 status_t I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferAbort() 783 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… in I2C_InitTransferStateMachine() 850 static status_t I2C_RunTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool *isDo… in I2C_RunTransferStateMachine() 1032 i2c_master_handle_t *handle = (i2c_master_handle_t *)i2cHandle; in I2C_MasterTransferHandleIRQ()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/i2c/ |
| D | fsl_adapter_flexcomm_i2c.c | 23 i2c_master_handle_t hardwareHandle; 96 static void HAL_I2cMasterCallback(I2C_Type *base, i2c_master_handle_t *handle, status_t status, voi… in HAL_I2cMasterCallback()
|
| D | fsl_adapter_i2c.c | 23 i2c_master_handle_t hardwareHandle; 101 static void HAL_I2cMasterCallback(I2C_Type *base, i2c_master_handle_t *handle, status_t status, voi… in HAL_I2cMasterCallback()
|
| D | fsl_adapter_ii2c.c | 23 i2c_master_handle_t hardwareHandle; 101 static void HAL_I2cMasterCallback(I2C_Type *base, i2c_master_handle_t *handle, status_t status, voi… in HAL_I2cMasterCallback()
|
| D | fsl_adapter_lpc_i2c.c | 23 i2c_master_handle_t hardwareHandle; 96 static void HAL_I2cMasterCallback(I2C_Type *base, i2c_master_handle_t *handle, status_t status, voi… in HAL_I2cMasterCallback()
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/ii2c/ |
| D | fsl_i2c_cmsis.c | 51 i2c_master_handle_t master_handle; /*!< master Interupt transfer handle. */ 108 i2c_master_handle_t *handle, in KSDK_I2C_MASTER_InterruptCallback()
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/i2c/ |
| D | fsl_i2c_cmsis.c | 50 i2c_master_handle_t master_handle; /*!< master Interupt transfer handle. */ 790 i2c_master_handle_t *handle, in KSDK_I2C_MASTER_InterruptCallback()
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/flexcomm/ |
| D | fsl_i2c_cmsis.c | 53 i2c_master_handle_t master_handle; /*!< master Interupt transfer handle. */ 402 i2c_master_handle_t *handle, in KSDK_I2C_MASTER_InterruptCallback()
|