Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h342 #define TC_INTENSET_MC0_Pos 4 /**< \brief (TC_INTENSET) MC Interrupt Enable 0 */ macro
343 #define TC_INTENSET_MC0 (1 << TC_INTENSET_MC0_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h821 return (((Tc *)hw)->COUNT8.INTENSET.reg & TC_INTENSET_MC0) >> TC_INTENSET_MC0_Pos; in hri_tc_get_INTEN_MC0_bit()