/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_qspi.h | 182 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_qspi.h | 190 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
|
D | stm32h7xx_hal_ospi.h | 239 …uint32_t TimeOutPeriod; /*!< Specifies the number of clock to wait when the FIFO is full befo… member
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_qspi.h | 189 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_qspi.h | 190 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_qspi.h | 189 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_qspi.h | 192 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
|
D | stm32l4xx_hal_ospi.h | 241 …uint32_t TimeOutPeriod; /*!< Specifies the number of clock to wait when the FIFO is full befo… member
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_qspi.h | 189 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_qspi.c | 1796 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped() 1799 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_qspi.c | 1752 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped() 1755 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
|
D | stm32h7xx_hal_ospi.c | 1829 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped() 1832 WRITE_REG(hospi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_OSPI_MemoryMapped()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_qspi.c | 1898 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped() 1901 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_qspi.c | 1823 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped() 1826 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_qspi.c | 1771 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped() 1774 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_qspi.c | 1832 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped() 1835 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
|
D | stm32l4xx_hal_ospi.c | 1838 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped() 1841 WRITE_REG(hospi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_OSPI_MemoryMapped()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_qspi.c | 1808 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped() 1811 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_ospi.h | 235 …uint32_t TimeOutPeriod; /*!< Specifies the number of clock to wait when the FIFO is full befo… member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_ospi.c | 1823 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped() 1826 WRITE_REG(hospi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_OSPI_MemoryMapped()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_ospi.h | 241 …uint32_t TimeOutPeriod; /*!< Specifies the number of clock to wait when the FIFO is full befo… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ospi.c | 1956 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped() 1959 WRITE_REG(hospi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_OSPI_MemoryMapped()
|