Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/oscctrl/
Dhpl_oscctrl.c128 …tmp = (CONF_DFLL_WAITLOCK << OSCCTRL_DFLLCTRL_WAITLOCK_Pos) | (CONF_DFLL_BPLCKC << OSCCTRL_DFLLCTR… in _oscctrl_init_referenced_generators()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Doscctrl.h366 #define OSCCTRL_DFLLCTRL_WAITLOCK_Pos 11 /**< \brief (OSCCTRL_DFLLCTRL) Wait Lock */ macro
367 #define OSCCTRL_DFLLCTRL_WAITLOCK (_U(0x1) << OSCCTRL_DFLLCTRL_WAITLOCK_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_oscctrl_l21.h1573 tmp = (tmp & OSCCTRL_DFLLCTRL_WAITLOCK) >> OSCCTRL_DFLLCTRL_WAITLOCK_Pos; in hri_oscctrl_get_DFLLCTRL_WAITLOCK_bit()
1583 tmp |= value << OSCCTRL_DFLLCTRL_WAITLOCK_Pos; in hri_oscctrl_write_DFLLCTRL_WAITLOCK_bit()