Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_qspi.h207 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
Dstm32l4xx_hal_ospi.h240 …uint32_t TimeOutActivation; /* Specifies if the timeout counter is enabled to release the chip se… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_qspi.c1832 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()
Dstm32l4xx_hal_ospi.c1795 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()