Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h197 #define TC_CTRLBSET_LUPD_Pos 1 /**< \brief (TC_CTRLBSET) Lock Update */ macro
198 #define TC_CTRLBSET_LUPD (_U(0x1) << TC_CTRLBSET_LUPD_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h664 return (((Tc *)hw)->COUNT8.CTRLBSET.reg & TC_CTRLBSET_LUPD) >> TC_CTRLBSET_LUPD_Pos; in hri_tc_get_CTRLB_LUPD_bit()