Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rtc_ex.c1947 uint32_t CR_tmp = hrtc->Instance->CR; local
1948 CR_tmp &= (uint32_t)~RTC_CR_WUCKSEL;
1949 CR_tmp |= (uint32_t)WakeUpClock;
1950 hrtc->Instance->CR = CR_tmp;
2032 uint32_t CR_tmp = hrtc->Instance->CR; local
2033 CR_tmp &= (uint32_t)~RTC_CR_WUCKSEL;
2034 CR_tmp |= (uint32_t)WakeUpClock;
2035 hrtc->Instance->CR = CR_tmp;
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i3c.c9366 uint32_t CR_tmp; in I3C_Ctrl_IsDevice_Ready() local
9398 CR_tmp = (HAL_I3C_DIRECTION_WRITE | in I3C_Ctrl_IsDevice_Ready()
9405 WRITE_REG(hi3c->Instance->CR, CR_tmp); in I3C_Ctrl_IsDevice_Ready()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i3c.c9372 uint32_t CR_tmp; in I3C_Ctrl_IsDevice_Ready() local
9404 CR_tmp = (HAL_I3C_DIRECTION_WRITE | in I3C_Ctrl_IsDevice_Ready()
9411 WRITE_REG(hi3c->Instance->CR, CR_tmp); in I3C_Ctrl_IsDevice_Ready()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c9366 uint32_t CR_tmp; in I3C_Ctrl_IsDevice_Ready() local
9398 CR_tmp = (HAL_I3C_DIRECTION_WRITE | in I3C_Ctrl_IsDevice_Ready()
9405 WRITE_REG(hi3c->Instance->CR, CR_tmp); in I3C_Ctrl_IsDevice_Ready()