Searched refs:TimeOutPeriod (Results 1 – 4 of 4) sorted by relevance
205 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
242 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
1854 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped()1857 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
1810 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped()1813 WRITE_REG(hospi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_OSPI_MemoryMapped()