Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr_ex.c380 uint32_t tempreg = 0; in HAL_PWREx_EnterUnderDriveSTOPMode() local
409 tempreg = PWR->CR1; in HAL_PWREx_EnterUnderDriveSTOPMode()
411 tempreg &= (uint32_t)~(PWR_CR1_PDDS | PWR_CR1_LPDS | PWR_CR1_LPUDS | PWR_CR1_MRUDS); in HAL_PWREx_EnterUnderDriveSTOPMode()
414 tempreg |= Regulator; in HAL_PWREx_EnterUnderDriveSTOPMode()
417 PWR->CR1 = tempreg; in HAL_PWREx_EnterUnderDriveSTOPMode()
Dstm32f7xx_hal_rcc_ex.c667 uint32_t tempreg = 0; in HAL_RCCEx_GetPeriphCLKConfig() local
783 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig()
784 PeriphClkInit->RTCClockSelection = (uint32_t)((tempreg) | (RCC->BDCR & RCC_BDCR_RTCSEL)); in HAL_RCCEx_GetPeriphCLKConfig()
1276 uint32_t tempreg = 0; in HAL_RCCEx_GetPeriphCLKConfig() local
1359 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig()
1360 PeriphClkInit->RTCClockSelection = (uint32_t)((tempreg) | (RCC->BDCR & RCC_BDCR_RTCSEL)); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c502 uint32_t tempreg; in HAL_RCCEx_GetPeriphCLKConfig() local
540 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig()
541 PeriphClkInit->RTCClockSelection = (uint32_t)((tempreg) | (RCC->BDCR & RCC_BDCR_RTCSEL)); in HAL_RCCEx_GetPeriphCLKConfig()
1169 uint32_t tempreg; in HAL_RCCEx_GetPeriphCLKConfig() local
1190 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig()
1191 PeriphClkInit->RTCClockSelection = (uint32_t)((tempreg) | (RCC->BDCR & RCC_BDCR_RTCSEL)); in HAL_RCCEx_GetPeriphCLKConfig()
1661 uint32_t tempreg; in HAL_RCCEx_GetPeriphCLKConfig() local
1700 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig()
1701 PeriphClkInit->RTCClockSelection = (uint32_t)((tempreg) | (RCC->BDCR & RCC_BDCR_RTCSEL)); in HAL_RCCEx_GetPeriphCLKConfig()
2072 uint32_t tempreg; in HAL_RCCEx_GetPeriphCLKConfig() local
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c210 uint32_t tempreg = 0, phyreg = 0; in HAL_ETH_Init() local
282 tempreg = (heth->Instance)->MACMIIAR; in HAL_ETH_Init()
284 tempreg &= ETH_MACMIIAR_CR_MASK; in HAL_ETH_Init()
293 tempreg |= (uint32_t)ETH_MACMIIAR_CR_Div16; in HAL_ETH_Init()
298 tempreg |= (uint32_t)ETH_MACMIIAR_CR_Div26; in HAL_ETH_Init()
303 tempreg |= (uint32_t)ETH_MACMIIAR_CR_Div42; in HAL_ETH_Init()
308 tempreg |= (uint32_t)ETH_MACMIIAR_CR_Div62; in HAL_ETH_Init()
313 tempreg |= (uint32_t)ETH_MACMIIAR_CR_Div102; in HAL_ETH_Init()
317 (heth->Instance)->MACMIIAR = (uint32_t)tempreg; in HAL_ETH_Init()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rcc_ex.c201 uint32_t tempreg; in HAL_RCCEx_GetPeriphCLKConfig() local
211 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig()
212 PeriphClkInit->RTCClockSelection = (uint32_t)((tempreg) | (RCC->BDCR & RCC_BDCR_RTCSEL)); in HAL_RCCEx_GetPeriphCLKConfig()