Home
last modified time | relevance | path

Searched refs:TimeOutActivation (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_qspi.c1774 assert_param(IS_QSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_QSPI_MemoryMapped()
1792 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_TCEN, cfg->TimeOutActivation); in HAL_QSPI_MemoryMapped()
1794 if (cfg->TimeOutActivation == QSPI_TIMEOUT_COUNTER_ENABLE) in HAL_QSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_qspi.c1730 assert_param(IS_QSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_QSPI_MemoryMapped()
1748 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_TCEN, cfg->TimeOutActivation); in HAL_QSPI_MemoryMapped()
1750 if (cfg->TimeOutActivation == QSPI_TIMEOUT_COUNTER_ENABLE) in HAL_QSPI_MemoryMapped()
Dstm32h7xx_hal_ospi.c1814 assert_param(IS_OSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_OSPI_MemoryMapped()
1827 if (cfg->TimeOutActivation == HAL_OSPI_TIMEOUT_COUNTER_ENABLE) in HAL_OSPI_MemoryMapped()
1843 (cfg->TimeOutActivation | OSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)); in HAL_OSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_qspi.c1876 assert_param(IS_QSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_QSPI_MemoryMapped()
1894 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_TCEN, cfg->TimeOutActivation); in HAL_QSPI_MemoryMapped()
1896 if (cfg->TimeOutActivation == QSPI_TIMEOUT_COUNTER_ENABLE) in HAL_QSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_qspi.c1801 assert_param(IS_QSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_QSPI_MemoryMapped()
1819 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_TCEN, cfg->TimeOutActivation); in HAL_QSPI_MemoryMapped()
1821 if (cfg->TimeOutActivation == QSPI_TIMEOUT_COUNTER_ENABLE) in HAL_QSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_qspi.c1749 assert_param(IS_QSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_QSPI_MemoryMapped()
1767 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_TCEN, cfg->TimeOutActivation); in HAL_QSPI_MemoryMapped()
1769 if (cfg->TimeOutActivation == QSPI_TIMEOUT_COUNTER_ENABLE) in HAL_QSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_qspi.c1810 assert_param(IS_QSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_QSPI_MemoryMapped()
1828 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_TCEN, cfg->TimeOutActivation); in HAL_QSPI_MemoryMapped()
1830 if (cfg->TimeOutActivation == QSPI_TIMEOUT_COUNTER_ENABLE) in HAL_QSPI_MemoryMapped()
Dstm32l4xx_hal_ospi.c1823 assert_param(IS_OSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_OSPI_MemoryMapped()
1836 if (cfg->TimeOutActivation == HAL_OSPI_TIMEOUT_COUNTER_ENABLE) in HAL_OSPI_MemoryMapped()
1852 (cfg->TimeOutActivation | OSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)); in HAL_OSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_qspi.c1786 assert_param(IS_QSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_QSPI_MemoryMapped()
1804 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_TCEN, cfg->TimeOutActivation); in HAL_QSPI_MemoryMapped()
1806 if (cfg->TimeOutActivation == QSPI_TIMEOUT_COUNTER_ENABLE) in HAL_QSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c1808 assert_param(IS_OSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_OSPI_MemoryMapped()
1821 if (cfg->TimeOutActivation == HAL_OSPI_TIMEOUT_COUNTER_ENABLE) in HAL_OSPI_MemoryMapped()
1837 (cfg->TimeOutActivation | OSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)); in HAL_OSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c1964 assert_param(IS_XSPI_TIMEOUT_ACTIVATION(pCfg->TimeOutActivation)); in HAL_XSPI_MemoryMapped()
1976 if (pCfg->TimeOutActivation == HAL_XSPI_TIMEOUT_COUNTER_ENABLE) in HAL_XSPI_MemoryMapped()
1992 (pCfg->TimeOutActivation | XSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)); in HAL_XSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c1941 assert_param(IS_OSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_OSPI_MemoryMapped()
1954 if (cfg->TimeOutActivation == HAL_OSPI_TIMEOUT_COUNTER_ENABLE) in HAL_OSPI_MemoryMapped()
1970 (cfg->TimeOutActivation | OSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)); in HAL_OSPI_MemoryMapped()
Dstm32u5xx_hal_xspi.c2111 assert_param(IS_XSPI_TIMEOUT_ACTIVATION(pCfg->TimeOutActivation)); in HAL_XSPI_MemoryMapped()
2123 if (pCfg->TimeOutActivation == HAL_XSPI_TIMEOUT_COUNTER_ENABLE) in HAL_XSPI_MemoryMapped()
2139 (pCfg->TimeOutActivation | XSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)); in HAL_XSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c1991 assert_param(IS_XSPI_TIMEOUT_ACTIVATION(pCfg->TimeOutActivation)); in HAL_XSPI_MemoryMapped()
2018 if (pCfg->TimeOutActivation == HAL_XSPI_TIMEOUT_COUNTER_ENABLE) in HAL_XSPI_MemoryMapped()
2034 (pCfg->TimeOutActivation | XSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)); in HAL_XSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_xspi.c1984 assert_param(IS_XSPI_TIMEOUT_ACTIVATION(pCfg->TimeOutActivation)); in HAL_XSPI_MemoryMapped()
1996 if (pCfg->TimeOutActivation == HAL_XSPI_TIMEOUT_COUNTER_ENABLE) in HAL_XSPI_MemoryMapped()
2012 (pCfg->TimeOutActivation | XSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)); in HAL_XSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_qspi.h184 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_qspi.h192 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
Dstm32h7xx_hal_ospi.h237 …uint32_t TimeOutActivation; /*!< Specifies if the timeout counter is enabled to release the chip … member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_qspi.h191 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_qspi.h192 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_qspi.h191 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_qspi.h194 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_qspi.h191 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h233 …uint32_t TimeOutActivation; /*!< Specifies if the timeout counter is enabled to release the chip … member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h239 …uint32_t TimeOutActivation; /*!< Specifies if the timeout counter is enabled to release the chip … member

12