Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dosc32kctrl.h240 #define OSC32KCTRL_OSC32K_CALIB_Msk (_U(0x7F) << OSC32KCTRL_OSC32K_CALIB_Pos) macro
241 #define OSC32KCTRL_OSC32K_CALIB(value) (OSC32KCTRL_OSC32K_CALIB_Msk & ((value) << OSC32KCTRL_OSC32K…
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_osc32kctrl_l21.h979 tmp &= ~OSC32KCTRL_OSC32K_CALIB_Msk; in hri_osc32kctrl_write_OSC32K_CALIB_bf()
1003 tmp = (tmp & OSC32KCTRL_OSC32K_CALIB_Msk) >> OSC32KCTRL_OSC32K_CALIB_Pos; in hri_osc32kctrl_read_OSC32K_CALIB_bf()