STM32746G-Discovery BSP User Manual: STM32746G_DISCOVERY_QSPI Exported Constants

STM32746G-Discovery BSP Drivers

STM32746G-Discovery BSP User Manual
STM32746G_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_CLK_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOB_CLK_ENABLE()
#define QSPI_D0_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOD_CLK_ENABLE()
#define QSPI_D1_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOD_CLK_ENABLE()
#define QSPI_D2_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOE_CLK_ENABLE()
#define QSPI_D3_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOD_CLK_ENABLE()
#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_2
#define QSPI_CLK_GPIO_PORT   GPIOB
#define QSPI_D0_PIN   GPIO_PIN_11
#define QSPI_D0_GPIO_PORT   GPIOD
#define QSPI_D1_PIN   GPIO_PIN_12
#define QSPI_D1_GPIO_PORT   GPIOD
#define QSPI_D2_PIN   GPIO_PIN_2
#define QSPI_D2_GPIO_PORT   GPIOE
#define QSPI_D3_PIN   GPIO_PIN_13
#define QSPI_D3_GPIO_PORT   GPIOD
#define QSPI_FLASH_SIZE   23 /* Address bus width to access whole memory space */
#define QSPI_PAGE_SIZE   256
#define BSP_QSPI_MemoryMappedMode   BSP_QSPI_EnableMemoryMappedMode

Define Documentation

#define QSPI_BUSY   ((uint8_t)0x02)

Definition at line 71 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_GetStatus().

#define QSPI_CLK_DISABLE ( )    __HAL_RCC_QSPI_CLK_DISABLE()

Definition at line 78 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit().

#define QSPI_CLK_ENABLE ( )    __HAL_RCC_QSPI_CLK_ENABLE()

Definition at line 77 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CLK_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 80 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CLK_GPIO_PORT   GPIOB

Definition at line 93 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_CLK_PIN   GPIO_PIN_2

Definition at line 92 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_CS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 79 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_CS_GPIO_PORT   GPIOB

Definition at line 91 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_CS_PIN   GPIO_PIN_6

Definition at line 90 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D0_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOD_CLK_ENABLE()

Definition at line 81 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_D0_GPIO_PORT   GPIOD

Definition at line 95 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D0_PIN   GPIO_PIN_11

Definition at line 94 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D1_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOD_CLK_ENABLE()

Definition at line 82 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_D1_GPIO_PORT   GPIOD

Definition at line 97 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D1_PIN   GPIO_PIN_12

Definition at line 96 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D2_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOE_CLK_ENABLE()

Definition at line 83 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_D2_GPIO_PORT   GPIOE

Definition at line 99 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D2_PIN   GPIO_PIN_2

Definition at line 98 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D3_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOD_CLK_ENABLE()

Definition at line 84 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspInit().

#define QSPI_D3_GPIO_PORT   GPIOD

Definition at line 101 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_D3_PIN   GPIO_PIN_13

Definition at line 100 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_FLASH_SIZE   23 /* Address bus width to access whole memory space */

Definition at line 105 of file stm32746g_discovery_qspi.h.

#define QSPI_FORCE_RESET ( )    __HAL_RCC_QSPI_FORCE_RESET()

Definition at line 86 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_NOT_SUPPORTED   ((uint8_t)0x04)

Definition at line 72 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_Init().

#define QSPI_PAGE_SIZE   256

Definition at line 106 of file stm32746g_discovery_qspi.h.

#define QSPI_RELEASE_RESET ( )    __HAL_RCC_QSPI_RELEASE_RESET()

Definition at line 87 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_MspDeInit(), and BSP_QSPI_MspInit().

#define QSPI_SUSPENDED   ((uint8_t)0x08)

Definition at line 73 of file stm32746g_discovery_qspi.h.

Referenced by BSP_QSPI_GetStatus().

Generated on Fri Dec 30 2016 16:31:33 for STM32746G-Discovery BSP User Manual by   doxygen 1.7.6.1