Home
last modified time | relevance | path

Searched refs:I2C_MasterReadBlocking (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c.h474 status_t I2C_MasterReadBlocking(I2C_Type *base, uint8_t *rxBuff, size_t rxSize, uint32_t flags);
Dfsl_i2c.c804 status_t I2C_MasterReadBlocking(I2C_Type *base, uint8_t *rxBuff, size_t rxSize, uint32_t flags) in I2C_MasterReadBlocking() function
1042 result = I2C_MasterReadBlocking(base, xfer->data, xfer->dataSize, xfer->flags); in I2C_MasterTransferBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c.h621 status_t I2C_MasterReadBlocking(I2C_Type *base, uint8_t *rxBuff, size_t rxSize, uint32_t flags);
Dfsl_i2c.c1112 status_t I2C_MasterReadBlocking(I2C_Type *base, uint8_t *rxBuff, size_t rxSize, uint32_t flags) in I2C_MasterReadBlocking() function
1446 result = I2C_MasterReadBlocking(base, tmpData, tmpDataSize, tmpFlags); in I2C_MasterTransferBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_i2c/
Dfsl_i2c.h657 status_t I2C_MasterReadBlocking(I2C_Type *base, void *rxBuff, size_t rxSize, uint32_t flags);
Dfsl_i2c.c443 status_t I2C_MasterReadBlocking(I2C_Type *base, void *rxBuff, size_t rxSize, uint32_t flags) in I2C_MasterReadBlocking() function
597 result = I2C_MasterReadBlocking(base, xfer->data, xfer->dataSize, xfer->flags); in I2C_MasterTransferBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/i2c/
Dfsl_adapter_ii2c.c227 …return HAL_I2cGetStatus(I2C_MasterReadBlocking(s_i2cBases[i2cMasterHandle->instance], rxBuff, rxSi… in HAL_I2cMasterReadBlocking()
Dfsl_adapter_lpc_i2c.c247 …return HAL_I2cGetStatus(I2C_MasterReadBlocking(s_i2cBases[i2cMasterHandle->instance], rxBuff, rxSi… in HAL_I2cMasterReadBlocking()
Dfsl_adapter_flexcomm_i2c.c237 …return HAL_I2cGetStatus(I2C_MasterReadBlocking(s_i2cBases[i2cMasterHandle->instance], rxBuff, rxSi… in HAL_I2cMasterReadBlocking()
Dfsl_adapter_i2c.c227 …return HAL_I2cGetStatus(I2C_MasterReadBlocking(s_i2cBases[i2cMasterHandle->instance], rxBuff, rxSi… in HAL_I2cMasterReadBlocking()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c.h751 status_t I2C_MasterReadBlocking(I2C_Type *base, void *rxBuff, size_t rxSize, uint32_t flags);
Dfsl_i2c.c640 status_t I2C_MasterReadBlocking(I2C_Type *base, void *rxBuff, size_t rxSize, uint32_t flags) in I2C_MasterReadBlocking() function
812 result = I2C_MasterReadBlocking(base, xfer->data, xfer->dataSize, xfer->flags); in I2C_MasterTransferBlocking()