Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClKey/inc/
DmcuxClKey_Types.h92 uint32_t byteCount; ///< Length field of the destination memory buffer member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c155 uint32_t byteCount; in FLEXIO_I2C_MasterTransferInitStateMachine() local
178 byteCount = 1U; in FLEXIO_I2C_MasterTransferInitStateMachine()
182 byteCount += handle->transfer.dataSize; in FLEXIO_I2C_MasterTransferInitStateMachine()
187 byteCount += handle->transfer.subaddressSize; in FLEXIO_I2C_MasterTransferInitStateMachine()
191 if (FLEXIO_I2C_MasterSetTransferCount(base, (uint16_t)byteCount) != kStatus_Success) in FLEXIO_I2C_MasterTransferInitStateMachine()