STM32446E_EVAL BSP User Manual: STM32446E EVAL QSPI Exported Constants

STM32446E EVAL BSP Drivers

STM32446E_EVAL BSP User Manual
STM32446E EVAL QSPI Exported Constants

Defines

#define QSPI_OK   ((uint8_t)0x00)
#define QSPI_ERROR   ((uint8_t)0x01)
#define QSPI_BUSY   ((uint8_t)0x02)
#define QSPI_NOT_SUPPORTED   ((uint8_t)0x04)
#define QSPI_SUSPENDED   ((uint8_t)0x08)
#define QSPI_CLK_ENABLE()   __HAL_RCC_QSPI_CLK_ENABLE()
#define QSPI_CLK_DISABLE()   __HAL_RCC_QSPI_CLK_DISABLE()
#define QSPI_CS_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOG_CLK_ENABLE()
#define QSPI_CS_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOG_CLK_DISABLE()
#define QSPI_CLK_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOD_CLK_ENABLE()
#define QSPI_CLK_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOD_CLK_DISABLE()
#define QSPI_Dx_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOF_CLK_ENABLE()
#define QSPI_Dx_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOF_CLK_DISABLE()
#define QSPI_FORCE_RESET()   __HAL_RCC_QSPI_FORCE_RESET()
#define QSPI_RELEASE_RESET()   __HAL_RCC_QSPI_RELEASE_RESET()
#define QSPI_CS_PIN   GPIO_PIN_6
#define QSPI_CS_GPIO_PORT   GPIOG
#define QSPI_CLK_PIN   GPIO_PIN_3
#define QSPI_CLK_GPIO_PORT   GPIOD
#define QSPI_D0_PIN   GPIO_PIN_8
#define QSPI_D0_GPIO_PORT   GPIOF
#define QSPI_D1_PIN   GPIO_PIN_9
#define QSPI_D1_GPIO_PORT   GPIOF
#define QSPI_D2_PIN   GPIO_PIN_7
#define QSPI_D2_GPIO_PORT   GPIOF
#define QSPI_D3_PIN   GPIO_PIN_6
#define QSPI_D3_GPIO_PORT   GPIOF

Define Documentation

#define QSPI_BUSY   ((uint8_t)0x02)

Definition at line 71 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_GetStatus().

#define QSPI_CLK_DISABLE ( )    __HAL_RCC_QSPI_CLK_DISABLE()

Definition at line 78 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit().

#define QSPI_CLK_ENABLE ( )    __HAL_RCC_QSPI_CLK_ENABLE()

Definition at line 77 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CLK_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOD_CLK_DISABLE()

Definition at line 83 of file stm32446e_eval_qspi.h.

#define QSPI_CLK_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOD_CLK_ENABLE()

Definition at line 82 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CLK_GPIO_PORT   GPIOD

Definition at line 99 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CLK_PIN   GPIO_PIN_3

Definition at line 98 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CS_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOG_CLK_DISABLE()

Definition at line 80 of file stm32446e_eval_qspi.h.

#define QSPI_CS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOG_CLK_ENABLE()

Definition at line 79 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CS_GPIO_PORT   GPIOG

Definition at line 96 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CS_PIN   GPIO_PIN_6

Definition at line 95 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_D0_GPIO_PORT   GPIOF

Definition at line 105 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D0_PIN   GPIO_PIN_8

Definition at line 104 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D1_GPIO_PORT   GPIOF

Definition at line 107 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D1_PIN   GPIO_PIN_9

Definition at line 106 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D2_GPIO_PORT   GPIOF

Definition at line 109 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D2_PIN   GPIO_PIN_7

Definition at line 108 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D3_GPIO_PORT   GPIOF

Definition at line 111 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D3_PIN   GPIO_PIN_6

Definition at line 110 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_Dx_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOF_CLK_DISABLE()

Definition at line 89 of file stm32446e_eval_qspi.h.

#define QSPI_Dx_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOF_CLK_ENABLE()

Definition at line 88 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_FORCE_RESET ( )    __HAL_RCC_QSPI_FORCE_RESET()

Definition at line 91 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_NOT_SUPPORTED   ((uint8_t)0x04)

Definition at line 72 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_Init().

#define QSPI_RELEASE_RESET ( )    __HAL_RCC_QSPI_RELEASE_RESET()

Definition at line 92 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_SUSPENDED   ((uint8_t)0x08)

Definition at line 73 of file stm32446e_eval_qspi.h.

Referenced by BSP_QSPI_GetStatus().

Generated on Fri Jan 15 2016 10:06:22 for STM32446E_EVAL BSP User Manual by   doxygen 1.7.6.1