Home
last modified time | relevance | path

Searched refs:regSize (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip.c353 …unReadCommand(instance, statusConfig->statusRegReadLut, 0U, data, NULL_PTR, statusConfig->regSize); in Qspi_Ip_UpdateStatusReg()
358 if (value != Qspi_Ip_GetBitfield(data, statusConfig->regSize, offset, width)) in Qspi_Ip_UpdateStatusReg()
360 Qspi_Ip_SetBitfield(data, statusConfig->regSize, offset, width, value); in Qspi_Ip_UpdateStatusReg()
370 …spi_Ip_RunWriteCommand(instance, statusConfig->statusRegWriteLut, 0U, data, statusConfig->regSize); in Qspi_Ip_UpdateStatusReg()
394 …unReadCommand(instance, statusConfig->statusRegReadLut, 0U, data, NULL_PTR, statusConfig->regSize); in Qspi_Ip_CheckStatusReg()
398 *value = (uint8)Qspi_Ip_GetBitfield(data, statusConfig->regSize, offset, width); in Qspi_Ip_CheckStatusReg()
527 … status = Qspi_Ip_RunReadCommand(instance, VirtualLut, 0U, data, NULL_PTR, statusConfig->regSize); in Qspi_Ip_CheckMemoryStatus()
531 … busyValue = (uint8)Qspi_Ip_GetBitfield(data, statusConfig->regSize, statusConfig->busyOffset, 1U); in Qspi_Ip_CheckMemoryStatus()
DQspi_Ip_Sfdp.c3665 operation->size = statusConfig->regSize; in Qspi_Ip_SfdpAddCheckBusyOperation()
3833 statusConfig->regSize = 1U; in Qspi_Ip_SfdpConfigureInitReadStatus()
/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h491 …uint8 regSize; /*!< Size in bytes of status register … member