Searched refs:Qspi_Ip_GetBitfield (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32k3/Fls/src/ |
| D | Qspi_Ip.c | 313 static uint32 Qspi_Ip_GetBitfield(const uint8 *data, in Qspi_Ip_GetBitfield() function 358 if (value != Qspi_Ip_GetBitfield(data, statusConfig->regSize, offset, width)) in Qspi_Ip_UpdateStatusReg() 398 *value = (uint8)Qspi_Ip_GetBitfield(data, statusConfig->regSize, offset, width); in Qspi_Ip_CheckStatusReg() 531 … busyValue = (uint8)Qspi_Ip_GetBitfield(data, statusConfig->regSize, statusConfig->busyOffset, 1U); in Qspi_Ip_CheckMemoryStatus() 649 fieldVal = Qspi_Ip_GetBitfield(value, operation->size, operation->shift, operation->width); in Qspi_Ip_InitRMWReg() 697 … fieldVal = Qspi_Ip_GetBitfield(value, operation->size, operation->shift, operation->width); in Qspi_Ip_InitReadReg()
|
| /hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/ |
| D | Qspi_Ip.c | 347 static uint32 Qspi_Ip_GetBitfield(const uint8 *data, in Qspi_Ip_GetBitfield() function 392 if (value != Qspi_Ip_GetBitfield(data, statusConfig->regSize, offset, width)) in Qspi_Ip_UpdateStatusReg() 432 *value = (uint8)Qspi_Ip_GetBitfield(data, statusConfig->regSize, offset, width); in Qspi_Ip_CheckStatusReg() 571 … busyValue = (uint8)Qspi_Ip_GetBitfield(data, statusConfig->regSize, statusConfig->busyOffset, 1U); in Qspi_Ip_CheckMemoryStatus() 690 fieldVal = Qspi_Ip_GetBitfield(value, operation->size, operation->shift, operation->width); in Qspi_Ip_InitRMWReg() 738 … fieldVal = Qspi_Ip_GetBitfield(value, operation->size, operation->shift, operation->width); in Qspi_Ip_InitReadReg()
|