Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_lptim.c230 uint32_t tmpcfgr = 0; in HAL_LPTIM_Init() local
266 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
280 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
299 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
894 uint32_t tmpcfgr = 0; in HAL_LPTIM_Encoder_Start() local
907 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Encoder_Start()
910 tmpcfgr &= (uint32_t)(~LPTIM_CFGR_CKPOL); in HAL_LPTIM_Encoder_Start()
916 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Encoder_Start()
972 uint32_t tmpcfgr = 0; in HAL_LPTIM_Encoder_Start_IT() local
986 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Encoder_Start_IT()
[all …]

Completed in 5 milliseconds