HAL
HAL_NOR_StateTypeDef::HAL_NOR_STATE_BUSY is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_NOR_StateTypeDef::HAL_NOR_STATE_BUSY

HAL_NOR_StateTypeDef::HAL_NOR_STATE_BUSY

Syntax

HAL_NOR_STATE_BUSY = 0x02U;

References

LocationReferrerText
stm32f4xx_hal_nor.h:56
HAL_NOR_STATE_BUSY = 0x02U, /*!< NOR internal processing is ongoing */
stm32f4xx_hal_nor.c:453HAL_NOR_Read_ID()
if (state == HAL_NOR_STATE_BUSY)
stm32f4xx_hal_nor.c:467HAL_NOR_Read_ID()
hnor->State = HAL_NOR_STATE_BUSY;
stm32f4xx_hal_nor.c:557HAL_NOR_ReturnToReadMode()
if (state == HAL_NOR_STATE_BUSY)
stm32f4xx_hal_nor.c:571HAL_NOR_ReturnToReadMode()
hnor->State = HAL_NOR_STATE_BUSY;
stm32f4xx_hal_nor.c:635HAL_NOR_Read()
if (state == HAL_NOR_STATE_BUSY)
stm32f4xx_hal_nor.c:649HAL_NOR_Read()
hnor->State = HAL_NOR_STATE_BUSY;
stm32f4xx_hal_nor.c:733HAL_NOR_Program()
if (hnor->State == HAL_NOR_STATE_BUSY)
stm32f4xx_hal_nor.c:743HAL_NOR_Program()
hnor->State = HAL_NOR_STATE_BUSY;
stm32f4xx_hal_nor.c:833HAL_NOR_ReadBuffer()
if (state == HAL_NOR_STATE_BUSY)
stm32f4xx_hal_nor.c:847HAL_NOR_ReadBuffer()
hnor->State = HAL_NOR_STATE_BUSY;
stm32f4xx_hal_nor.c:942HAL_NOR_ProgramBuffer()
if (hnor->State == HAL_NOR_STATE_BUSY)
stm32f4xx_hal_nor.c:952HAL_NOR_ProgramBuffer()
hnor->State = HAL_NOR_STATE_BUSY;
stm32f4xx_hal_nor.c:1058HAL_NOR_Erase_Block()
if (hnor->State == HAL_NOR_STATE_BUSY)
stm32f4xx_hal_nor.c:1068HAL_NOR_Erase_Block()
hnor->State = HAL_NOR_STATE_BUSY;
stm32f4xx_hal_nor.c:1155HAL_NOR_Erase_Chip()
if (hnor->State == HAL_NOR_STATE_BUSY)
stm32f4xx_hal_nor.c:1165HAL_NOR_Erase_Chip()
hnor->State = HAL_NOR_STATE_BUSY;
stm32f4xx_hal_nor.c:1245HAL_NOR_Read_CFI()
if (state == HAL_NOR_STATE_BUSY)
stm32f4xx_hal_nor.c:1259HAL_NOR_Read_CFI()
hnor->State = HAL_NOR_STATE_BUSY;
stm32f4xx_hal_nor.c:1434HAL_NOR_WriteOperation_Enable()
hnor->State = HAL_NOR_STATE_BUSY;
stm32f4xx_hal_nor.c:1468HAL_NOR_WriteOperation_Disable()
hnor->State = HAL_NOR_STATE_BUSY;