Home
last modified time | relevance | path

Searched refs:QUADSPI_CR_FSEL (Results 1 – 25 of 87) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_qspi.h281 #define QSPI_FLASH_ID_2 ((uint32_t)QUADSPI_CR_FSEL) /*!<FLASH 2 selected*/
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_qspi.h282 #define QSPI_FLASH_ID_2 ((uint32_t)QUADSPI_CR_FSEL) /*!<FLASH 2 selected*/
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_qspi.h283 #define QSPI_FLASH_ID_2 ((uint32_t)QUADSPI_CR_FSEL) /*!<FLASH 2 selected*/
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_qspi.h282 #define QSPI_FLASH_ID_2 ((uint32_t)QUADSPI_CR_FSEL) /*!<FLASH 2 selected*/
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_qspi.h286 #define QSPI_FLASH_ID_2 ((uint32_t)QUADSPI_CR_FSEL) /*!<FLASH 2 selected*/
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_qspi.h282 #define QSPI_FLASH_ID_2 ((uint32_t)QUADSPI_CR_FSEL) /*!<FLASH 2 selected*/
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_qspi.c372 …MODIFY_REG(hqspi->Instance->CR, (QUADSPI_CR_PRESCALER | QUADSPI_CR_SSHIFT | QUADSPI_CR_FSEL | QUAD… in HAL_QSPI_Init()
2354 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_FSEL, FlashID); in HAL_QSPI_SetFlashID()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_qspi.c362 …MODIFY_REG(hqspi->Instance->CR, (QUADSPI_CR_PRESCALER | QUADSPI_CR_SSHIFT | QUADSPI_CR_FSEL | QUAD… in HAL_QSPI_Init()
2543 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_FSEL, FlashID); in HAL_QSPI_SetFlashID()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_qspi.c362 …MODIFY_REG(hqspi->Instance->CR, (QUADSPI_CR_PRESCALER | QUADSPI_CR_SSHIFT | QUADSPI_CR_FSEL | QUAD… in HAL_QSPI_Init()
2468 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_FSEL, FlashID); in HAL_QSPI_SetFlashID()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_qspi.c385 …MODIFY_REG(hqspi->Instance->CR, (QUADSPI_CR_PRESCALER | QUADSPI_CR_SSHIFT | QUADSPI_CR_FSEL | QUAD… in HAL_QSPI_Init()
2416 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_FSEL, FlashID); in HAL_QSPI_SetFlashID()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_qspi.c364 …MODIFY_REG(hqspi->Instance->CR, (QUADSPI_CR_PRESCALER | QUADSPI_CR_SSHIFT | QUADSPI_CR_FSEL | QUAD… in HAL_QSPI_Init()
2478 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_FSEL, FlashID); in HAL_QSPI_SetFlashID()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_qspi.c361 …MODIFY_REG(hqspi->Instance->CR, (QUADSPI_CR_PRESCALER | QUADSPI_CR_SSHIFT | QUADSPI_CR_FSEL | QUAD… in HAL_QSPI_Init()
2453 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_FSEL, FlashID); in HAL_QSPI_SetFlashID()
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h7559 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash memory se… macro
Dstm32l412xx.h7334 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash memory se… macro
Dstm32l433xx.h12024 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash memory se… macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g4a1xx.h7631 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash memory se… macro
Dstm32g491xx.h7410 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash memory se… macro
Dstm32g473xx.h8073 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash memory se… macro
Dstm32g471xx.h7559 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash memory se… macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h8900 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash Select … macro
Dstm32f722xx.h8884 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash Select … macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f423xx.h9280 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash Select … macro
Dstm32f412zx.h9010 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash Select … macro
Dstm32f412rx.h9004 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash Select … macro
Dstm32f412vx.h9006 #define QUADSPI_CR_FSEL QUADSPI_CR_FSEL_Msk /*!< Flash Select … macro

1234