Searched refs:TimeOutActivation (Results 1 – 4 of 4) sorted by relevance
207 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
240 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
1832 assert_param(IS_QSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_QSPI_MemoryMapped()1850 MODIFY_REG(hqspi->Instance->CR, QUADSPI_CR_TCEN, cfg->TimeOutActivation); in HAL_QSPI_MemoryMapped()1852 if (cfg->TimeOutActivation == QSPI_TIMEOUT_COUNTER_ENABLE) in HAL_QSPI_MemoryMapped()
1795 assert_param(IS_OSPI_TIMEOUT_ACTIVATION(cfg->TimeOutActivation)); in HAL_OSPI_MemoryMapped()1808 if (cfg->TimeOutActivation == HAL_OSPI_TIMEOUT_COUNTER_ENABLE) in HAL_OSPI_MemoryMapped()1824 (cfg->TimeOutActivation | OSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)); in HAL_OSPI_MemoryMapped()