Home
last modified time | relevance | path

Searched refs:TimeOutPeriod (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_qspi.h182 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_qspi.h190 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
Dstm32h7xx_hal_ospi.h239 …uint32_t TimeOutPeriod; /*!< Specifies the number of clock to wait when the FIFO is full befo… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_qspi.h189 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_qspi.h190 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_qspi.h189 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_qspi.h192 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
Dstm32l4xx_hal_ospi.h241 …uint32_t TimeOutPeriod; /*!< Specifies the number of clock to wait when the FIFO is full befo… member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_qspi.h189 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_qspi.c1796 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/
Dstm32h7xx_hal_qspi.c1752 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped()
1755 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
Dstm32h7xx_hal_ospi.c1829 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/
Dstm32f4xx_hal_qspi.c1898 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/
Dstm32f7xx_hal_qspi.c1823 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/
Dstm32mp1xx_hal_qspi.c1771 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/
Dstm32l4xx_hal_qspi.c1832 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped()
1835 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
Dstm32l4xx_hal_ospi.c1838 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/
Dstm32g4xx_hal_qspi.c1808 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/
Dstm32l5xx_hal_ospi.h235 …uint32_t TimeOutPeriod; /*!< Specifies the number of clock to wait when the FIFO is full befo… member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c1823 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/
Dstm32u5xx_hal_ospi.h241 …uint32_t TimeOutPeriod; /*!< Specifies the number of clock to wait when the FIFO is full befo… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c1956 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped()
1959 WRITE_REG(hospi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_OSPI_MemoryMapped()