Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h939 #define TCC_INTENSET_FAULT1_Pos 15 /**< \brief (TCC_INTENSET) Non-Recoverable Fault 1… macro
940 #define TCC_INTENSET_FAULT1 (_U(0x1) << TCC_INTENSET_FAULT1_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h2857 return (((Tcc *)hw)->INTENSET.reg & TCC_INTENSET_FAULT1) >> TCC_INTENSET_FAULT1_Pos; in hri_tcc_get_INTEN_FAULT1_bit()