STM32469I-Discovery BSP User Manual: STM32469I Discovery QSPI Exported Constants

STM32469I-Discovery BSP Drivers

STM32469I-Discovery BSP User Manual
STM32469I Discovery 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_GPIOB_CLK_ENABLE()
#define QSPI_CS_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOB_CLK_DISABLE()
#define QSPI_DX_CLK_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOF_CLK_ENABLE()
#define QSPI_DX_CLK_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   GPIOB
#define QSPI_CLK_PIN   GPIO_PIN_10
#define QSPI_CLK_GPIO_PORT   GPIOF
#define QSPI_D0_PIN   GPIO_PIN_8
#define QSPI_D1_PIN   GPIO_PIN_9
#define QSPI_D2_PIN   GPIO_PIN_7
#define QSPI_D3_PIN   GPIO_PIN_6
#define QSPI_DX_GPIO_PORT   GPIOF

Define Documentation

#define QSPI_BUSY   ((uint8_t)0x02)

Definition at line 72 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_GetStatus().

#define QSPI_CLK_DISABLE ( )    __HAL_RCC_QSPI_CLK_DISABLE()

Definition at line 79 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit().

#define QSPI_CLK_ENABLE ( )    __HAL_RCC_QSPI_CLK_ENABLE()

Definition at line 78 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CLK_GPIO_PORT   GPIOF

Definition at line 92 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_CLK_PIN   GPIO_PIN_10

Definition at line 91 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_CS_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOB_CLK_DISABLE()

Definition at line 81 of file stm32469i_discovery_qspi.h.

#define QSPI_CS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 80 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CS_GPIO_PORT   GPIOB

Definition at line 90 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_CS_PIN   GPIO_PIN_6

Definition at line 89 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D0_PIN   GPIO_PIN_8

Definition at line 93 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D1_PIN   GPIO_PIN_9

Definition at line 94 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D2_PIN   GPIO_PIN_7

Definition at line 95 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D3_PIN   GPIO_PIN_6

Definition at line 96 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_DX_CLK_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOF_CLK_DISABLE()

Definition at line 83 of file stm32469i_discovery_qspi.h.

#define QSPI_DX_CLK_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOF_CLK_ENABLE()

Definition at line 82 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_DX_GPIO_PORT   GPIOF

Definition at line 97 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_FORCE_RESET ( )    __HAL_RCC_QSPI_FORCE_RESET()

Definition at line 85 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_NOT_SUPPORTED   ((uint8_t)0x04)

Definition at line 73 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_Init().

#define QSPI_RELEASE_RESET ( )    __HAL_RCC_QSPI_RELEASE_RESET()

Definition at line 86 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_SUSPENDED   ((uint8_t)0x08)

Definition at line 74 of file stm32469i_discovery_qspi.h.

Referenced by BSP_QSPI_GetStatus().

Generated on Fri Jan 13 2017 11:00:15 for STM32469I-Discovery BSP User Manual by   doxygen 1.7.6.1