Home
last modified time | relevance | path

Searched refs:readValue (Results 1 – 25 of 36) sorted by relevance

12

/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Hyperflash.c510 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/
DQspi_Ip_Hyperflash.c510 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/
Dfsl_flexspi_nor_flash.c1082 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/
Dmflash_drv.c125 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/
Dmflash_drv.c110 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/
Dmflash_drv.c125 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/
Dmflash_drv.c137 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/
Dmflash_drv.c125 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/
Dmflash_drv.c125 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/
Dmflash_drv.c137 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/
Dmflash_drv.c138 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/
Dmflash_drv.c125 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/
Dmflash_drv.c135 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/
Dmflash_drv.c139 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/
Dmflash_drv.c119 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/
Dmflash_drv.c137 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/
Dmflash_drv.c128 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/
Dmflash_drv.c141 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/
Dfsl_adapter_flexspi_nor_flash.c188 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/
Dfsl_adapter_flexspi_nor_flash.c193 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/
Dfsl_wm8962.c887 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/
Dfsl_flexspi_nand_flash.c52 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/
Dfsl_adapter_flexspi_nor_flash.c219 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/
Dfsl_adapter_flexspi_nor_flash.c214 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/
Dfsl_sx1502.c124 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()

12