Home
last modified time | relevance | path

Searched refs:Delay2 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c2515 void HAL_RCCEx_OCTOSPIDelayConfig(uint32_t Delay1, uint32_t Delay2) in HAL_RCCEx_OCTOSPIDelayConfig() argument
2518 assert_param(IS_RCC_OCTOSPIDELAY(Delay2)); in HAL_RCCEx_OCTOSPIDelayConfig()
2520 …MODIFY_REG(RCC->DLYCFGR, RCC_DLYCFGR_OCTOSPI1_DLY|RCC_DLYCFGR_OCTOSPI2_DLY, (Delay1 | (Delay2 << R… in HAL_RCCEx_OCTOSPIDelayConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h2461 void HAL_RCCEx_OCTOSPIDelayConfig(uint32_t Delay1, uint32_t Delay2);