Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/osc32kctrl/
Dhpl_osc32kctrl.c76 OSC32KCTRL_OSC32K_STARTUP(CONF_OSC32K_STARTUP) in _osc32kctrl_init_sources()
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_osc32kctrl_l21.h912 ((Osc32kctrl *)hw)->OSC32K.reg |= OSC32KCTRL_OSC32K_STARTUP(mask); in hri_osc32kctrl_set_OSC32K_STARTUP_bf()
921 tmp = (tmp & OSC32KCTRL_OSC32K_STARTUP(mask)) >> OSC32KCTRL_OSC32K_STARTUP_Pos; in hri_osc32kctrl_get_OSC32K_STARTUP_bf()
931 tmp |= OSC32KCTRL_OSC32K_STARTUP(data); in hri_osc32kctrl_write_OSC32K_STARTUP_bf()
939 ((Osc32kctrl *)hw)->OSC32K.reg &= ~OSC32KCTRL_OSC32K_STARTUP(mask); in hri_osc32kctrl_clear_OSC32K_STARTUP_bf()
946 ((Osc32kctrl *)hw)->OSC32K.reg ^= OSC32KCTRL_OSC32K_STARTUP(mask); in hri_osc32kctrl_toggle_OSC32K_STARTUP_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dosc32kctrl.h236 #define OSC32KCTRL_OSC32K_STARTUP(value) (OSC32KCTRL_OSC32K_STARTUP_Msk & ((value) << OSC32KCTRL_OS… macro