Home
last modified time | relevance | path

Searched refs:OSC32KCTRL_OSC32K_CALIB (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hpl/osc32kctrl/
Dhpl_osc32kctrl.c72 OSC32KCTRL_OSC32K_CALIB(CONF_OSC32K_CALIB) | in _osc32kctrl_init_sources()
74 OSC32KCTRL_OSC32K_CALIB(calib) | in _osc32kctrl_init_sources()
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_osc32kctrl_l21.h961 ((Osc32kctrl *)hw)->OSC32K.reg |= OSC32KCTRL_OSC32K_CALIB(mask); in hri_osc32kctrl_set_OSC32K_CALIB_bf()
970 tmp = (tmp & OSC32KCTRL_OSC32K_CALIB(mask)) >> OSC32KCTRL_OSC32K_CALIB_Pos; in hri_osc32kctrl_get_OSC32K_CALIB_bf()
980 tmp |= OSC32KCTRL_OSC32K_CALIB(data); in hri_osc32kctrl_write_OSC32K_CALIB_bf()
988 ((Osc32kctrl *)hw)->OSC32K.reg &= ~OSC32KCTRL_OSC32K_CALIB(mask); in hri_osc32kctrl_clear_OSC32K_CALIB_bf()
995 ((Osc32kctrl *)hw)->OSC32K.reg ^= OSC32KCTRL_OSC32K_CALIB(mask); in hri_osc32kctrl_toggle_OSC32K_CALIB_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dosc32kctrl.h241 #define OSC32KCTRL_OSC32K_CALIB(value) (OSC32KCTRL_OSC32K_CALIB_Msk & ((value) << OSC32KCTRL_OSC32K… macro