Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h1104 #define RTC_FREQCORR_SIGN_Pos 7 /**< \brief (RTC_FREQCORR) Correction Sign */ macro
1105 #define RTC_FREQCORR_SIGN (_U(0x1) << RTC_FREQCORR_SIGN_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h2423 tmp = (tmp & RTC_FREQCORR_SIGN) >> RTC_FREQCORR_SIGN_Pos; in hri_rtcmode2_get_FREQCORR_SIGN_bit()
2434 tmp |= value << RTC_FREQCORR_SIGN_Pos; in hri_rtcmode2_write_FREQCORR_SIGN_bit()
4335 tmp = (tmp & RTC_FREQCORR_SIGN) >> RTC_FREQCORR_SIGN_Pos; in hri_rtcmode0_get_FREQCORR_SIGN_bit()
4346 tmp |= value << RTC_FREQCORR_SIGN_Pos; in hri_rtcmode0_write_FREQCORR_SIGN_bit()
6102 tmp = (tmp & RTC_FREQCORR_SIGN) >> RTC_FREQCORR_SIGN_Pos; in hri_rtcmode1_get_FREQCORR_SIGN_bit()
6113 tmp |= value << RTC_FREQCORR_SIGN_Pos; in hri_rtcmode1_write_FREQCORR_SIGN_bit()