/loramac-node-3.4.0/src/boards/mcu/saml21/ |
D | hw_timer.c | 84 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/ |
D | saml21e15b.h | 414 #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 */
|
D | saml21e16b.h | 414 #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 */
|
D | saml21e17b.h | 414 #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 */
|
D | saml21e18b.h | 414 #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 */
|
D | saml21g16b.h | 414 #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 */
|
D | saml21g17b.h | 414 #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 */
|
D | saml21g18b.h | 414 #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 */
|
D | saml21j16b.h | 422 #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 */
|
D | saml21j17b.h | 422 #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 */
|
D | saml21j18b.h | 422 #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 */
|
D | saml21j18bu.h | 422 #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/ |
D | rtc-board.c | 157 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/ |
D | rtc-board.c | 157 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/ |
D | rtc-board.c | 158 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/ |
D | rtc-board.c | 157 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/ |
D | rtc-board.c | 158 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/ |
D | rtc-board.c | 157 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/ |
D | rtc-board.c | 157 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/ |
D | rtc-board.c | 158 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/ |
D | stm32l1xx_ll_rtc.c | 50 #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/ |
D | stm32l0xx_ll_rtc.c | 50 #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/ |
D | stm32l4xx_ll_rtc.c | 50 #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/ |
D | eeprom_emul.c | 1476 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/ |
D | rstc.h | 81 uint8_t RTC:1; /*!< bit: 1 Real Timer Counter Interrupt */ member
|