Home
last modified time | relevance | path

Searched refs:busyOffset (Results 1 – 25 of 65) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nand/flexspi/
Dfsl_flexspi_nand_flash.h54 …uint16_t busyOffset; /*!< Busy offset, valid value: 0-31, only need for check option kNandReadyChe… member
66 …uint16_t busyOffset; /*!< Busy offset, valid value: 0-31, only need for check option kNandReadyChe… member
Dfsl_flexspi_nand_flash.c75 isBusy = (~readValue) & (1 << handle->busyOffset); in flexspi_nand_wait_bus_busy()
79 isBusy = readValue & (1 << handle->busyOffset); in flexspi_nand_wait_bus_busy()
156 flexspiMemHandle.busyOffset = memConfig->busyOffset; in Nand_Flash_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/flexspi/
Dfsl_flexspi_nor_flash.h156 …uint16_t busyOffset; /*!< Busy offset, valid value: 0-31, only need for check option kNandReadyChe… member
172 …uint16_t busyOffset; /*!< Busy offset, valid value: 0-31, only need for check option kNORRead… member
Dfsl_flexspi_nor_flash.c1105 …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()
3882 …busy = (((~readValue) & (0x01UL << memHandle->busyOffset)) == (0x01UL << memHandle->busyOffset)) ?… in Nor_Flash_Is_Busy()
3886 …busy = ((readValue & (0x01UL << memHandle->busyOffset)) == (0x01UL << memHandle->busyOffset)) ? tr… in Nor_Flash_Is_Busy()
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt595/flash_config/
Dflash_config.c48 .busyOffset = 0u,
/hal_nxp-latest/mcux/mcux-sdk/boards/mimxrt700evk/flash_config/
Dflash_config.c49 .busyOffset = 0u,
Dflash_config.h167 uint16_t busyOffset; /* !< [0x07c-0x07d] Busy offset, valid value: 0-31 */ member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt685/flash_config/
Dflash_config.h183 uint16_t busyOffset; /* !< [0x07c-0x07d] Busy offset, valid value: 0-31 */ member
/hal_nxp-latest/mcux/mcux-sdk/boards/mimxrt685audevk/flash_config/
Dflash_config.h183 uint16_t busyOffset; /* !< [0x07c-0x07d] Busy offset, valid value: 0-31 */ member
/hal_nxp-latest/mcux/mcux-sdk/boards/frdmrw612/flash_config/
Dflash_config.h183 uint16_t busyOffset; /* !< [0x07c-0x07d] Busy offset, valid value: 0-31 */ member
/hal_nxp-latest/mcux/mcux-sdk/boards/rdrw612bga/flash_config/
Dflash_config.h183 uint16_t busyOffset; /* !< [0x07c-0x07d] Busy offset, valid value: 0-31 */ member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1170/xip/
Devkmimxrt1170_flexspi_nor_config.h204 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkbmimxrt1170/xip/
Devkbmimxrt1170_flexspi_nor_config.h204 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1060/xip/
Devkmimxrt1060_flexspi_nor_config.h204 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1064/xip/
Devkmimxrt1064_flexspi_nor_config.h204 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1010/xip/
Devkmimxrt1010_flexspi_nor_config.h203 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1160/xip/
Devkmimxrt1160_flexspi_nor_config.h204 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkbimxrt1050/xip/
Devkbimxrt1050_flexspi_nor_config.h203 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
Devkbimxrt1050_flexspi_nor_config.c46 .busyOffset = 15u,
/hal_nxp-latest/mcux/mcux-sdk/boards/evkbmimxrt1060/xip/
Devkbmimxrt1060_flexspi_nor_config.h204 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkcmimxrt1060/xip/
Devkcmimxrt1060_flexspi_nor_config.h204 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1040/xip/
Devkmimxrt1040_flexspi_nor_config.h204 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1015/xip/
Devkmimxrt1015_flexspi_nor_config.h202 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1024/xip/
Devkmimxrt1024_flexspi_nor_config.h202 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1020/xip/
Devkmimxrt1020_flexspi_nor_config.h202 uint16_t busyOffset; //!< [0x07c-0x07d] Busy offset, valid value: 0-31 member

123