STM32769I_EVAL BSP User Manual
|
Defines | |
#define | SD_PRESENT ((uint8_t)0x01) |
#define | SD_NOT_PRESENT ((uint8_t)0x00) |
#define | SD_CARD1 ((uint32_t)0x00) |
#define | SD_CARD2 ((uint32_t)0x01) |
#define | SD_DATATIMEOUT ((uint32_t)100000000) |
#define | __DMAx_TxRx_CLK_ENABLE __HAL_RCC_DMA2_CLK_ENABLE |
#define | SD1_DMAx_Tx_CHANNEL DMA_CHANNEL_4 |
#define | SD1_DMAx_Rx_CHANNEL DMA_CHANNEL_4 |
#define | SD1_DMAx_Tx_STREAM DMA2_Stream6 |
#define | SD1_DMAx_Rx_STREAM DMA2_Stream3 |
#define | SD1_DMAx_Tx_IRQn DMA2_Stream6_IRQn |
#define | SD1_DMAx_Rx_IRQn DMA2_Stream3_IRQn |
#define | BSP_SDMMC1_DMA_Tx_IRQHandler DMA2_Stream6_IRQHandler |
#define | BSP_SDMMC1_DMA_Rx_IRQHandler DMA2_Stream3_IRQHandler |
#define | BSP_SDMMC1_IRQHandler SDMMC1_IRQHandler |
#define | SD2_DMAx_Tx_CHANNEL DMA_CHANNEL_11 |
#define | SD2_DMAx_Rx_CHANNEL DMA_CHANNEL_11 |
#define | SD2_DMAx_Tx_STREAM DMA2_Stream5 |
#define | SD2_DMAx_Rx_STREAM DMA2_Stream0 |
#define | SD2_DMAx_Tx_IRQn DMA2_Stream5_IRQn |
#define | SD2_DMAx_Rx_IRQn DMA2_Stream0_IRQn |
#define | BSP_SDMMC2_DMA_Tx_IRQHandler DMA2_Stream5_IRQHandler |
#define | BSP_SDMMC2_DMA_Rx_IRQHandler DMA2_Stream0_IRQHandler |
#define | BSP_SDMMC2_IRQHandler SDMMC2_IRQHandler |
#define | SD_DetectIRQHandler() HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_8) |
Define Documentation
#define __DMAx_TxRx_CLK_ENABLE __HAL_RCC_DMA2_CLK_ENABLE |
Definition at line 100 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspInit().
#define BSP_SDMMC1_DMA_Rx_IRQHandler DMA2_Stream3_IRQHandler |
Definition at line 108 of file stm32f769i_eval_sd.h.
#define BSP_SDMMC1_DMA_Tx_IRQHandler DMA2_Stream6_IRQHandler |
Definition at line 107 of file stm32f769i_eval_sd.h.
#define BSP_SDMMC1_IRQHandler SDMMC1_IRQHandler |
Definition at line 109 of file stm32f769i_eval_sd.h.
#define BSP_SDMMC2_DMA_Rx_IRQHandler DMA2_Stream0_IRQHandler |
Definition at line 118 of file stm32f769i_eval_sd.h.
#define BSP_SDMMC2_DMA_Tx_IRQHandler DMA2_Stream5_IRQHandler |
Definition at line 117 of file stm32f769i_eval_sd.h.
#define BSP_SDMMC2_IRQHandler SDMMC2_IRQHandler |
Definition at line 119 of file stm32f769i_eval_sd.h.
#define SD1_DMAx_Rx_CHANNEL DMA_CHANNEL_4 |
Definition at line 102 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspInit().
#define SD1_DMAx_Rx_IRQn DMA2_Stream3_IRQn |
Definition at line 106 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspDeInit(), and BSP_SD_MspInit().
#define SD1_DMAx_Rx_STREAM DMA2_Stream3 |
Definition at line 104 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspDeInit(), and BSP_SD_MspInit().
#define SD1_DMAx_Tx_CHANNEL DMA_CHANNEL_4 |
Definition at line 101 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspInit().
#define SD1_DMAx_Tx_IRQn DMA2_Stream6_IRQn |
Definition at line 105 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspDeInit(), and BSP_SD_MspInit().
#define SD1_DMAx_Tx_STREAM DMA2_Stream6 |
Definition at line 103 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspDeInit(), and BSP_SD_MspInit().
#define SD2_DMAx_Rx_CHANNEL DMA_CHANNEL_11 |
Definition at line 112 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspInit().
#define SD2_DMAx_Rx_IRQn DMA2_Stream0_IRQn |
Definition at line 116 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspDeInit(), and BSP_SD_MspInit().
#define SD2_DMAx_Rx_STREAM DMA2_Stream0 |
Definition at line 114 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspDeInit(), and BSP_SD_MspInit().
#define SD2_DMAx_Tx_CHANNEL DMA_CHANNEL_11 |
Definition at line 111 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspInit().
#define SD2_DMAx_Tx_IRQn DMA2_Stream5_IRQn |
Definition at line 115 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspDeInit(), and BSP_SD_MspInit().
#define SD2_DMAx_Tx_STREAM DMA2_Stream5 |
Definition at line 113 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_MspDeInit(), and BSP_SD_MspInit().
#define SD_CARD1 ((uint32_t)0x00) |
Definition at line 94 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_DeInit(), BSP_SD_DeInitEx(), BSP_SD_Erase(), BSP_SD_EraseEx(), BSP_SD_GetCardInfo(), BSP_SD_GetCardInfoEx(), BSP_SD_GetCardState(), BSP_SD_GetCardStateEx(), BSP_SD_Init(), BSP_SD_InitEx(), BSP_SD_IsDetected(), BSP_SD_IsDetectedEx(), BSP_SD_ReadBlocks(), BSP_SD_ReadBlocks_DMA(), BSP_SD_ReadBlocks_DMAEx(), BSP_SD_ReadBlocksEx(), BSP_SD_WriteBlocks(), BSP_SD_WriteBlocks_DMA(), BSP_SD_WriteBlocks_DMAEx(), BSP_SD_WriteBlocksEx(), HAL_SD_AbortCallback(), HAL_SD_RxCpltCallback(), and HAL_SD_TxCpltCallback().
#define SD_CARD2 ((uint32_t)0x01) |
Definition at line 95 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_InitEx(), HAL_SD_AbortCallback(), HAL_SD_RxCpltCallback(), and HAL_SD_TxCpltCallback().
#define SD_DATATIMEOUT ((uint32_t)100000000) |
Definition at line 97 of file stm32f769i_eval_sd.h.
#define SD_DetectIRQHandler | ( | ) | HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_8) |
Definition at line 121 of file stm32f769i_eval_sd.h.
#define SD_NOT_PRESENT ((uint8_t)0x00) |
Definition at line 92 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_IsDetectedEx().
#define SD_PRESENT ((uint8_t)0x01) |
Definition at line 91 of file stm32f769i_eval_sd.h.
Referenced by BSP_SD_InitEx(), and BSP_SD_IsDetectedEx().
Generated on Fri Dec 30 2016 20:55:36 for STM32769I_EVAL BSP User Manual by
