Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dccl.h59 #define CCL_CTRL_SWRST (_U(0x1) << CCL_CTRL_SWRST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_ccl_l21.h69 ((Ccl *)hw)->CTRL.reg |= CCL_CTRL_SWRST; in hri_ccl_set_CTRL_SWRST_bit()
77 tmp = (tmp & CCL_CTRL_SWRST) >> CCL_CTRL_SWRST_Pos; in hri_ccl_get_CTRL_SWRST_bit()