Home
last modified time | relevance | path

Searched refs:CCL_CTRL_SWRST_Pos (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dccl.h58 #define CCL_CTRL_SWRST_Pos 0 /**< \brief (CCL_CTRL) Software Reset */ macro
59 #define CCL_CTRL_SWRST (_U(0x1) << CCL_CTRL_SWRST_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_ccl_l21.h77 tmp = (tmp & CCL_CTRL_SWRST) >> CCL_CTRL_SWRST_Pos; in hri_ccl_get_CTRL_SWRST_bit()