Searched refs:IS_ANA_INTSTSC (Results 1 – 4 of 4) sorted by relevance
65 #define IS_ANA_INTSTSC(__INTSTSC__) ((((__INTSTSC__) & ANA_INT_Msk) != 0U) &&\ macro68 #define IS_ANA_INT(__INT__) IS_ANA_INTSTSC(__INT__)
101 #define IS_ANA_INTSTSC(__INTSTSC__) ((((__INTSTSC__) & ANA_INT_Msk) != 0U) &&\ macro104 #define IS_ANA_INT(__INT__) IS_ANA_INTSTSC(__INT__)
109 assert_parameters(IS_ANA_INTSTSC(IntMask)); in ANA_ClearINTStatus()
94 assert_parameters(IS_ANA_INTSTSC(IntMask)); in ANA_ClearINTStatus()
Completed in 8 milliseconds