Home
last modified time | relevance | path

Searched refs:OSCCTRL_OSC16MCTRL_RUNSTDBY_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.c70 | (CONF_OSC16M_RUNSTDBY << OSCCTRL_OSC16MCTRL_RUNSTDBY_Pos) in _oscctrl_init_sources()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Doscctrl.h315 #define OSCCTRL_OSC16MCTRL_RUNSTDBY_Pos 6 /**< \brief (OSCCTRL_OSC16MCTRL) Run in Standb… macro
316 #define OSCCTRL_OSC16MCTRL_RUNSTDBY (_U(0x1) << OSCCTRL_OSC16MCTRL_RUNSTDBY_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_oscctrl_l21.h1002 tmp = (tmp & OSCCTRL_OSC16MCTRL_RUNSTDBY) >> OSCCTRL_OSC16MCTRL_RUNSTDBY_Pos; in hri_oscctrl_get_OSC16MCTRL_RUNSTDBY_bit()
1012 tmp |= value << OSCCTRL_OSC16MCTRL_RUNSTDBY_Pos; in hri_oscctrl_write_OSC16MCTRL_RUNSTDBY_bit()