Home
last modified time | relevance | path

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

12

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c_freertos.c20 handle->async_status = status; in I2C_RTOS_Callback()
124 return handle->async_status; in I2C_RTOS_Transfer()
Dfsl_i2c_freertos.h37 status_t async_status; /*!< Transactional state of the underlying driver */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/
Dfsl_lpi2c_freertos.c19 handle->async_status = status; in LPI2C_RTOS_Callback()
121 return handle->async_status; in LPI2C_RTOS_Transfer()
Dfsl_lpspi_freertos.c19 handle->async_status = status; in LPSPI_RTOS_Callback()
123 status = handle->async_status; in LPSPI_RTOS_Transfer()
Dfsl_lpspi_freertos.h37 status_t async_status; member
Dfsl_lpi2c_freertos.h37 status_t async_status; /*!< Transactional state of the underlying driver */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c_freertos.c19 handle->async_status = status; in LPI2C_RTOS_Callback()
121 return handle->async_status; in LPI2C_RTOS_Transfer()
Dfsl_lpi2c_freertos.h37 status_t async_status; /*!< Transactional state of the underlying driver */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_freertos.c20 handle->async_status = status; in LPI2C_RTOS_Callback()
124 return handle->async_status; in LPI2C_RTOS_Transfer()
Dfsl_lpi2c_freertos.h40 status_t async_status; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_freertos.c20 handle->async_status = status; in LPSPI_RTOS_Callback()
126 return handle->async_status; in LPSPI_RTOS_Transfer()
Dfsl_lpspi_freertos.h40 status_t async_status; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c_freertos.c20 handle->async_status = status; in I2C_RTOS_Callback()
130 return handle->async_status; in I2C_RTOS_Transfer()
Dfsl_i2c_freertos.h40 status_t async_status; /*!< Transactional state of the underlying driver */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi_freertos.c19 handle->async_status = status; in LPSPI_RTOS_Callback()
123 status = handle->async_status; in LPSPI_RTOS_Transfer()
Dfsl_lpspi_freertos.h37 status_t async_status; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi_freertos.c20 handle->async_status = status; in SPI_RTOS_Callback()
126 status = handle->async_status; in SPI_RTOS_Transfer()
Dfsl_spi_freertos.h39 status_t async_status; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/ecspi/
Dfsl_ecspi_freertos.c20 handle->async_status = status; in ECSPI_RTOS_Callback()
133 return handle->async_status; in ECSPI_RTOS_Transfer()
Dfsl_ecspi_freertos.h40 status_t async_status; /*!< Transactional state of the underlying driver */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c_freertos.c20 handle->async_status = status; in I2C_RTOS_Callback()
130 return handle->async_status; in I2C_RTOS_Transfer()
Dfsl_i2c_freertos.h40 status_t async_status; /*!< Transactional state of the underlying driver */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_freertos.c20 handle->async_status = status; in DSPI_RTOS_Callback()
133 return handle->async_status; in DSPI_RTOS_Transfer()
Dfsl_dspi_freertos.h40 status_t async_status; /*!< Transactional state of the underlying driver */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/spi/
Dfsl_spi_freertos.c20 handle->async_status = status; in SPI_RTOS_Callback()
130 status = handle->async_status; in SPI_RTOS_Transfer()

12