Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c63 hri_rtcmode0_write_CTRLA_reg(dev->hw, RTC_MODE0_CTRLA_SWRST); in _timer_init()
99 hri_rtcmode0_write_CTRLA_reg(dev->hw, RTC_MODE0_CTRLA_SWRST); in _timer_deinit()
/loramac-node-latest/src/boards/mcu/saml21/
Dhw_timer.c84 hri_rtcmode0_write_CTRLA_reg(RTC, RTC_MODE0_CTRLA_SWRST); in HwTimerInit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h62 #define RTC_MODE0_CTRLA_SWRST (_U(0x1) << RTC_MODE0_CTRLA_SWRST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h3505 ((Rtc *)hw)->MODE0.CTRLA.reg |= RTC_MODE0_CTRLA_SWRST; in hri_rtcmode0_set_CTRLA_SWRST_bit()
3514 tmp = (tmp & RTC_MODE0_CTRLA_SWRST) >> RTC_MODE0_CTRLA_SWRST_Pos; in hri_rtcmode0_get_CTRLA_SWRST_bit()