Home
last modified time | relevance | path

Searched refs:drv_handle (Results 1 – 25 of 26) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c_freertos.c16 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()
Dfsl_i2c_freertos.h36 …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/
Dfsl_lpi2c_freertos.c15 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()
Dfsl_lpspi_freertos.c15 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()
Dfsl_lpspi_freertos.h36 …lpspi_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R… member
Dfsl_lpi2c_freertos.h36 …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/
Dfsl_lpi2c_freertos.c15 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()
Dfsl_lpi2c_freertos.h36 …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/
Dfsl_lpi2c_freertos.c16 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()
Dfsl_lpi2c_freertos.h39 …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/
Dfsl_lpspi_freertos.c16 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()
Dfsl_lpspi_freertos.h39 …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/
Dfsl_i2c_freertos.c16 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()
Dfsl_i2c_freertos.h39 …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/
Dfsl_lpspi_freertos.c15 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()
Dfsl_lpspi_freertos.h36 …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/
Dfsl_spi_freertos.c16 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()
Dfsl_spi_freertos.h38 …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/
Dfsl_ecspi_freertos.c16 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()
Dfsl_ecspi_freertos.h39 …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/
Dfsl_i2c_freertos.c16 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()
Dfsl_i2c_freertos.h39 …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/
Dfsl_dspi_freertos.c16 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()
Dfsl_dspi_freertos.h39 …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/
Dfsl_spi_freertos.c16 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()

12