Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr.c110 __IO uint32_t dummyread; in HAL_PWR_EnableBkUpAccess() local
112 dummyread = PWR->CR; in HAL_PWR_EnableBkUpAccess()
113 UNUSED(dummyread); in HAL_PWR_EnableBkUpAccess()
130 __IO uint32_t dummyread; in HAL_PWR_DisableBkUpAccess() local
132 dummyread = PWR->CR; in HAL_PWR_DisableBkUpAccess()
133 UNUSED(dummyread); in HAL_PWR_DisableBkUpAccess()