| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/ |
| 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() argument 69 I2C_MasterTransferCreateHandle(base, &handle->drv_handle, I2C_RTOS_Callback, (void *)handle); in I2C_RTOS_Init() 110 status = I2C_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in I2C_RTOS_Transfer()
|
| D | fsl_i2c_freertos.h | 36 …i2c_master_handle_t drv_handle; /*!< A handle of the underlying driver, treated as opaque by the R… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/ |
| D | fsl_lpi2c_freertos.c | 15 static void LPI2C_RTOS_Callback(LPI2C_Type *base, lpi2c_master_handle_t *drv_handle, status_t statu… in LPI2C_RTOS_Callback() argument 68 … LPI2C_MasterTransferCreateHandle(base, &handle->drv_handle, LPI2C_RTOS_Callback, (void *)handle); in LPI2C_RTOS_Init() 107 status = LPI2C_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPI2C_RTOS_Transfer()
|
| D | fsl_lpspi_freertos.c | 15 static void LPSPI_RTOS_Callback(LPSPI_Type *base, lpspi_master_handle_t *drv_handle, status_t statu… in LPSPI_RTOS_Callback() argument 68 …LPSPI_MasterTransferCreateHandle(handle->base, &handle->drv_handle, LPSPI_RTOS_Callback, (void *)h… in LPSPI_RTOS_Init() 109 status = LPSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPSPI_RTOS_Transfer()
|
| D | fsl_lpspi_freertos.h | 36 …lpspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R… member
|
| D | fsl_lpi2c_freertos.h | 36 …lpi2c_master_handle_t drv_handle; /*!< A handle of the underlying driver, treated as opaque by the… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/ |
| D | fsl_lpi2c_freertos.c | 15 static void LPI2C_RTOS_Callback(LPI2C_Type *base, lpi2c_master_handle_t *drv_handle, status_t statu… in LPI2C_RTOS_Callback() argument 68 … LPI2C_MasterTransferCreateHandle(base, &handle->drv_handle, LPI2C_RTOS_Callback, (void *)handle); in LPI2C_RTOS_Init() 107 status = LPI2C_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPI2C_RTOS_Transfer()
|
| D | fsl_lpi2c_freertos.h | 36 …lpi2c_master_handle_t drv_handle; /*!< A handle of the underlying driver, treated as opaque by the… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/ |
| D | fsl_lpi2c_freertos.c | 16 static void LPI2C_RTOS_Callback(LPI2C_Type *base, lpi2c_master_handle_t *drv_handle, status_t statu… in LPI2C_RTOS_Callback() argument 69 … LPI2C_MasterTransferCreateHandle(base, &handle->drv_handle, LPI2C_RTOS_Callback, (void *)handle); in LPI2C_RTOS_Init() 110 status = LPI2C_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPI2C_RTOS_Transfer()
|
| D | fsl_lpi2c_freertos.h | 39 …lpi2c_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/ |
| D | fsl_lpspi_freertos.c | 16 static void LPSPI_RTOS_Callback(LPSPI_Type *base, lpspi_master_handle_t *drv_handle, status_t statu… in LPSPI_RTOS_Callback() argument 69 …LPSPI_MasterTransferCreateHandle(handle->base, &handle->drv_handle, LPSPI_RTOS_Callback, (void *)h… in LPSPI_RTOS_Init() 109 status = LPSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPSPI_RTOS_Transfer()
|
| D | fsl_lpspi_freertos.h | 39 …lpspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/ |
| 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() argument 75 I2C_MasterTransferCreateHandle(base, &handle->drv_handle, I2C_RTOS_Callback, (void *)handle); in I2C_RTOS_Init() 116 status = I2C_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in I2C_RTOS_Transfer()
|
| D | fsl_i2c_freertos.h | 39 …i2c_master_handle_t drv_handle; /*!< A handle of the underlying driver, treated as opaque by the R… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/ |
| D | fsl_lpspi_freertos.c | 15 static void LPSPI_RTOS_Callback(LPSPI_Type *base, lpspi_master_handle_t *drv_handle, status_t statu… in LPSPI_RTOS_Callback() argument 68 …LPSPI_MasterTransferCreateHandle(handle->base, &handle->drv_handle, LPSPI_RTOS_Callback, (void *)h… in LPSPI_RTOS_Init() 109 status = LPSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in LPSPI_RTOS_Transfer()
|
| D | fsl_lpspi_freertos.h | 36 …lpspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/ |
| D | fsl_spi_freertos.c | 16 static void SPI_RTOS_Callback(SPI_Type *base, spi_master_handle_t *drv_handle, status_t status, voi… in SPI_RTOS_Callback() argument 71 …status = SPI_MasterTransferCreateHandle(handle->base, &handle->drv_handle, SPI_RTOS_Callback, (voi… in SPI_RTOS_Init() 112 status = SPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in SPI_RTOS_Transfer()
|
| D | fsl_spi_freertos.h | 38 …spi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the RTO… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ecspi/ |
| D | fsl_ecspi_freertos.c | 16 static void ECSPI_RTOS_Callback(ECSPI_Type *base, ecspi_master_handle_t *drv_handle, status_t statu… in ECSPI_RTOS_Callback() argument 76 …ECSPI_MasterTransferCreateHandle(handle->base, &handle->drv_handle, ECSPI_RTOS_Callback, (void *)h… in ECSPI_RTOS_Init() 116 status = ECSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in ECSPI_RTOS_Transfer()
|
| D | fsl_ecspi_freertos.h | 39 …ecspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ii2c/ |
| 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() argument 75 I2C_MasterTransferCreateHandle(base, &handle->drv_handle, I2C_RTOS_Callback, (void *)handle); in I2C_RTOS_Init() 116 status = I2C_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in I2C_RTOS_Transfer()
|
| D | fsl_i2c_freertos.h | 39 …i2c_master_handle_t drv_handle; /*!< A handle of the underlying driver, treated as opaque by the R… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/ |
| D | fsl_dspi_freertos.c | 16 static void DSPI_RTOS_Callback(SPI_Type *base, dspi_master_handle_t *drv_handle, status_t status, v… in DSPI_RTOS_Callback() argument 76 …DSPI_MasterTransferCreateHandle(handle->base, &handle->drv_handle, DSPI_RTOS_Callback, (void *)han… in DSPI_RTOS_Init() 116 status = DSPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in DSPI_RTOS_Transfer()
|
| D | fsl_dspi_freertos.h | 39 …dspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the RT… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/spi/ |
| D | fsl_spi_freertos.c | 16 static void SPI_RTOS_Callback(SPI_Type *base, spi_master_handle_t *drv_handle, status_t status, voi… in SPI_RTOS_Callback() argument 76 …SPI_MasterTransferCreateHandle(handle->base, &handle->drv_handle, SPI_RTOS_Callback, (void *)handl… in SPI_RTOS_Init() 116 status = SPI_MasterTransferNonBlocking(handle->base, &handle->drv_handle, transfer); in SPI_RTOS_Transfer()
|