Home
last modified time | relevance | path

Searched refs:RTC (Results 1 – 25 of 42) sorted by relevance

12

/loramac-node-3.4.0/src/boards/mcu/saml21/
Dhw_timer.c84 hri_rtcmode0_write_CTRLA_reg(RTC, RTC_MODE0_CTRLA_SWRST); in HwTimerInit()
85 hri_rtcmode0_wait_for_sync(RTC, RTC_MODE0_SYNCBUSY_SWRST); in HwTimerInit()
87 hri_rtcmode0_write_CTRLA_reg(RTC, RTC_MODE0_CTRLA_PRESCALER(0) | in HwTimerInit()
89 hri_rtcmode0_write_EVCTRL_reg(RTC, RTC_MODE0_EVCTRL_CMPEO0); in HwTimerInit()
90 hri_rtcmode0_write_COMP_reg(RTC, 0, ( uint32_t )COMPARE_COUNT_MAX_VALUE); in HwTimerInit()
91 hri_rtcmode0_set_INTEN_CMP0_bit(RTC); in HwTimerInit()
94 hri_rtcmode0_write_COUNT_reg(RTC, 0); in HwTimerInit()
95 hri_rtcmode0_wait_for_sync(RTC, RTC_MODE0_SYNCBUSY_COUNT); in HwTimerInit()
96 hri_rtcmode0_set_CTRLA_ENABLE_bit(RTC); in HwTimerInit()
130 hri_rtcmode0_write_COMP_reg(RTC, 0, ticks); in HwTimerLoadAbsoluteTicks()
[all …]
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/
Dsaml21e15b.h414 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
530 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
532 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
Dsaml21e16b.h414 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
530 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
532 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
Dsaml21e17b.h414 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
530 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
532 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
Dsaml21e18b.h414 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
530 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
532 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
Dsaml21g16b.h414 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
530 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
532 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
Dsaml21g17b.h414 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
530 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
532 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
Dsaml21g18b.h414 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
530 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
532 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
Dsaml21j16b.h422 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
540 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
542 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
Dsaml21j17b.h422 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
540 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
542 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
Dsaml21j18b.h422 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
540 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
542 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
Dsaml21j18bu.h422 #define RTC (0x40002000) /**< \brief (RTC) APB Base Address */ macro
540 #define RTC ((Rtc *)0x40002000UL) /**< \brief (RTC) APB Base Address */ macro
542 #define RTC_INSTS { RTC } /**< \brief (RTC) Instances List */
/loramac-node-3.4.0/src/boards/SKiM980A/
Drtc-board.c157 RtcHandle.Instance = RTC; in RtcInit()
440 firstRead = RTC->SSR; in RtcGetCalendarValue()
443 }while( firstRead != RTC->SSR ); in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/NucleoL152/
Drtc-board.c157 RtcHandle.Instance = RTC; in RtcInit()
440 firstRead = RTC->SSR; in RtcGetCalendarValue()
443 }while( firstRead != RTC->SSR ); in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/NucleoL073/
Drtc-board.c158 RtcHandle.Instance = RTC; in RtcInit()
441 firstRead = RTC->SSR; in RtcGetCalendarValue()
444 }while( firstRead != RTC->SSR ); in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/SKiM880B/
Drtc-board.c157 RtcHandle.Instance = RTC; in RtcInit()
440 firstRead = RTC->SSR; in RtcGetCalendarValue()
443 }while( firstRead != RTC->SSR ); in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/SKiM881AXL/
Drtc-board.c158 RtcHandle.Instance = RTC; in RtcInit()
441 firstRead = RTC->SSR; in RtcGetCalendarValue()
444 }while( firstRead != RTC->SSR ); in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/NucleoL476/
Drtc-board.c157 RtcHandle.Instance = RTC; in RtcInit()
440 firstRead = RTC->SSR; in RtcGetCalendarValue()
443 }while( firstRead != RTC->SSR ); in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/NAMote72/
Drtc-board.c157 RtcHandle.Instance = RTC; in RtcInit()
440 firstRead = RTC->SSR; in RtcGetCalendarValue()
443 }while( firstRead != RTC->SSR ); in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/
Drtc-board.c158 RtcHandle.Instance = RTC; in RtcInit()
441 firstRead = RTC->SSR; in RtcGetCalendarValue()
444 }while( firstRead != RTC->SSR ); in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_rtc.c50 #if defined(RTC)
350 LL_RTC_DisableInitMode(RTC); in LL_RTC_TIME_Init()
442 LL_RTC_DisableInitMode(RTC); in LL_RTC_DATE_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_rtc.c50 #if defined(RTC)
347 LL_RTC_DisableInitMode(RTC); in LL_RTC_TIME_Init()
435 LL_RTC_DisableInitMode(RTC); in LL_RTC_DATE_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_rtc.c50 #if defined(RTC)
346 LL_RTC_DisableInitMode(RTC); in LL_RTC_TIME_Init()
434 LL_RTC_DisableInitMode(RTC); in LL_RTC_DATE_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/EEPROM_Emul/Core/
Deeprom_emul.c1476 LL_RTC_BAK_SetRegister(RTC, index, Data); in VerifyPagesFullWriteVariable()
1608 state = LL_RTC_BAK_GetRegister(RTC, 31U); in VerifyStateReset()
1617 LL_RTC_BAK_SetRegister(RTC, 31U, state); in VerifyStateReset()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Drstc.h81 uint8_t RTC:1; /*!< bit: 1 Real Timer Counter Interrupt */ member

12