Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dosc32kctrl.h232 #define OSC32KCTRL_OSC32K_ONDEMAND_Pos 7 /**< \brief (OSC32KCTRL_OSC32K) On Demand Contr… macro
233 #define OSC32KCTRL_OSC32K_ONDEMAND (_U(0x1) << OSC32KCTRL_OSC32K_ONDEMAND_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hpl/osc32kctrl/
Dhpl_osc32kctrl.c77 | (CONF_OSC32K_ONDEMAND << OSC32KCTRL_OSC32K_ONDEMAND_Pos) in _osc32kctrl_init_sources()
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_osc32kctrl_l21.h840 tmp = (tmp & OSC32KCTRL_OSC32K_ONDEMAND) >> OSC32KCTRL_OSC32K_ONDEMAND_Pos; in hri_osc32kctrl_get_OSC32K_ONDEMAND_bit()
850 tmp |= value << OSC32KCTRL_OSC32K_ONDEMAND_Pos; in hri_osc32kctrl_write_OSC32K_ONDEMAND_bit()