Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/gclk/
Dhpl_gclk.c62 | (CONF_GCLK_GEN_0_OE << GCLK_GENCTRL_OE_Pos) in _gclk_init_generators()
74 | (CONF_GCLK_GEN_1_OE << GCLK_GENCTRL_OE_Pos) in _gclk_init_generators()
86 | (CONF_GCLK_GEN_2_OE << GCLK_GENCTRL_OE_Pos) in _gclk_init_generators()
98 | (CONF_GCLK_GEN_3_OE << GCLK_GENCTRL_OE_Pos) in _gclk_init_generators()
110 | (CONF_GCLK_GEN_4_OE << GCLK_GENCTRL_OE_Pos) in _gclk_init_generators()
122 | (CONF_GCLK_GEN_5_OE << GCLK_GENCTRL_OE_Pos) in _gclk_init_generators()
134 | (CONF_GCLK_GEN_6_OE << GCLK_GENCTRL_OE_Pos) in _gclk_init_generators()
146 | (CONF_GCLK_GEN_7_OE << GCLK_GENCTRL_OE_Pos) in _gclk_init_generators()
158 | (CONF_GCLK_GEN_8_OE << GCLK_GENCTRL_OE_Pos) in _gclk_init_generators()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dgclk.h180 #define GCLK_GENCTRL_OE_Pos 11 /**< \brief (GCLK_GENCTRL) Output Enable */ macro
181 #define GCLK_GENCTRL_OE (_U(0x1) << GCLK_GENCTRL_OE_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_gclk_l21.h267 tmp = (tmp & GCLK_GENCTRL_OE) >> GCLK_GENCTRL_OE_Pos; in hri_gclk_get_GENCTRL_OE_bit()
277 tmp |= value << GCLK_GENCTRL_OE_Pos; in hri_gclk_write_GENCTRL_OE_bit()