Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h925 #define TCC_INTENSET_CNT_Pos 2 /**< \brief (TCC_INTENSET) Counter Interrupt Enabl… macro
926 #define TCC_INTENSET_CNT (_U(0x1) << TCC_INTENSET_CNT_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h2689 return (((Tcc *)hw)->INTENSET.reg & TCC_INTENSET_CNT) >> TCC_INTENSET_CNT_Pos; in hri_tcc_get_INTEN_CNT_bit()