hnor: pointer to a NOR_HandleTypeDef structure that
contains the configuration information for NOR module.
HAL_NOR_MspInit
void HAL_NOR_MspInit (NOR_HandleTypeDef * hnor)
hnor: pointer to a NOR_HandleTypeDef structure that
contains the configuration information for NOR module.
HAL_NOR_MspDeInit
void HAL_NOR_MspDeInit (NOR_HandleTypeDef * hnor)
hnor: pointer to a NOR_HandleTypeDef structure that
contains the configuration information for NOR module.
HAL_NOR_MspWait
void HAL_NOR_MspWait (NOR_HandleTypeDef * hnor,
uint32_t Timeout)
NOR MSP Wait for Ready/Busy signal.
hnor: pointer to a NOR_HandleTypeDef structure that
contains the configuration information for NOR module.
Timeout: Maximum timeout value
HAL_NOR_Read_ID
HAL_StatusTypeDef HAL_NOR_Read_ID
(NOR_HandleTypeDef * hnor, NOR_IDTypeDef * pNOR_ID)
hnor: pointer to a NOR_HandleTypeDef structure that
contains the configuration information for NOR module.
pNOR_ID: : pointer to NOR ID structure
HAL_NOR_ReturnToReadMode
HAL_StatusTypeDef HAL_NOR_ReturnToReadMode
(NOR_HandleTypeDef * hnor)
Returns the NOR memory to Read mode.
hnor: pointer to a NOR_HandleTypeDef structure that