Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h2415 ((Rtc *)hw)->MODE2.FREQCORR.reg |= RTC_FREQCORR_SIGN; in hri_rtcmode2_set_FREQCORR_SIGN_bit()
2423 tmp = (tmp & RTC_FREQCORR_SIGN) >> RTC_FREQCORR_SIGN_Pos; in hri_rtcmode2_get_FREQCORR_SIGN_bit()
2433 tmp &= ~RTC_FREQCORR_SIGN; in hri_rtcmode2_write_FREQCORR_SIGN_bit()
2443 ((Rtc *)hw)->MODE2.FREQCORR.reg &= ~RTC_FREQCORR_SIGN; in hri_rtcmode2_clear_FREQCORR_SIGN_bit()
2451 ((Rtc *)hw)->MODE2.FREQCORR.reg ^= RTC_FREQCORR_SIGN; in hri_rtcmode2_toggle_FREQCORR_SIGN_bit()
4327 ((Rtc *)hw)->MODE0.FREQCORR.reg |= RTC_FREQCORR_SIGN; in hri_rtcmode0_set_FREQCORR_SIGN_bit()
4335 tmp = (tmp & RTC_FREQCORR_SIGN) >> RTC_FREQCORR_SIGN_Pos; in hri_rtcmode0_get_FREQCORR_SIGN_bit()
4345 tmp &= ~RTC_FREQCORR_SIGN; in hri_rtcmode0_write_FREQCORR_SIGN_bit()
4355 ((Rtc *)hw)->MODE0.FREQCORR.reg &= ~RTC_FREQCORR_SIGN; in hri_rtcmode0_clear_FREQCORR_SIGN_bit()
4363 ((Rtc *)hw)->MODE0.FREQCORR.reg ^= RTC_FREQCORR_SIGN; in hri_rtcmode0_toggle_FREQCORR_SIGN_bit()
[all …]
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h1105 #define RTC_FREQCORR_SIGN (_U(0x1) << RTC_FREQCORR_SIGN_Pos) macro