Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hpl/oscctrl/
Dhpl_oscctrl.c131 …| (CONF_DFLL_LLAW << OSCCTRL_DFLLCTRL_LLAW_Pos) | (CONF_DFLL_STABLE << OSCCTRL_DFLLCTRL_STABLE_Pos) in _oscctrl_init_referenced_generators()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Doscctrl.h352 #define OSCCTRL_DFLLCTRL_LLAW_Pos 4 /**< \brief (OSCCTRL_DFLLCTRL) Lose Lock After Wak… macro
353 #define OSCCTRL_DFLLCTRL_LLAW (_U(0x1) << OSCCTRL_DFLLCTRL_LLAW_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_oscctrl_l21.h1293 tmp = (tmp & OSCCTRL_DFLLCTRL_LLAW) >> OSCCTRL_DFLLCTRL_LLAW_Pos; in hri_oscctrl_get_DFLLCTRL_LLAW_bit()
1303 tmp |= value << OSCCTRL_DFLLCTRL_LLAW_Pos; in hri_oscctrl_write_DFLLCTRL_LLAW_bit()