Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1003 #define TCC_INTFLAG_FAULT0_Pos 14 /**< \brief (TCC_INTFLAG) Non-Recoverable Fault 0 … macro
1004 #define TCC_INTFLAG_FAULT0 (_U(0x1) << TCC_INTFLAG_FAULT0_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h3081 return (((Tcc *)hw)->INTFLAG.reg & TCC_INTFLAG_FAULT0) >> TCC_INTFLAG_FAULT0_Pos; in hri_tcc_get_INTFLAG_FAULT0_bit()
3221 return (((Tcc *)hw)->INTFLAG.reg & TCC_INTFLAG_FAULT0) >> TCC_INTFLAG_FAULT0_Pos; in hri_tcc_get_interrupt_FAULT0_bit()