Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_qspi.h205 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
Dstm32l4xx_hal_ospi.h242 …uint32_t TimeOutPeriod; /* Specifies the number of clock to wait when the FIFO is full before… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_qspi.c1854 assert_param(IS_QSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_QSPI_MemoryMapped()
1857 WRITE_REG(hqspi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_QSPI_MemoryMapped()
Dstm32l4xx_hal_ospi.c1810 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped()
1813 WRITE_REG(hospi->Instance->LPTR, cfg->TimeOutPeriod); in HAL_OSPI_MemoryMapped()