Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c484 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + hrtc->TampOffset); in HAL_RTCEx_TamperTimeStampIRQHandler() local
502 uint32_t tmp = tamp->MISR; in HAL_RTCEx_TamperTimeStampIRQHandler()
505 tamp->SCR = tmp; in HAL_RTCEx_TamperTimeStampIRQHandler()
1684 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + hrtc->TampOffset); local
1701 tmpreg = tamp->CR2;
1721 tamp->CR2 = tmpreg;
1724 tamp->FLTCR = (sTamper->Filter) | (sTamper->SamplingFrequency) | \
1737 tamp->CR1 |= (sTamper->Tamper);
1847 TAMP_TypeDef *tamp = (TAMP_TypeDef *)((uint32_t)hrtc->Instance + hrtc->TampOffset); local
1861 tmpreg = tamp->CR2;
[all …]