| /hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/ |
| D | Qspi_Ip_Hyperflash.c | 510 uint16 * readValue in Qspi_Ip_HyperflashGetStatusRegister() argument 519 …i_Ip_HyperflashPatchRunReadCommand(instance, QSPI_IP_HF_LUT_RDSR_SEQ2, 0U, (uint8 *)readValue, 2U); in Qspi_Ip_HyperflashGetStatusRegister() 533 uint16 readValue = 0U; /* Initilize with busy state */ in Qspi_Ip_HyperflashWaitDeviceReady() local 545 status = Qspi_Ip_HyperflashGetStatusRegister(instance, &readValue); in Qspi_Ip_HyperflashWaitDeviceReady() 548 if ((status == STATUS_QSPI_IP_ERROR) || ((readValue & QSPI_IP_HF_SR_DRB_MASK) != 0U)) in Qspi_Ip_HyperflashWaitDeviceReady() 556 if (((readValue & QSPI_IP_HF_SR_DRB_MASK) == 0U) && (STATUS_QSPI_IP_SUCCESS == status)) in Qspi_Ip_HyperflashWaitDeviceReady() 1076 uint16 readValue; in Qspi_Ip_HyperflashInitConfigurationRegister() local 1083 status = Qspi_Ip_HyperflashGetNonVolatileConfigurationRegister(instance, &readValue); in Qspi_Ip_HyperflashInitConfigurationRegister() 1085 if ((STATUS_QSPI_IP_SUCCESS == status) && (writeVCR != readValue)) in Qspi_Ip_HyperflashInitConfigurationRegister() 1135 uint16 readValue; in Qspi_Ip_HyperflashInit() local [all …]
|
| /hal_nxp-latest/s32/drivers/s32k3/Fls/src/ |
| D | Qspi_Ip_Hyperflash.c | 510 uint16 * readValue in Qspi_Ip_HyperflashGetStatusRegister() argument 519 …i_Ip_HyperflashPatchRunReadCommand(instance, QSPI_IP_HF_LUT_RDSR_SEQ2, 0U, (uint8 *)readValue, 2U); in Qspi_Ip_HyperflashGetStatusRegister() 533 uint16 readValue = 0U; /* Initilize with busy state */ in Qspi_Ip_HyperflashWaitDeviceReady() local 545 status = Qspi_Ip_HyperflashGetStatusRegister(instance, &readValue); in Qspi_Ip_HyperflashWaitDeviceReady() 548 if ((status == STATUS_QSPI_IP_ERROR) || ((readValue & QSPI_IP_HF_SR_DRB_MASK) != 0U)) in Qspi_Ip_HyperflashWaitDeviceReady() 556 if (((readValue & QSPI_IP_HF_SR_DRB_MASK) == 0U) && (status == STATUS_QSPI_IP_SUCCESS)) in Qspi_Ip_HyperflashWaitDeviceReady() 1076 uint16 readValue; in Qspi_Ip_HyperflashInitConfigurationRegister() local 1083 status = Qspi_Ip_HyperflashGetNonVolatileConfigurationRegister(instance, &readValue); in Qspi_Ip_HyperflashInitConfigurationRegister() 1085 if ((STATUS_QSPI_IP_SUCCESS == status) && (writeVCR != readValue)) in Qspi_Ip_HyperflashInitConfigurationRegister() 1135 uint16 readValue; in Qspi_Ip_HyperflashInit() local [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/flexspi/ |
| D | fsl_flexspi_nor_flash.c | 1082 uint32_t readValue; in FLEXSPI_NOR_WaitBusBusy() local 1091 flashXfer.data = &readValue; in FLEXSPI_NOR_WaitBusBusy() 1105 …isBusy = (((~readValue) & (0x01UL << handle->busyOffset)) == (0x01UL << handle->busyOffset)) ? tru… in FLEXSPI_NOR_WaitBusBusy() 1109 …isBusy = ((readValue & (0x01UL << handle->busyOffset)) == (0x01UL << handle->busyOffset)) ? true :… in FLEXSPI_NOR_WaitBusBusy() 2716 uint8_t readValue[4] = {0x55U, 0x55U, 0x55U, 0x55U}; in FLEXSPI_NOR_CheckCommandModeAvailability() local 2765 flashXfer.data = (uint32_t *)(void *)&readValue[0]; in FLEXSPI_NOR_CheckCommandModeAvailability() 2772 if (readValue[0] != (uint8_t)kOctalSerialNor_DTRModeMacronix) in FLEXSPI_NOR_CheckCommandModeAvailability() 2779 if (readValue[0] != (uint8_t)kOctalSerialNor_STRModeMacronix) in FLEXSPI_NOR_CheckCommandModeAvailability() 2786 if (readValue[0] != (uint8_t)kOctalSerialNor_SPIModeMacronix) in FLEXSPI_NOR_CheckCommandModeAvailability() 2855 flashXfer.data = (uint32_t *)(void *)&readValue[0]; in FLEXSPI_NOR_CheckCommandModeAvailability() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1024/ |
| D | mflash_drv.c | 125 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 134 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 147 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 158 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1180/ |
| D | mflash_drv.c | 110 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 119 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 132 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 143 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1042/ |
| D | mflash_drv.c | 125 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 134 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 147 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 158 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1160/ |
| D | mflash_drv.c | 137 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 146 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 159 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 170 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1062/ |
| D | mflash_drv.c | 125 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 134 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 147 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 158 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1064/ |
| D | mflash_drv.c | 125 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 134 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 147 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 158 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1170/ |
| D | mflash_drv.c | 137 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 146 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 159 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 170 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt685audevk/ |
| D | mflash_drv.c | 138 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 147 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 160 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 171 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/rdrw612bga/ |
| D | mflash_drv.c | 125 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 135 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 148 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy() 159 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt595/ |
| D | mflash_drv.c | 135 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 152 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 165 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 176 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt685/ |
| D | mflash_drv.c | 139 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 156 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 169 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 180 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/frdmrw612/ |
| D | mflash_drv.c | 119 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 129 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 142 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy() 153 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1021/ |
| D | mflash_drv.c | 137 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 146 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 159 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 170 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/evkcmimxrt1060/ |
| D | mflash_drv.c | 128 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 137 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 150 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 161 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt1052/ |
| D | mflash_drv.c | 141 uint32_t readValue = 0; in flexspi_nor_wait_bus_busy() local 150 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 161 if (readValue & 0x8000) in flexspi_nor_wait_bus_busy() 170 if (readValue & 0x3200) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/evkmimxrt1040/ |
| D | fsl_adapter_flexspi_nor_flash.c | 188 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 198 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 211 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy() 222 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/rdrw612bga/ |
| D | fsl_adapter_flexspi_nor_flash.c | 193 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 203 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 216 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy() 227 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8962/ |
| D | fsl_wm8962.c | 887 uint16_t readValue = 0U; in WM8962_ReadReg() local 889 …C_I2C_Receive(handle->i2cHandle, handle->config->slaveAddress, reg, 2U, (uint8_t *)&readValue, 2U); in WM8962_ReadReg() 892 *val = WM8962_SWAP_UINT16_BYTE_SEQUENCE(readValue); in WM8962_ReadReg() 920 uint16_t readValue = 0U, i = 0U; in WM8962_ReadAllReg() local 924 …DEC_I2C_Receive(handle->i2cHandle, handle->config->slaveAddress, i, 2U, (uint8_t *)&readValue, 2U); in WM8962_ReadAllReg() 927 PRINTF("REG %x, value %x\r\n", i, WM8962_SWAP_UINT16_BYTE_SEQUENCE(readValue)); in WM8962_ReadAllReg()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/nand/flexspi/ |
| D | fsl_flexspi_nand_flash.c | 52 uint32_t readValue; in flexspi_nand_wait_bus_busy() local 61 flashXfer.data = &readValue; in flexspi_nand_wait_bus_busy() 75 isBusy = (~readValue) & (1 << handle->busyOffset); in flexspi_nand_wait_bus_busy() 79 isBusy = readValue & (1 << handle->busyOffset); in flexspi_nand_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/octal_flash/RT595/ |
| D | fsl_adapter_flexspi_nor_flash.c | 219 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 236 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 249 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 260 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/octal_flash/ |
| D | fsl_adapter_flexspi_nor_flash.c | 214 uint32_t readValue; in flexspi_nor_wait_bus_busy() local 231 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy() 244 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy() 255 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/sx1502/ |
| D | fsl_sx1502.c | 124 uint8_t readValue = 0U; in SX1502_ReadRegister() local 126 …I2C_Receive(handle->i2cHandle, handle->slaveAddress, (uint32_t)reg, 1U, (uint8_t *)&readValue, 1U); in SX1502_ReadRegister() 128 *value = readValue; in SX1502_ReadRegister()
|