Home
last modified time | relevance | path

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

12

/hal_nxp-3.5.0/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-3.5.0/mcux/mcux-sdk/components/flash/mflash/mimxrt1170evkb/
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-3.5.0/mcux/mcux-sdk/components/flash/mflash/mimxrt1160/
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-3.5.0/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-3.5.0/mcux/mcux-sdk/components/flash/mflash/mimxrt1021/
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-3.5.0/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-3.5.0/mcux/mcux-sdk/components/flash/mflash/mimxrt1170/
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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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()
/hal_nxp-3.5.0/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-3.5.0/mcux/mcux-sdk/components/internal_flash/octal_flash/RT595/
Dfsl_adapter_flexspi_nor_flash.c208 uint32_t readValue; in flexspi_nor_wait_bus_busy() local
225 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy()
238 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
249 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/internal_flash/octal_flash/
Dfsl_adapter_flexspi_nor_flash.c217 uint32_t readValue; in flexspi_nor_wait_bus_busy() local
234 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy()
247 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
258 if (readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) in flexspi_nor_wait_bus_busy()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8962/
Dfsl_wm8962.c828 uint16_t readValue = 0U; in WM8962_ReadReg() local
830 …C_I2C_Receive(handle->i2cHandle, handle->config->slaveAddress, reg, 2U, (uint8_t *)&readValue, 2U); in WM8962_ReadReg()
833 *val = WM8962_SWAP_UINT16_BYTE_SEQUENCE(readValue); in WM8962_ReadReg()
861 uint16_t readValue = 0U, i = 0U; in WM8962_ReadAllReg() local
865 …DEC_I2C_Receive(handle->i2cHandle, handle->config->slaveAddress, i, 2U, (uint8_t *)&readValue, 2U); in WM8962_ReadAllReg()
868 PRINTF("REG %x, value %x\r\n", i, WM8962_SWAP_UINT16_BYTE_SEQUENCE(readValue)); in WM8962_ReadAllReg()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/internal_flash/evkbmimxrt1060/
Dfsl_adapter_flexspi_nor_flash.c196 uint32_t readValue; in flexspi_nor_wait_bus_busy() local
206 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy()
219 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy()
230 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy()
/hal_nxp-3.5.0/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-3.5.0/mcux/mcux-sdk/components/internal_flash/
Dfsl_adapter_flexspi_nor_flash.c196 uint32_t readValue; in flexspi_nor_wait_bus_busy() local
206 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy()
219 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy()
230 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/internal_flash/evkbmimxrt1170/
Dfsl_adapter_flexspi_nor_flash.c185 uint32_t readValue; in flexspi_nor_wait_bus_busy() local
195 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy()
208 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy()
219 if ((readValue & (1U << FLASH_BUSY_STATUS_OFFSET)) > 0U) in flexspi_nor_wait_bus_busy()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/internal_flash/hyper_flash/
Dfsl_adapter_flexspi_hyper_nor_flash.c386 uint32_t readValue; in flexspi_nor_wait_bus_busy() local
395 flashXfer.data = &readValue; in flexspi_nor_wait_bus_busy()
406 if (readValue & 0x8000) in flexspi_nor_wait_bus_busy()
415 if (readValue & 0x3200) in flexspi_nor_wait_bus_busy()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c685 uint16_t readValue = 0U; in SGTL_ReadReg() local
687 …C_I2C_Receive(handle->i2cHandle, handle->config->slaveAddress, reg, 2U, (uint8_t *)&readValue, 2U); in SGTL_ReadReg()
689 *val = (uint16_t)SGTL_SWAP_UINT16_BYTE_SEQUENCE(readValue); in SGTL_ReadReg()

12