Searched refs:tamp (Results 1 – 3 of 3) sorted by relevance
1346 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + hrtc->TampOffset); in HAL_RTCEx_SetTamper() local1360 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() local1423 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 …]
505 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + hrtc->TampOffset); in HAL_RTCEx_TamperTimeStampIRQHandler() local523 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); local1772 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); local1928 tmpreg = tamp->CR2;[all …]
477 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + TAMP_OFFSET); in HAL_RTCEx_SetTamper() local492 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() local694 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 …]