Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rtc_ex.c1346 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + hrtc->TampOffset); in HAL_RTCEx_SetTamper() local
1360 tmpreg = tamp->CR2; in HAL_RTCEx_SetTamper()
1377 tamp->CR2 = tmpreg; in HAL_RTCEx_SetTamper()
1380 tamp->FLTCR = (sTamper->Filter) | (sTamper->SamplingFrequency) | \ in HAL_RTCEx_SetTamper()
1393 tamp->CR1 |= (sTamper->Tamper); in HAL_RTCEx_SetTamper()
1409 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + hrtc->TampOffset); in HAL_RTCEx_SetTamper_IT() local
1423 tmpreg = tamp->CR2; in HAL_RTCEx_SetTamper_IT()
1440 tamp->CR2 = tmpreg; in HAL_RTCEx_SetTamper_IT()
1443 tamp->FLTCR = (sTamper->Filter) | (sTamper->SamplingFrequency) | \ in HAL_RTCEx_SetTamper_IT()
1459 tamp->IER |= sTamper->Tamper; in HAL_RTCEx_SetTamper_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc_ex.c505 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + hrtc->TampOffset); in HAL_RTCEx_TamperTimeStampIRQHandler() local
523 uint32_t tmp = tamp->MISR; in HAL_RTCEx_TamperTimeStampIRQHandler()
526 tamp->SCR = tmp; in HAL_RTCEx_TamperTimeStampIRQHandler()
1755 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + hrtc->TampOffset); local
1772 tmpreg = tamp->CR2;
1792 tamp->CR2 = tmpreg;
1795 tamp->FLTCR = (sTamper->Filter) | (sTamper->SamplingFrequency) | \
1808 tamp->CR1 |= (sTamper->Tamper);
1914 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + hrtc->TampOffset); local
1928 tmpreg = tamp->CR2;
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rtc_ex.c477 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + TAMP_OFFSET); in HAL_RTCEx_SetTamper() local
492 tmpreg = tamp->CR2; in HAL_RTCEx_SetTamper()
512 tamp->CR2 = tmpreg; in HAL_RTCEx_SetTamper()
515 tamp->FLTCR = (sTamper->Filter) | (sTamper->SamplingFrequency) | \ in HAL_RTCEx_SetTamper()
528 tamp->CR1 |= (sTamper->Tamper); in HAL_RTCEx_SetTamper()
679 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + TAMP_OFFSET); in HAL_RTCEx_SetTamper_IT() local
694 tmpreg = tamp->CR2; in HAL_RTCEx_SetTamper_IT()
716 tamp->CR2 = tmpreg; in HAL_RTCEx_SetTamper_IT()
719 tamp->FLTCR = (sTamper->Filter) | (sTamper->SamplingFrequency) | \ in HAL_RTCEx_SetTamper_IT()
736 tamp->IER |= sTamper->Tamper; in HAL_RTCEx_SetTamper_IT()
[all …]