Home
last modified time | relevance | path

Searched refs:FLEXIO_I2C_MasterSetTransferCount (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c191 if (FLEXIO_I2C_MasterSetTransferCount(base, (uint16_t)byteCount) != kStatus_Success) in FLEXIO_I2C_MasterTransferInitStateMachine()
324 … (void)FLEXIO_I2C_MasterSetTransferCount(base, (uint16_t)(handle->transfer.dataSize + 1U)); in FLEXIO_I2C_MasterTransferStateMachineSendCommand()
937 status_t FLEXIO_I2C_MasterSetTransferCount(FLEXIO_I2C_Type *base, uint16_t count) in FLEXIO_I2C_MasterSetTransferCount() function
1000 (void)FLEXIO_I2C_MasterSetTransferCount(base, 0x0U); in FLEXIO_I2C_MasterStop()
Dfsl_flexio_i2c_master.h336 status_t FLEXIO_I2C_MasterSetTransferCount(FLEXIO_I2C_Type *base, uint16_t count);