Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Hyperflash.c588 static Qspi_Ip_StatusType Qspi_Ip_HyperflashStatusRegisterDecode(uint16 SRValue, in Qspi_Ip_HyperflashStatusRegisterDecode() argument
599 checkValue = SRValue & QSPI_IP_HF_SR_ESB_MASK; in Qspi_Ip_HyperflashStatusRegisterDecode()
604 checkValue = SRValue & QSPI_IP_HF_SR_PSB_MASK; in Qspi_Ip_HyperflashStatusRegisterDecode()
609 checkValue = (~SRValue) & QSPI_IP_HF_SR_WBASB_MASK; in Qspi_Ip_HyperflashStatusRegisterDecode()
614 checkValue = (~SRValue) & QSPI_IP_HF_SR_PSSB_MASK; in Qspi_Ip_HyperflashStatusRegisterDecode()
619 checkValue = (~SRValue) & QSPI_IP_HF_SR_ESSB_MASK; in Qspi_Ip_HyperflashStatusRegisterDecode()
624 checkValue = (~SRValue) & QSPI_IP_HF_SR_CRCSSB_MASK; in Qspi_Ip_HyperflashStatusRegisterDecode()
629 checkValue = (~SRValue) & QSPI_IP_HF_SR_ESTAT_MASK; in Qspi_Ip_HyperflashStatusRegisterDecode()
657 uint16 SRValue = 0U; in Qspi_Ip_HyperflashGetMemoryStatus() local
660 status = Qspi_Ip_HyperflashGetStatusRegister(instance, &SRValue); in Qspi_Ip_HyperflashGetMemoryStatus()
[all …]